var/cache/dev_h35a3f23e42c28eb372681dff5106855a/ContainerQFXaJZ2/Shopware_Core_KernelDevDebugContainer.php line 13776

Open in your IDE?
  1. <?php
  2. namespace ContainerQFXaJZ2;
  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.             'AggroTextEditorMediaManager\\AggroTextEditorMediaManager' => 'getAggroTextEditorMediaManagerService',
  42.             'DkdCmsHtmlVideo\\DkdCmsHtmlVideo' => 'getDkdCmsHtmlVideoService',
  43.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  44.             'Elasticsearch\\Client' => 'getClientService',
  45.             'H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition' => 'getBlogCategoryTreeDefinitionService',
  46.             'H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition' => 'getBlogCategoryDefinitionService',
  47.             'H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition' => 'getBlogKeywordDictionaryDefinitionService',
  48.             'H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition' => 'getBlogOptionDefinitionService',
  49.             'H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition' => 'getBlogPropertyDefinitionService',
  50.             'H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition' => 'getBlogSearchKeywordDefinitionService',
  51.             'H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition' => 'getBlogTagDefinitionService',
  52.             'H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition' => 'getBlogTranslationDefinitionService',
  53.             'H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition' => 'getBlogVisibilityDefinitionService',
  54.             'H1web\\Blog\\Blog\\BlogDefinition' => 'getBlogDefinitionService',
  55.             'H1web\\Blog\\Blog\\Listing\\BlogListingRoute' => 'getBlogListingRouteService',
  56.             'H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition' => 'getSalesChannelBlogDefinitionService',
  57.             'H1web\\Blog\\H1webBlog' => 'getH1webBlogService',
  58.             'H1web\\Blog\\Storefront\\Controller\\BlogController' => 'getBlogControllerService',
  59.             'Laenen\\Grid\\LaenenGrid' => 'getLaenenGridService',
  60.             'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition' => 'getGalleryEntryTranslationDefinitionService',
  61.             'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition' => 'getGalleryProductDefinitionService',
  62.             'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition' => 'getGalleryTranslationDefinitionService',
  63.             'NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition' => 'getGalleryEntryDefinitionService',
  64.             'NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition' => 'getGalleryMediaDefinitionService',
  65.             'NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition' => 'getGalleryDefinitionService',
  66.             'NetzpGallery6\\NetzpGallery6' => 'getNetzpGallery6Service',
  67.             'Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController' => 'getImportExportRedirectsControllerService',
  68.             'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinitionService',
  69.             'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => 'getScopPlatformRedirecterService',
  70.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  71.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  72.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  73.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  74.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  75.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  76.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  77.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  78.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  79.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  80.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  81.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  82.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  83.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  84.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  85.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  86.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  87.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  88.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  89.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  90.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  91.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  92.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  93.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  94.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  95.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  96.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  97.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  98.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  99.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  100.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  101.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  102.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  103.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  104.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  105.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  106.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  107.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  108.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  109.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  110.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  111.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  112.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  113.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  114.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  115.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  116.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  117.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  118.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  119.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  120.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  121.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  122.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  123.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  124.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  125.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  126.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  127.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  128.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  130.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  131.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  132.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  133.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  134.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  135.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  136.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  137.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  138.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  140.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  146.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  147.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  148.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  149.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  150.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  152.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  153.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  154.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  155.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  156.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  157.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  158.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  159.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  160.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  161.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  162.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  163.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  164.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  165.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  166.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  167.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  168.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  169.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  170.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  171.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  172.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  173.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  174.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  175.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  176.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  177.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  178.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  179.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  180.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  181.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  182.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  183.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  184.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  185.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  186.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  187.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  188.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  189.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  190.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  191.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  192.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  193.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  194.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  195.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  196.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  197.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  198.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  199.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  200.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  201.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  202.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  203.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory' => 'getFlowFactoryService',
  204.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  205.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  206.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  207.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  208.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  209.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  210.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  211.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  212.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  213.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  214.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  215.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  216.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  217.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  218.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  219.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  220.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  221.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  222.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  223.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  224.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  225.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  226.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  227.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  228.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  229.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  230.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  231.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  232.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  233.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  234.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  235.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  236.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  237.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  238.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  239.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  240.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  241.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  242.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  243.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  244.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  245.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  246.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  247.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  248.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  249.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  250.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  251.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  252.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  253.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  254.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  255.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  256.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  257.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  258.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  259.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  260.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  261.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  262.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  263.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  264.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  265.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  266.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  267.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  268.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  269.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  270.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  271.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  272.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  273.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  274.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  275.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  276.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  277.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  278.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  279.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  280.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  281.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  282.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  283.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  284.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  285.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  286.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  287.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  288.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  290.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  291.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  292.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  293.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  294.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  295.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  296.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  297.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  298.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  299.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  300.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  301.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  302.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  303.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  304.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  305.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  306.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  307.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  308.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  309.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  310.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  311.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  312.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  313.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  314.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  315.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  316.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  317.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  318.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  319.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  320.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  321.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  322.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  323.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  324.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  325.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  326.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  327.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  328.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  329.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  330.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  331.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  332.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  333.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  334.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  335.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  336.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  337.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  338.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  339.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  340.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  341.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  342.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  343.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  344.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  345.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  346.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  347.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  348.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  349.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  350.             'Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController' => 'getCustomSnippetFormatControllerService',
  351.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  352.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  353.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  354.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  355.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  356.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  357.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  358.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  359.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  360.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  361.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  362.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  363.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  364.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  365.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  366.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  367.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  368.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  369.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  370.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  371.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  372.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  373.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  374.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  375.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  376.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  377.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  378.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  382.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  383.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  384.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  385.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  386.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  387.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  388.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  389.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  390.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  391.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  392.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  393.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  394.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  395.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  396.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  397.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  398.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  399.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  400.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  401.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  402.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  403.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  404.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  405.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  406.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  407.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  408.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  425.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  426.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  427.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  428.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  429.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  430.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  431.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  432.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  433.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  434.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  435.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  436.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  437.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  438.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  439.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  440.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  441.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  442.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  443.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  444.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  445.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  446.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  447.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  448.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  449.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  450.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  451.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  452.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  453.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  454.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  455.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  456.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  457.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  458.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  459.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  460.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  461.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  462.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  463.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  464.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  465.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  466.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  467.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  468.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  469.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  470.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  471.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  472.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  473.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  474.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  475.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  476.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  477.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  478.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  479.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  480.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  481.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  482.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  483.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  484.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  485.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  486.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  487.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  488.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  489.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  490.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  491.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  492.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  493.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  494.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  495.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  496.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  497.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  498.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  499.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  500.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  501.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  502.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  503.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  504.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  505.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  506.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  507.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  508.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  509.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  510.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  511.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  512.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  513.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  514.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  515.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  516.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  517.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  518.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  519.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  520.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  521.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  522.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  523.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  524.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  525.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  526.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  527.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  528.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  529.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  530.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  531.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  532.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  533.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  534.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  535.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  536.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  537.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  538.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  539.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  540.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  541.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  542.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  543.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  544.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  545.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  546.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  547.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  548.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  549.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  550.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  551.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  552.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  553.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  554.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  555.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  556.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  557.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  558.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  559.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  560.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  561.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  562.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  563.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  564.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  565.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  566.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  567.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  568.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  569.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  570.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  571.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  572.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  573.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  574.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  575.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  576.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  577.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  578.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  579.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  580.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  581.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  582.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  583.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  584.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  585.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  586.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  587.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  588.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  589.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  590.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  591.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  592.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  593.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  594.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  595.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  596.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  597.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  598.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  599.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  600.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  601.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  602.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  603.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  604.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  605.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  606.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  607.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  608.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  609.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  610.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  611.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  612.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  613.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  614.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  615.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  616.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  617.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  618.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  619.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  620.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  621.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  622.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  623.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  624.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  625.             'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => 'getSolidAdvancedSliderElementsService',
  626.             'SwagExtensionStore\\Controller\\DataController' => 'getDataControllerService',
  627.             'SwagExtensionStore\\Controller\\LicenseController' => 'getLicenseControllerService',
  628.             'SwagExtensionStore\\SwagExtensionStore' => 'getSwagExtensionStoreService',
  629.             'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinitionService',
  630.             'Swag\\LanguagePack\\SwagLanguagePack' => 'getSwagLanguagePackService',
  631.             'Swag\\Security\\Api\\ConfigController' => 'getConfigControllerService',
  632.             'Swag\\Security\\Api\\SecurityController' => 'getSecurityControllerService',
  633.             'Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController' => 'getPrepareDownloadControllerService',
  634.             'Swag\\Security\\Subscriber\\AdminSecurityFixesProvider' => 'getAdminSecurityFixesProviderService',
  635.             'Swag\\Security\\Subscriber\\TwigStateProvider' => 'getTwigStateProviderService',
  636.             'Swag\\Security\\SwagPlatformSecurity' => 'getSwagPlatformSecurityService',
  637.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  638.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  639.             'Wbm\\TagManagerEcomm\\Api\\ImportExportController' => 'getImportExportControllerService',
  640.             'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinitionService',
  641.             'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinitionService',
  642.             'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => 'getWbmTagManagerEcommService',
  643.             'WebsignaalCmsExtensions\\WebsignaalCmsExtensions' => 'getWebsignaalCmsExtensionsService',
  644.             'Websignaal\\CookiePopup\\CookiePopup' => 'getCookiePopupService',
  645.             'Websignaal\\FullscreenMenu\\FullscreenMenu' => 'getFullscreenMenuService',
  646.             'Websignaal\\Goesting\\Goesting' => 'getGoestingService',
  647.             'Websignaal\\MesAmis\\MesAmis' => 'getMesAmisService',
  648.             'Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition' => 'getWsRedirectDefinitionService',
  649.             'Websignaal\\SeoRedirects\\SeoRedirects' => 'getSeoRedirectsService',
  650.             'acl_role.repository' => 'getAclRole_RepositoryService',
  651.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  652.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  653.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  654.             'aggro_text_editor_media_manager.filesystem.private' => 'getAggroTextEditorMediaManager_Filesystem_PrivateService',
  655.             'aggro_text_editor_media_manager.filesystem.public' => 'getAggroTextEditorMediaManager_Filesystem_PublicService',
  656.             'app.repository' => 'getApp_RepositoryService',
  657.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  658.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  659.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  660.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  661.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  662.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  663.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  664.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  665.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  666.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  667.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  668.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  669.             'cache.app' => 'getCache_AppService',
  670.             'cache.app_clearer' => 'getCache_AppClearerService',
  671.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  672.             'cache.system' => 'getCache_SystemService',
  673.             'cache.system_clearer' => 'getCache_SystemClearerService',
  674.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  675.             'cache_warmer' => 'getCacheWarmerService',
  676.             'category.repository' => 'getCategory_RepositoryService',
  677.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  678.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  679.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  680.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  681.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  682.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  683.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  684.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  685.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  686.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  687.             'console.command_loader' => 'getConsole_CommandLoaderService',
  688.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  689.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  690.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  691.             'cookie_popup.filesystem.private' => 'getCookiePopup_Filesystem_PrivateService',
  692.             'cookie_popup.filesystem.public' => 'getCookiePopup_Filesystem_PublicService',
  693.             'country.repository' => 'getCountry_RepositoryService',
  694.             'country_state.repository' => 'getCountryState_RepositoryService',
  695.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  696.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  697.             'currency.repository' => 'getCurrency_RepositoryService',
  698.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  699.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  700.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  701.             'custom_field.repository' => 'getCustomField_RepositoryService',
  702.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  703.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  704.             'customer.repository' => 'getCustomer_RepositoryService',
  705.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  706.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  707.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  708.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  709.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  710.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  711.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  712.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  713.             'data_collector.dump' => 'getDataCollector_DumpService',
  714.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  715.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  716.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  717.             'dkd_cms_html_video.filesystem.private' => 'getDkdCmsHtmlVideo_Filesystem_PrivateService',
  718.             'dkd_cms_html_video.filesystem.public' => 'getDkdCmsHtmlVideo_Filesystem_PublicService',
  719.             'document.repository' => 'getDocument_RepositoryService',
  720.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  721.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  722.             'document_type.repository' => 'getDocumentType_RepositoryService',
  723.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  724.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  725.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  726.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  727.             'error_controller' => 'getErrorController2Service',
  728.             'event_action.repository' => 'getEventAction_RepositoryService',
  729.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  730.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  731.             'event_dispatcher' => 'getEventDispatcherService',
  732.             'flow.repository' => 'getFlow_RepositoryService',
  733.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  734.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  735.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  736.             'fullscreen_menu.filesystem.private' => 'getFullscreenMenu_Filesystem_PrivateService',
  737.             'fullscreen_menu.filesystem.public' => 'getFullscreenMenu_Filesystem_PublicService',
  738.             'goesting.filesystem.private' => 'getGoesting_Filesystem_PrivateService',
  739.             'goesting.filesystem.public' => 'getGoesting_Filesystem_PublicService',
  740.             'h1web_blog.filesystem.private' => 'getH1webBlog_Filesystem_PrivateService',
  741.             'h1web_blog.filesystem.public' => 'getH1webBlog_Filesystem_PublicService',
  742.             'h1webblog_blog.repository' => 'getH1webblogBlog_RepositoryService',
  743.             'h1webblog_blog_keyword_dictionary.repository' => 'getH1webblogBlogKeywordDictionary_RepositoryService',
  744.             'h1webblog_blog_search_keyword.repository' => 'getH1webblogBlogSearchKeyword_RepositoryService',
  745.             'h1webblog_blog_translation.repository' => 'getH1webblogBlogTranslation_RepositoryService',
  746.             'h1webblog_blog_visibility.repository' => 'getH1webblogBlogVisibility_RepositoryService',
  747.             'h1webblog_category.repository' => 'getH1webblogCategory_RepositoryService',
  748.             'h1webblog_category_tree.repository' => 'getH1webblogCategoryTree_RepositoryService',
  749.             'h1webblog_option.repository' => 'getH1webblogOption_RepositoryService',
  750.             'h1webblog_property.repository' => 'getH1webblogProperty_RepositoryService',
  751.             'h1webblog_tag.repository' => 'getH1webblogTag_RepositoryService',
  752.             'http_kernel' => 'getHttpKernelService',
  753.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  754.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  755.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  756.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  757.             'integration.repository' => 'getIntegration_RepositoryService',
  758.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  759.             'laenen_grid.filesystem.private' => 'getLaenenGrid_Filesystem_PrivateService',
  760.             'laenen_grid.filesystem.public' => 'getLaenenGrid_Filesystem_PublicService',
  761.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  762.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  763.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  764.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  765.             'language.repository' => 'getLanguage_RepositoryService',
  766.             'locale.repository' => 'getLocale_RepositoryService',
  767.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  768.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  769.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  770.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  771.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  772.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  773.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  774.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  775.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  776.             'main_category.repository' => 'getMainCategory_RepositoryService',
  777.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  778.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  779.             'media.repository' => 'getMedia_RepositoryService',
  780.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  781.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  782.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  783.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  784.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  785.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  786.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  787.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  788.             'mes_amis.filesystem.private' => 'getMesAmis_Filesystem_PrivateService',
  789.             'mes_amis.filesystem.public' => 'getMesAmis_Filesystem_PublicService',
  790.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  791.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  792.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  793.             'netzp_gallery6.filesystem.private' => 'getNetzpGallery6_Filesystem_PrivateService',
  794.             'netzp_gallery6.filesystem.public' => 'getNetzpGallery6_Filesystem_PublicService',
  795.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  796.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  797.             'notification.repository' => 'getNotification_RepositoryService',
  798.             'number_range.repository' => 'getNumberRange_RepositoryService',
  799.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  800.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  801.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  802.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  803.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  804.             'order.repository' => 'getOrder_RepositoryService',
  805.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  806.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  807.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  808.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  809.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  810.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  811.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  812.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  813.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  814.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  815.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  816.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  817.             'plugin.repository' => 'getPlugin_RepositoryService',
  818.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  819.             'product.repository' => 'getProduct_RepositoryService',
  820.             'product_category.repository' => 'getProductCategory_RepositoryService',
  821.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  822.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  823.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  824.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  825.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  826.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  827.             'product_export.repository' => 'getProductExport_RepositoryService',
  828.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  829.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  830.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  831.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  832.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  833.             'product_media.repository' => 'getProductMedia_RepositoryService',
  834.             'product_option.repository' => 'getProductOption_RepositoryService',
  835.             'product_price.repository' => 'getProductPrice_RepositoryService',
  836.             'product_property.repository' => 'getProductProperty_RepositoryService',
  837.             'product_review.repository' => 'getProductReview_RepositoryService',
  838.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  839.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  840.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  841.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  842.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  843.             'product_stream.repository' => 'getProductStream_RepositoryService',
  844.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  845.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  846.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  847.             'product_tag.repository' => 'getProductTag_RepositoryService',
  848.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  849.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  850.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  851.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  852.             'promotion.repository' => 'getPromotion_RepositoryService',
  853.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  854.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  855.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  856.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  857.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  858.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  859.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  860.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  861.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  862.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  863.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  864.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  865.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  866.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  867.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  868.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  869.             'request_stack' => 'getRequestStackService',
  870.             'router' => 'getRouterService',
  871.             'routing.loader' => 'getRouting_LoaderService',
  872.             'rule.repository' => 'getRule_RepositoryService',
  873.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  874.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  875.             's_plugin_netzp_gallery.repository' => 'getSPluginNetzpGallery_RepositoryService',
  876.             's_plugin_netzp_gallery_entry.repository' => 'getSPluginNetzpGalleryEntry_RepositoryService',
  877.             's_plugin_netzp_gallery_entry_translation.repository' => 'getSPluginNetzpGalleryEntryTranslation_RepositoryService',
  878.             's_plugin_netzp_gallery_media.repository' => 'getSPluginNetzpGalleryMedia_RepositoryService',
  879.             's_plugin_netzp_gallery_product.repository' => 'getSPluginNetzpGalleryProduct_RepositoryService',
  880.             's_plugin_netzp_gallery_translation.repository' => 'getSPluginNetzpGalleryTranslation_RepositoryService',
  881.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  882.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  883.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  884.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  885.             'sales_channel.h1webblog_blog.repository' => 'getSalesChannel_H1webblogBlog_RepositoryService',
  886.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  887.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  888.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  889.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  890.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  891.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  892.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  893.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  894.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  895.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  896.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  897.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  898.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  899.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition' => 'getBlogCategoryTreeDefinition2Service',
  900.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition' => 'getBlogCategoryDefinition2Service',
  901.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition' => 'getBlogKeywordDictionaryDefinition2Service',
  902.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition' => 'getBlogOptionDefinition2Service',
  903.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition' => 'getBlogPropertyDefinition2Service',
  904.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition' => 'getBlogSearchKeywordDefinition2Service',
  905.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition' => 'getBlogTagDefinition2Service',
  906.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition' => 'getBlogTranslationDefinition2Service',
  907.             'sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition' => 'getBlogVisibilityDefinition2Service',
  908.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition' => 'getGalleryEntryTranslationDefinition2Service',
  909.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition' => 'getGalleryProductDefinition2Service',
  910.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition' => 'getGalleryTranslationDefinition2Service',
  911.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition' => 'getGalleryEntryDefinition2Service',
  912.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition' => 'getGalleryMediaDefinition2Service',
  913.             'sales_channel_definition.NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition' => 'getGalleryDefinition2Service',
  914.             'sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition' => 'getRedirectDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  1012.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  1013.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  1015.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  1016.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  1017.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  1023.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  1024.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  1047.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  1048.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  1049.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  1050.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  1051.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  1052.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  1053.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  1054.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  1055.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  1056.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  1057.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  1058.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  1059.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  1060.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  1061.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  1062.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  1063.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  1064.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  1065.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  1066.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  1067.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  1068.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  1069.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1070.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1071.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1072.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1073.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1074.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1075.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1076.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1077.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1078.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1079.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1080.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1081.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1082.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1083.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1084.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1085.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1086.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1087.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1088.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1089.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1090.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1091.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1092.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1093.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1094.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1095.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1096.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1097.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1098.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1099.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1100.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1101.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1102.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1103.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1104.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1105.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1106.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1107.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1108.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1109.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1110.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1111.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1112.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1113.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1114.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1115.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1116.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1117.             'sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition' => 'getPackLanguageDefinition2Service',
  1118.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition' => 'getModuleDefinition2Service',
  1119.             'sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition' => 'getPropertyDefinition2Service',
  1120.             'sales_channel_definition.Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition' => 'getWsRedirectDefinition2Service',
  1121.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1122.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1123.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1124.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1125.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1126.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1127.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1128.             'salutation.repository' => 'getSalutation_RepositoryService',
  1129.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1130.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1131.             'scop.platform_redirecter.test.test_browser' => 'getScop_PlatformRedirecter_Test_TestBrowserService',
  1132.             'scop_platform_redirecter.filesystem.private' => 'getScopPlatformRedirecter_Filesystem_PrivateService',
  1133.             'scop_platform_redirecter.filesystem.public' => 'getScopPlatformRedirecter_Filesystem_PublicService',
  1134.             'scop_platform_redirecter_redirect.repository' => 'getScopPlatformRedirecterRedirect_RepositoryService',
  1135.             'script.repository' => 'getScript_RepositoryService',
  1136.             'seo_redirects.filesystem.private' => 'getSeoRedirects_Filesystem_PrivateService',
  1137.             'seo_redirects.filesystem.public' => 'getSeoRedirects_Filesystem_PublicService',
  1138.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1139.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1140.             'services_resetter' => 'getServicesResetterService',
  1141.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1142.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1143.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1144.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1145.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1146.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1147.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1148.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1149.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1150.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1151.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1152.             'shopware.store_client' => 'getShopware_StoreClientService',
  1153.             'snippet.repository' => 'getSnippet_RepositoryService',
  1154.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1155.             'solid_advanced_slider_elements.filesystem.private' => 'getSolidAdvancedSliderElements_Filesystem_PrivateService',
  1156.             'solid_advanced_slider_elements.filesystem.public' => 'getSolidAdvancedSliderElements_Filesystem_PublicService',
  1157.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1158.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1159.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1160.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1161.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1162.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1163.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1164.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1165.             'swag_extension_store.filesystem.private' => 'getSwagExtensionStore_Filesystem_PrivateService',
  1166.             'swag_extension_store.filesystem.public' => 'getSwagExtensionStore_Filesystem_PublicService',
  1167.             'swag_language_pack.filesystem.private' => 'getSwagLanguagePack_Filesystem_PrivateService',
  1168.             'swag_language_pack.filesystem.public' => 'getSwagLanguagePack_Filesystem_PublicService',
  1169.             'swag_language_pack_language.repository' => 'getSwagLanguagePackLanguage_RepositoryService',
  1170.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1171.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1172.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1173.             'tag.repository' => 'getTag_RepositoryService',
  1174.             'tax.repository' => 'getTax_RepositoryService',
  1175.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1176.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1177.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1178.             'theme.repository' => 'getTheme_RepositoryService',
  1179.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1180.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1181.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1182.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1183.             'translator' => 'getTranslatorService',
  1184.             'unit.repository' => 'getUnit_RepositoryService',
  1185.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1186.             'user.repository' => 'getUser_RepositoryService',
  1187.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1188.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1189.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1190.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1191.             'version.repository' => 'getVersion_RepositoryService',
  1192.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1193.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1194.             'wbm_data_layer_modules.repository' => 'getWbmDataLayerModules_RepositoryService',
  1195.             'wbm_data_layer_properties.repository' => 'getWbmDataLayerProperties_RepositoryService',
  1196.             'wbm_tag_manager_ecomm.filesystem.private' => 'getWbmTagManagerEcomm_Filesystem_PrivateService',
  1197.             'wbm_tag_manager_ecomm.filesystem.public' => 'getWbmTagManagerEcomm_Filesystem_PublicService',
  1198.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1199.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1200.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1201.             'webhook.repository' => 'getWebhook_RepositoryService',
  1202.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1203.             'websignaal_cms_extensions.filesystem.private' => 'getWebsignaalCmsExtensions_Filesystem_PrivateService',
  1204.             'websignaal_cms_extensions.filesystem.public' => 'getWebsignaalCmsExtensions_Filesystem_PublicService',
  1205.             'ws_redirect.repository' => 'getWsRedirect_RepositoryService',
  1206.             'cache_clearer' => 'getCacheClearerService',
  1207.             'filesystem' => 'getFilesystemService',
  1208.             'serializer' => 'getSerializerService',
  1209.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1210.             'profiler' => 'getProfiler2Service',
  1211.             'twig' => 'getTwigService',
  1212.             'session' => 'getSessionService',
  1213.             'validator' => 'getValidatorService',
  1214.         ];
  1215.         $this->aliases = [
  1216.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1217.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1218.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1219.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1220.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1221.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1222.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1223.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1224.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1225.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1226.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1227.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1228.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1229.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1230.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1231.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1232.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1233.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1234.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1235.             'sales_channel_definition.H1web\\Blog\\Blog\\BlogDefinition' => 'H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition',
  1236.             'sales_channel_definition.H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition' => 'H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition',
  1237.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1238.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1239.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1240.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1241.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1242.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1243.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1244.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1245.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1246.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1247.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1248.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1249.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1250.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1251.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1252.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1253.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1254.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1255.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1256.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1257.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1258.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1259.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1260.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1261.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1262.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1263.         ];
  1264.         $this->privates['service_container'] = function () {
  1265.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeExceptionHandler.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Fixes/NEXT24667/Version/6412/ScriptExecutor.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowFactory.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1532.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1533.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1536.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1537.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1538.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1539.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1540.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1541.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractScssCompiler.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ScssPhpCompiler.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Components/State.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Subscriber/AdminSecurityFixesProvider.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Fixes/NEXT24667/SecurityExtension.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/DataAbstractionLayer/WsRedirect/WsRedirectDefinition.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/KernelEventsSubscriber.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerModulesInterface.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerModules.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerRendererInterface.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Services/DataLayerRenderer.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1720.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1721.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1722.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1723.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Service/ServiceDecorator.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/ClientProfiler.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1877.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1878.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1879.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1880.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1881.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1882.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1883.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1884.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1885.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1886.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1887.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1888.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1889.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1890.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1891.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1892.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1893.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1894.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1895.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1896.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1897.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1898.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1899.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1902.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1903.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1904.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1905.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1906.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1910.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1911.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1912.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1913.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1914.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1915.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Profiler/DataCollector.php';
  1916.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1917.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1918.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1919.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1920.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1921.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1922.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1925.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1926.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1927.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1928.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1929.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1930.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1931.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1932.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1933.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1934.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1935.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1936.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1938.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1939.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1940.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1942.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1943.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1944.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1945.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1946.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1947.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1948.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1949.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1950.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1951.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1952.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1953.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1954.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1955.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1956.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1957.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1958.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1959.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1960.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1962.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1963.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1964.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1965.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1966.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1967.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1968.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1969.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1970.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1971.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Core/Framework/Adapter/Twig/Extension/TwigExtensions.php';
  1972.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Twig/Config.php';
  1973.             include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Twig/TagManagerExtension.php';
  1974.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1976.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1977.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1978.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1980.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1981.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1982.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1983.             include_once __DIR__.'/proxy-classes.php';
  1984.         };
  1985.     }
  1986.     public function compile(): void
  1987.     {
  1988.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1989.     }
  1990.     public function isCompiled(): bool
  1991.     {
  1992.         return true;
  1993.     }
  1994.     public function getRemovedIds(): array
  1995.     {
  1996.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1997.     }
  1998.     protected function createProxy($class\Closure $factory)
  1999.     {
  2000.         return $factory();
  2001.     }
  2002.     /**
  2003.      * Gets the public '.container.private.cache_clearer' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  2006.      */
  2007.     protected function get_Container_Private_CacheClearerService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  2011.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  2012.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  2013.         }, 1));
  2014.     }
  2015.     /**
  2016.      * Gets the public '.container.private.filesystem' shared service.
  2017.      *
  2018.      * @return \Symfony\Component\Filesystem\Filesystem
  2019.      */
  2020.     protected function get_Container_Private_FilesystemService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2023.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2024.     }
  2025.     /**
  2026.      * Gets the public '.container.private.profiler' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2029.      */
  2030.     protected function get_Container_Private_ProfilerService()
  2031.     {
  2032.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2033.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2034.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2035.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  2036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2037.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2038.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2039.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2040.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2041.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2042.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2043.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2044.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2045.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2046.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2047.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2048.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  2049.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  2050.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  2051.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  2052.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  2053.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2054.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  2055.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  2056.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  2057.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2058.         if ($this->has('kernel')) {
  2059.             $g->setKernel($b);
  2060.         }
  2061.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  2062.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2063.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2064.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  2065.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2066.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2067.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  2068.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2069.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2070.         $instance->add($d);
  2071.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2072.         $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())));
  2073.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2074.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  2075.         $instance->add($e);
  2076.         $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())));
  2077.         $instance->add(new \Shopware\Elasticsearch\Profiler\DataCollector($this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'), ($this->services['Elasticsearch\\Client'] ?? $this->getClientService())));
  2078.         $instance->add(($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  2079.         $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()))));
  2080.         $instance->add($f);
  2081.         $instance->add($g);
  2082.         return $instance;
  2083.     }
  2084.     /**
  2085.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2088.      */
  2089.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  2090.     {
  2091.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2092.         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);
  2093.     }
  2094.     /**
  2095.      * Gets the public '.container.private.serializer' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Serializer\Serializer
  2098.      */
  2099.     protected function get_Container_Private_SerializerService()
  2100.     {
  2101.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2102.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2103.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2104.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  2105.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2106.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  2107.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Shopware\Core\Framework\Struct\Serializer\StructNormalizer(), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$e$fNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$e$fNULL)], [=> new \Shopware\Core\Framework\Struct\Serializer\StructDecoder(), => new \Shopware\Core\Framework\Api\Serializer\JsonApiDecoder(), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2108.     }
  2109.     /**
  2110.      * Gets the public '.container.private.session' shared service.
  2111.      *
  2112.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2113.      */
  2114.     protected function get_Container_Private_SessionService()
  2115.     {
  2116.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  2117.     }
  2118.     /**
  2119.      * Gets the public '.container.private.twig' shared service.
  2120.      *
  2121.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2122.      */
  2123.     protected function get_Container_Private_TwigService()
  2124.     {
  2125.         $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']);
  2126.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2127.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2128.         $c = ($this->services['router'] ?? $this->getRouterService());
  2129.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2130.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2131.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2132.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2133.         $h = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  2134.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2135.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2136.         $j = new \Symfony\Bridge\Twig\AppVariable();
  2137.         $j->setEnvironment('dev');
  2138.         $j->setDebug(true);
  2139.         if ($this->has('request_stack')) {
  2140.             $j->setRequestStack($e);
  2141.         }
  2142.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2143.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2144.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2145.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2146.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b\dirname(__DIR__4), 'UTF-8'));
  2147.         $instance->addExtension($d);
  2148.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2149.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2150.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2151.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2152.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2153.         $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())));
  2154.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2155.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2156.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2157.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2158.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2159.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2160.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2161.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2162.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2163.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2164.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2165.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2166.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2167.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2168.         $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())));
  2169.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2170.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor($h, ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2171.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2172.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2173.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2174.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2175.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2176.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2177.         $instance->addExtension(new \StudioSolid\AdvancedSliderElements\Core\Framework\Adapter\Twig\Extension\TwigExtensions());
  2178.         $instance->addExtension(new \NetzpGallery6\Twig\Config($this$h));
  2179.         $instance->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  2180.         $instance->addExtension(new \Wbm\TagManagerEcomm\Twig\TagManagerExtension(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), $e));
  2181.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  2182.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($j$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2183.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2184.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2185.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2186.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2187.         ], [
  2188.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2189.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2190.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2191.         ])));
  2192.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the public '.container.private.validator' shared service.
  2197.      *
  2198.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2199.      */
  2200.     protected function get_Container_Private_ValidatorService()
  2201.     {
  2202.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  2203.     }
  2204.     /**
  2205.      * Gets the public 'AggroTextEditorMediaManager\AggroTextEditorMediaManager' shared autowired service.
  2206.      *
  2207.      * @return \AggroTextEditorMediaManager\AggroTextEditorMediaManager
  2208.      */
  2209.     protected function getAggroTextEditorMediaManagerService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/aggrotexteditormediamanager/src/AggroTextEditorMediaManager.php';
  2218.         return $this->services['AggroTextEditorMediaManager\\AggroTextEditorMediaManager'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('AggroTextEditorMediaManager\\AggroTextEditorMediaManager');
  2219.     }
  2220.     /**
  2221.      * Gets the public 'DkdCmsHtmlVideo\DkdCmsHtmlVideo' shared autowired service.
  2222.      *
  2223.      * @return \DkdCmsHtmlVideo\DkdCmsHtmlVideo
  2224.      */
  2225.     protected function getDkdCmsHtmlVideoService()
  2226.     {
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/DkdCmsHtmlVideo.php';
  2234.         return $this->services['DkdCmsHtmlVideo\\DkdCmsHtmlVideo'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('DkdCmsHtmlVideo\\DkdCmsHtmlVideo');
  2235.     }
  2236.     /**
  2237.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2238.      *
  2239.      * @return \Doctrine\DBAL\Connection
  2240.      */
  2241.     protected function getConnectionService()
  2242.     {
  2243.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2244.     }
  2245.     /**
  2246.      * Gets the public 'Elasticsearch\Client' shared service.
  2247.      *
  2248.      * @return \Shopware\Elasticsearch\Profiler\ClientProfiler
  2249.      */
  2250.     protected function getClientService()
  2251.     {
  2252.         return $this->services['Elasticsearch\\Client'] = new \Shopware\Elasticsearch\Profiler\ClientProfiler(($this->privates['shopware.es.profiled.client.inner'] ?? $this->getShopware_Es_Profiled_Client_InnerService()));
  2253.     }
  2254.     /**
  2255.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition' shared service.
  2256.      *
  2257.      * @return \H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition
  2258.      */
  2259.     protected function getBlogCategoryTreeDefinitionService()
  2260.     {
  2261.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogCategoryTree/BlogCategoryTreeDefinition.php';
  2262.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition();
  2263.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2264.         return $instance;
  2265.     }
  2266.     /**
  2267.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition' shared service.
  2268.      *
  2269.      * @return \H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition
  2270.      */
  2271.     protected function getBlogCategoryDefinitionService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogCategory/BlogCategoryDefinition.php';
  2274.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition();
  2275.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2276.         return $instance;
  2277.     }
  2278.     /**
  2279.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition' shared service.
  2280.      *
  2281.      * @return \H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition
  2282.      */
  2283.     protected function getBlogKeywordDictionaryDefinitionService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogKeywordDictionary/BlogKeywordDictionaryDefinition.php';
  2286.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition();
  2287.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition' shared service.
  2292.      *
  2293.      * @return \H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition
  2294.      */
  2295.     protected function getBlogOptionDefinitionService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogOption/BlogOptionDefinition.php';
  2298.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition();
  2299.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2300.         return $instance;
  2301.     }
  2302.     /**
  2303.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition' shared service.
  2304.      *
  2305.      * @return \H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition
  2306.      */
  2307.     protected function getBlogPropertyDefinitionService()
  2308.     {
  2309.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogProperty/BlogPropertyDefinition.php';
  2310.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition();
  2311.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition' shared service.
  2316.      *
  2317.      * @return \H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition
  2318.      */
  2319.     protected function getBlogSearchKeywordDefinitionService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogSearchKeyword/BlogSearchKeywordDefinition.php';
  2322.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition();
  2323.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2324.         return $instance;
  2325.     }
  2326.     /**
  2327.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition' shared service.
  2328.      *
  2329.      * @return \H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition
  2330.      */
  2331.     protected function getBlogTagDefinitionService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogTag/BlogTagDefinition.php';
  2334.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition();
  2335.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2336.         return $instance;
  2337.     }
  2338.     /**
  2339.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition' shared service.
  2340.      *
  2341.      * @return \H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition
  2342.      */
  2343.     protected function getBlogTranslationDefinitionService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogTranslation/BlogTranslationDefinition.php';
  2347.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition();
  2348.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2349.         return $instance;
  2350.     }
  2351.     /**
  2352.      * Gets the public 'H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition' shared service.
  2353.      *
  2354.      * @return \H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition
  2355.      */
  2356.     protected function getBlogVisibilityDefinitionService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogVisibility/BlogVisibilityDefinition.php';
  2359.         $this->services['H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition();
  2360.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the public 'H1web\Blog\Blog\BlogDefinition' shared service.
  2365.      *
  2366.      * @return \H1web\Blog\Blog\BlogDefinition
  2367.      */
  2368.     protected function getBlogDefinitionService()
  2369.     {
  2370.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/BlogDefinition.php';
  2371.         $this->services['H1web\\Blog\\Blog\\BlogDefinition'] = $instance = new \H1web\Blog\Blog\BlogDefinition();
  2372.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2373.         return $instance;
  2374.     }
  2375.     /**
  2376.      * Gets the public 'H1web\Blog\Blog\Listing\BlogListingRoute' shared service.
  2377.      *
  2378.      * @return \H1web\Blog\Blog\Listing\BlogListingRoute
  2379.      */
  2380.     protected function getBlogListingRouteService()
  2381.     {
  2382.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Listing/BlogListingRoute.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Listing/BlogListingLoader.php';
  2384.         return $this->services['H1web\\Blog\\Blog\\Listing\\BlogListingRoute'] = new \H1web\Blog\Blog\Listing\BlogListingRoute(new \H1web\Blog\Blog\Listing\BlogListingLoader(($this->services['sales_channel.h1webblog_blog.repository'] ?? $this->getSalesChannel_H1webblogBlog_RepositoryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['H1web\\Blog\\Blog\\BlogDefinition'] ?? $this->getBlogDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()));
  2385.     }
  2386.     /**
  2387.      * Gets the public 'H1web\Blog\Blog\SalesChannel\SalesChannelBlogDefinition' shared service.
  2388.      *
  2389.      * @return \H1web\Blog\Blog\SalesChannel\SalesChannelBlogDefinition
  2390.      */
  2391.     protected function getSalesChannelBlogDefinitionService()
  2392.     {
  2393.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/BlogDefinition.php';
  2394.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/SalesChannel/SalesChannelBlogDefinition.php';
  2395.         $this->services['H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition'] = $instance = new \H1web\Blog\Blog\SalesChannel\SalesChannelBlogDefinition();
  2396.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  2397.         return $instance;
  2398.     }
  2399.     /**
  2400.      * Gets the public 'H1web\Blog\H1webBlog' shared autowired service.
  2401.      *
  2402.      * @return \H1web\Blog\H1webBlog
  2403.      */
  2404.     protected function getH1webBlogService()
  2405.     {
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2409.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2412.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/H1webBlog.php';
  2413.         return $this->services['H1web\\Blog\\H1webBlog'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('H1web\\Blog\\H1webBlog');
  2414.     }
  2415.     /**
  2416.      * Gets the public 'H1web\Blog\Storefront\Controller\BlogController' shared service.
  2417.      *
  2418.      * @return \H1web\Blog\Storefront\Controller\BlogController
  2419.      */
  2420.     protected function getBlogControllerService()
  2421.     {
  2422.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Storefront/Controller/BlogController.php';
  2423.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Storefront/Page/Blog/BlogPageLoader.php';
  2424.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Service/BlogCategoryBreadCrumbBuilder.php';
  2425.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Storefront/Page/Tag/TagPageLoader.php';
  2426.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  2427.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2428.         $c = ($this->services['h1webblog_blog.repository'] ?? $this->getH1webblogBlog_RepositoryService());
  2429.         $this->services['H1web\\Blog\\Storefront\\Controller\\BlogController'] = $instance = new \H1web\Blog\Storefront\Controller\BlogController(new \H1web\Blog\Storefront\Page\Blog\BlogPageLoader($a$b, ($this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] ?? $this->getCmsSlotsDataResolverService()), ($this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] ?? $this->getSalesChannelCmsPageRepositoryService()), $c, new \H1web\Blog\Service\BlogCategoryBreadCrumbBuilder(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()))), new \H1web\Blog\Storefront\Page\Tag\TagPageLoader($a$b, ($this->services['tag.repository'] ?? $this->getTag_RepositoryService()), $c));
  2430.         $instance->setContainer($this);
  2431.         return $instance;
  2432.     }
  2433.     /**
  2434.      * Gets the public 'Laenen\Grid\LaenenGrid' shared autowired service.
  2435.      *
  2436.      * @return \Laenen\Grid\LaenenGrid
  2437.      */
  2438.     protected function getLaenenGridService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/LaenenGrid.php';
  2447.         return $this->services['Laenen\\Grid\\LaenenGrid'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Laenen\\Grid\\LaenenGrid');
  2448.     }
  2449.     /**
  2450.      * Gets the public 'NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition' shared service.
  2451.      *
  2452.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition
  2453.      */
  2454.     protected function getGalleryEntryTranslationDefinitionService()
  2455.     {
  2456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryEntryTranslation/GalleryEntryTranslationDefinition.php';
  2458.         $this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition();
  2459.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2460.         return $instance;
  2461.     }
  2462.     /**
  2463.      * Gets the public 'NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition' shared service.
  2464.      *
  2465.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition
  2466.      */
  2467.     protected function getGalleryProductDefinitionService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryProduct/GalleryProductDefinition.php';
  2470.         $this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition();
  2471.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition' shared service.
  2476.      *
  2477.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition
  2478.      */
  2479.     protected function getGalleryTranslationDefinitionService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryTranslation/GalleryTranslationDefinition.php';
  2483.         $this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition();
  2484.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2485.         return $instance;
  2486.     }
  2487.     /**
  2488.      * Gets the public 'NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition' shared service.
  2489.      *
  2490.      * @return \NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition
  2491.      */
  2492.     protected function getGalleryEntryDefinitionService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/GalleryEntry/GalleryEntryDefinition.php';
  2495.         $this->services['NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition'] = $instance = new \NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition();
  2496.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2497.         return $instance;
  2498.     }
  2499.     /**
  2500.      * Gets the public 'NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition' shared service.
  2501.      *
  2502.      * @return \NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition
  2503.      */
  2504.     protected function getGalleryMediaDefinitionService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/GalleryMedia/GalleryMediaDefinition.php';
  2507.         $this->services['NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition'] = $instance = new \NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition();
  2508.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2509.         return $instance;
  2510.     }
  2511.     /**
  2512.      * Gets the public 'NetzpGallery6\Core\Content\Gallery\GalleryDefinition' shared service.
  2513.      *
  2514.      * @return \NetzpGallery6\Core\Content\Gallery\GalleryDefinition
  2515.      */
  2516.     protected function getGalleryDefinitionService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Gallery/GalleryDefinition.php';
  2519.         $this->services['NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition'] = $instance = new \NetzpGallery6\Core\Content\Gallery\GalleryDefinition();
  2520.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2521.         return $instance;
  2522.     }
  2523.     /**
  2524.      * Gets the public 'NetzpGallery6\NetzpGallery6' shared autowired service.
  2525.      *
  2526.      * @return \NetzpGallery6\NetzpGallery6
  2527.      */
  2528.     protected function getNetzpGallery6Service()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/NetzpGallery6.php';
  2537.         return $this->services['NetzpGallery6\\NetzpGallery6'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetzpGallery6\\NetzpGallery6');
  2538.     }
  2539.     /**
  2540.      * Gets the public 'Scop\PlatformRedirecter\Administration\ImportExportRedirectsController' shared service.
  2541.      *
  2542.      * @return \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController
  2543.      */
  2544.     protected function getImportExportRedirectsControllerService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Administration/ImportExportRedirectsController.php';
  2547.         $this->services['Scop\\PlatformRedirecter\\Administration\\ImportExportRedirectsController'] = $instance = new \Scop\PlatformRedirecter\Administration\ImportExportRedirectsController(($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService()));
  2548.         $instance->setContainer($this);
  2549.         return $instance;
  2550.     }
  2551.     /**
  2552.      * Gets the public 'Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  2553.      *
  2554.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  2555.      */
  2556.     protected function getRedirectDefinitionService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Redirect/RedirectDefinition.php';
  2559.         $this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  2560.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2561.         return $instance;
  2562.     }
  2563.     /**
  2564.      * Gets the public 'Scop\PlatformRedirecter\ScopPlatformRedirecter' shared autowired service.
  2565.      *
  2566.      * @return \Scop\PlatformRedirecter\ScopPlatformRedirecter
  2567.      */
  2568.     protected function getScopPlatformRedirecterService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/ScopPlatformRedirecter.php';
  2577.         return $this->services['Scop\\PlatformRedirecter\\ScopPlatformRedirecter'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Scop\\PlatformRedirecter\\ScopPlatformRedirecter');
  2578.     }
  2579.     /**
  2580.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2581.      *
  2582.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2583.      */
  2584.     protected function getAdminExtensionApiControllerService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2587.         $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()));
  2588.         $instance->setContainer($this);
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2593.      *
  2594.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2595.      */
  2596.     protected function getAdminProductStreamControllerService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  2599.         $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()));
  2600.         $instance->setContainer($this);
  2601.         return $instance;
  2602.     }
  2603.     /**
  2604.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  2605.      *
  2606.      * @return \Shopware\Administration\Controller\AdminSearchController
  2607.      */
  2608.     protected function getAdminSearchControllerService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  2612.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2613.         $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()));
  2614.         $instance->setContainer($this);
  2615.         return $instance;
  2616.     }
  2617.     /**
  2618.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  2619.      *
  2620.      * @return \Shopware\Administration\Controller\AdminTagController
  2621.      */
  2622.     protected function getAdminTagControllerService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  2625.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  2626.         $instance->setContainer($this);
  2627.         return $instance;
  2628.     }
  2629.     /**
  2630.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  2631.      *
  2632.      * @return \Shopware\Administration\Controller\AdministrationController
  2633.      */
  2634.     protected function getAdministrationControllerService()
  2635.     {
  2636.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  2642.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2643.         $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()));
  2644.         $instance->setContainer($this);
  2645.         return $instance;
  2646.     }
  2647.     /**
  2648.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  2649.      *
  2650.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  2651.      */
  2652.     protected function getDocumentServiceDeprecationControllerService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  2656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  2657.         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()));
  2658.     }
  2659.     /**
  2660.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  2661.      *
  2662.      * @return \Shopware\Administration\Controller\NotificationController
  2663.      */
  2664.     protected function getNotificationControllerService()
  2665.     {
  2666.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  2667.         $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()));
  2668.         $instance->setContainer($this);
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  2673.      *
  2674.      * @return \Shopware\Administration\Controller\UserConfigController
  2675.      */
  2676.     protected function getUserConfigControllerService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  2679.         $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()));
  2680.         $instance->setContainer($this);
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  2685.      *
  2686.      * @return \Shopware\Administration\Notification\NotificationDefinition
  2687.      */
  2688.     protected function getNotificationDefinitionService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  2691.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  2692.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2693.         return $instance;
  2694.     }
  2695.     /**
  2696.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  2697.      *
  2698.      * @return \Shopware\Administration\Notification\NotificationService
  2699.      */
  2700.     protected function getNotificationServiceService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  2703.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  2704.     }
  2705.     /**
  2706.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  2707.      *
  2708.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  2709.      */
  2710.     protected function getAppAdministrationSnippetDefinitionService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  2713.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  2714.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2715.         return $instance;
  2716.     }
  2717.     /**
  2718.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  2719.      *
  2720.      * @return \Shopware\Core\Checkout\Cart\Calculator
  2721.      */
  2722.     protected function getCalculatorService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  2725.         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()));
  2726.     }
  2727.     /**
  2728.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  2729.      *
  2730.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  2731.      */
  2732.     protected function getCartFacadeHookFactoryService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  2736.         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()));
  2737.     }
  2738.     /**
  2739.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  2740.      *
  2741.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  2742.      */
  2743.     protected function getOrderConverterControllerService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  2746.         $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()));
  2747.         $instance->setContainer($this);
  2748.         return $instance;
  2749.     }
  2750.     /**
  2751.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  2752.      *
  2753.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  2754.      */
  2755.     protected function getOrderRecalculationControllerService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  2760.         $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()))));
  2761.         $instance->setContainer($this);
  2762.         return $instance;
  2763.     }
  2764.     /**
  2765.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  2766.      *
  2767.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  2768.      */
  2769.     protected function getPriceActionControllerService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  2772.         $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()));
  2773.         $instance->setContainer($this);
  2774.         return $instance;
  2775.     }
  2776.     /**
  2777.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  2778.      *
  2779.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  2780.      */
  2781.     protected function getCartDeleteRouteService()
  2782.     {
  2783.         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()));
  2784.     }
  2785.     /**
  2786.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  2787.      *
  2788.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  2789.      */
  2790.     protected function getCartItemAddRouteService()
  2791.     {
  2792.         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()), ($this->privates['shopware.rate_limiter'] ?? $this->getShopware_RateLimiterService()));
  2793.     }
  2794.     /**
  2795.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  2796.      *
  2797.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  2798.      */
  2799.     protected function getCartItemRemoveRouteService()
  2800.     {
  2801.         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()));
  2802.     }
  2803.     /**
  2804.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  2805.      *
  2806.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  2807.      */
  2808.     protected function getCartItemUpdateRouteService()
  2809.     {
  2810.         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()));
  2811.     }
  2812.     /**
  2813.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  2814.      *
  2815.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  2816.      */
  2817.     protected function getCartLoadRouteService()
  2818.     {
  2819.         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()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  2823.      *
  2824.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  2825.      */
  2826.     protected function getCartOrderRouteService()
  2827.     {
  2828.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  2829.         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())));
  2830.     }
  2831.     /**
  2832.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  2833.      *
  2834.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  2835.      */
  2836.     protected function getCartServiceService()
  2837.     {
  2838.         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()));
  2839.     }
  2840.     /**
  2841.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  2842.      *
  2843.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  2844.      */
  2845.     protected function getCustomerAddressDefinitionService()
  2846.     {
  2847.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  2848.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2849.         return $instance;
  2850.     }
  2851.     /**
  2852.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  2853.      *
  2854.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  2855.      */
  2856.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  2857.     {
  2858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  2859.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  2860.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2861.         return $instance;
  2862.     }
  2863.     /**
  2864.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  2865.      *
  2866.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  2867.      */
  2868.     protected function getCustomerGroupTranslationDefinitionService()
  2869.     {
  2870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  2872.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  2873.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2874.         return $instance;
  2875.     }
  2876.     /**
  2877.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  2878.      *
  2879.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  2880.      */
  2881.     protected function getCustomerGroupDefinitionService()
  2882.     {
  2883.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  2884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2885.         return $instance;
  2886.     }
  2887.     /**
  2888.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  2889.      *
  2890.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  2891.      */
  2892.     protected function getCustomerRecoveryDefinitionService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  2895.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  2896.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2897.         return $instance;
  2898.     }
  2899.     /**
  2900.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  2901.      *
  2902.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  2903.      */
  2904.     protected function getCustomerTagDefinitionService()
  2905.     {
  2906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  2907.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  2908.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  2913.      *
  2914.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  2915.      */
  2916.     protected function getCustomerWishlistProductDefinitionService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  2919.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  2920.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2921.         return $instance;
  2922.     }
  2923.     /**
  2924.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  2925.      *
  2926.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  2927.      */
  2928.     protected function getCustomerWishlistDefinitionService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  2931.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  2932.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2933.         return $instance;
  2934.     }
  2935.     /**
  2936.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  2937.      *
  2938.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  2939.      */
  2940.     protected function getCustomerGroupRegistrationActionControllerService()
  2941.     {
  2942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  2943.         return $this->services['Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController'] = new \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  2944.     }
  2945.     /**
  2946.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  2947.      *
  2948.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  2949.      */
  2950.     protected function getCustomerDefinitionService()
  2951.     {
  2952.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  2953.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  2958.      *
  2959.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  2960.      */
  2961.     protected function getAccountNewsletterRecipientRouteService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  2965.         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()));
  2966.     }
  2967.     /**
  2968.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  2969.      *
  2970.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  2971.      */
  2972.     protected function getAddWishlistProductRouteService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  2976.         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()));
  2977.     }
  2978.     /**
  2979.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  2980.      *
  2981.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  2982.      */
  2983.     protected function getChangeCustomerProfileRouteService()
  2984.     {
  2985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  2986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  2987.         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()));
  2988.     }
  2989.     /**
  2990.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  2991.      *
  2992.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  2993.      */
  2994.     protected function getChangeEmailRouteService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  2998.         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()));
  2999.     }
  3000.     /**
  3001.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  3002.      *
  3003.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  3004.      */
  3005.     protected function getChangeLanguageRouteService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  3009.         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()));
  3010.     }
  3011.     /**
  3012.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  3013.      *
  3014.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  3015.      */
  3016.     protected function getChangePasswordRouteService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  3020.         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()));
  3021.     }
  3022.     /**
  3023.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  3024.      *
  3025.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  3026.      */
  3027.     protected function getChangePaymentMethodRouteService()
  3028.     {
  3029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  3030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  3031.         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()));
  3032.     }
  3033.     /**
  3034.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  3035.      *
  3036.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  3037.      */
  3038.     protected function getCustomerGroupRegistrationSettingsRouteService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  3041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  3042.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  3043.     }
  3044.     /**
  3045.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  3046.      *
  3047.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  3048.      */
  3049.     protected function getCustomerRecoveryIsExpiredRouteService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  3052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  3053.         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()));
  3054.     }
  3055.     /**
  3056.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  3057.      *
  3058.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  3059.      */
  3060.     protected function getCustomerRouteService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  3064.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  3065.     }
  3066.     /**
  3067.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  3068.      *
  3069.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  3070.      */
  3071.     protected function getDeleteAddressRouteService()
  3072.     {
  3073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  3074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  3076.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  3077.     }
  3078.     /**
  3079.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  3080.      *
  3081.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  3082.      */
  3083.     protected function getDeleteCustomerRouteService()
  3084.     {
  3085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  3086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  3087.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  3088.     }
  3089.     /**
  3090.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  3091.      *
  3092.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  3093.      */
  3094.     protected function getListAddressRouteService()
  3095.     {
  3096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  3097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  3098.         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()));
  3099.     }
  3100.     /**
  3101.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  3102.      *
  3103.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  3104.      */
  3105.     protected function getLoadWishlistRouteService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  3111.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute(($this->services['customer_wishlist.repository'] ?? $this->getCustomerWishlist_RepositoryService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  3112.     }
  3113.     /**
  3114.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  3115.      *
  3116.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  3117.      */
  3118.     protected function getLoginRouteService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  3122.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  3123.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  3124.         $c = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3125.         $d = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  3126.         $a->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3127.         $a->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3128.         $a->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3129.         $a->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3130.         $a->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3131.         $a->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3132.         $a->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3133.         $a->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3134.         $a->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($b), $c$d));
  3135.         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);
  3136.     }
  3137.     /**
  3138.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  3139.      *
  3140.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute
  3141.      */
  3142.     protected function getLogoutRouteService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  3146.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService()));
  3147.     }
  3148.     /**
  3149.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  3150.      *
  3151.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  3152.      */
  3153.     protected function getMergeWishlistProductRouteService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  3157.         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()));
  3158.     }
  3159.     /**
  3160.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  3161.      *
  3162.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  3163.      */
  3164.     protected function getRegisterConfirmRouteService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  3168.         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()));
  3169.     }
  3170.     /**
  3171.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  3172.      *
  3173.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  3174.      */
  3175.     protected function getRegisterRouteService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  3181.         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()));
  3182.     }
  3183.     /**
  3184.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  3185.      *
  3186.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  3187.      */
  3188.     protected function getRemoveWishlistProductRouteService()
  3189.     {
  3190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  3192.         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()));
  3193.     }
  3194.     /**
  3195.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  3196.      *
  3197.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  3198.      */
  3199.     protected function getResetPasswordRouteService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  3203.         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()));
  3204.     }
  3205.     /**
  3206.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  3207.      *
  3208.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  3209.      */
  3210.     protected function getSendPasswordRecoveryMailRouteService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  3214.         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()));
  3215.     }
  3216.     /**
  3217.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  3218.      *
  3219.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  3220.      */
  3221.     protected function getSwitchDefaultAddressRouteService()
  3222.     {
  3223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  3226.         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()));
  3227.     }
  3228.     /**
  3229.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  3230.      *
  3231.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  3232.      */
  3233.     protected function getUpsertAddressRouteService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  3238.         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()));
  3239.     }
  3240.     /**
  3241.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  3242.      *
  3243.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  3244.      */
  3245.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  3246.     {
  3247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  3248.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  3249.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3250.         return $instance;
  3251.     }
  3252.     /**
  3253.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  3254.      *
  3255.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  3256.      */
  3257.     protected function getDocumentBaseConfigDefinitionService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  3260.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  3261.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  3266.      *
  3267.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  3268.      */
  3269.     protected function getDocumentTypeTranslationDefinitionService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  3273.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  3274.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3275.         return $instance;
  3276.     }
  3277.     /**
  3278.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  3279.      *
  3280.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  3281.      */
  3282.     protected function getDocumentTypeDefinitionService()
  3283.     {
  3284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  3285.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  3286.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  3291.      *
  3292.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  3293.      */
  3294.     protected function getDocumentControllerService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  3301.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  3302.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  3303.         $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);
  3304.         $instance->setContainer($this);
  3305.         return $instance;
  3306.     }
  3307.     /**
  3308.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  3309.      *
  3310.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  3311.      */
  3312.     protected function getDocumentDefinitionService()
  3313.     {
  3314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  3315.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  3316.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3317.         return $instance;
  3318.     }
  3319.     /**
  3320.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  3321.      *
  3322.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  3323.      */
  3324.     protected function getDocumentGeneratorControllerService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  3327.         $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()));
  3328.         $instance->setContainer($this);
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  3333.      *
  3334.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  3335.      */
  3336.     protected function getDocumentRouteService()
  3337.     {
  3338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  3340.         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()));
  3341.     }
  3342.     /**
  3343.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3344.      *
  3345.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3346.      */
  3347.     protected function getOrderAddressDefinitionService()
  3348.     {
  3349.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3350.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3351.         return $instance;
  3352.     }
  3353.     /**
  3354.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3355.      *
  3356.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3357.      */
  3358.     protected function getOrderCustomerDefinitionService()
  3359.     {
  3360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3361.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3362.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3363.         return $instance;
  3364.     }
  3365.     /**
  3366.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3367.      *
  3368.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3369.      */
  3370.     protected function getOrderDeliveryPositionDefinitionService()
  3371.     {
  3372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3373.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3374.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3379.      *
  3380.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3381.      */
  3382.     protected function getOrderDeliveryDefinitionService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3385.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3386.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3391.      *
  3392.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3393.      */
  3394.     protected function getOrderLineItemDefinitionService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3397.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3398.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3399.         return $instance;
  3400.     }
  3401.     /**
  3402.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3403.      *
  3404.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3405.      */
  3406.     protected function getOrderTagDefinitionService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3409.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3410.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3411.         return $instance;
  3412.     }
  3413.     /**
  3414.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3415.      *
  3416.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3417.      */
  3418.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3421.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3422.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3423.         return $instance;
  3424.     }
  3425.     /**
  3426.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3427.      *
  3428.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3429.      */
  3430.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3433.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3434.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3435.         return $instance;
  3436.     }
  3437.     /**
  3438.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3439.      *
  3440.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3441.      */
  3442.     protected function getOrderTransactionCaptureDefinitionService()
  3443.     {
  3444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3445.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3446.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3447.         return $instance;
  3448.     }
  3449.     /**
  3450.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3451.      *
  3452.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3453.      */
  3454.     protected function getOrderTransactionDefinitionService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  3457.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  3458.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3459.         return $instance;
  3460.     }
  3461.     /**
  3462.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  3463.      *
  3464.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  3465.      */
  3466.     protected function getOrderActionControllerService()
  3467.     {
  3468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  3469.         $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()));
  3470.         $instance->setContainer($this);
  3471.         return $instance;
  3472.     }
  3473.     /**
  3474.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  3475.      *
  3476.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  3477.      */
  3478.     protected function getOrderDefinitionService()
  3479.     {
  3480.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  3481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  3486.      *
  3487.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  3488.      */
  3489.     protected function getCancelOrderRouteService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  3493.         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()));
  3494.     }
  3495.     /**
  3496.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  3497.      *
  3498.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  3499.      */
  3500.     protected function getOrderRouteService()
  3501.     {
  3502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  3504.         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()));
  3505.     }
  3506.     /**
  3507.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  3508.      *
  3509.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  3510.      */
  3511.     protected function getSetPaymentOrderRouteService()
  3512.     {
  3513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  3515.         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()));
  3516.     }
  3517.     /**
  3518.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  3519.      *
  3520.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  3521.      */
  3522.     protected function getPaymentMethodTranslationDefinitionService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  3526.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  3527.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  3532.      *
  3533.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  3534.      */
  3535.     protected function getPaymentRefundProcessorService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  3539.         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()));
  3540.     }
  3541.     /**
  3542.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  3543.      *
  3544.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  3545.      */
  3546.     protected function getPaymentControllerService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  3549.         $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()));
  3550.         $instance->setContainer($this);
  3551.         return $instance;
  3552.     }
  3553.     /**
  3554.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  3555.      *
  3556.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  3557.      */
  3558.     protected function getPaymentMethodDefinitionService()
  3559.     {
  3560.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  3561.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3562.         return $instance;
  3563.     }
  3564.     /**
  3565.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  3566.      *
  3567.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  3568.      */
  3569.     protected function getCachedPaymentMethodRouteService()
  3570.     {
  3571.         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()), []);
  3572.     }
  3573.     /**
  3574.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  3575.      *
  3576.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  3577.      */
  3578.     protected function getHandlePaymentMethodRouteService()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  3582.         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()));
  3583.     }
  3584.     /**
  3585.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  3586.      *
  3587.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  3588.      */
  3589.     protected function getSalesChannelPaymentMethodDefinitionService()
  3590.     {
  3591.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  3592.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  3597.      *
  3598.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  3599.      */
  3600.     protected function getSortedPaymentMethodRouteService()
  3601.     {
  3602.         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()));
  3603.     }
  3604.     /**
  3605.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  3606.      *
  3607.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  3608.      */
  3609.     protected function getPromotionCartRuleDefinitionService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  3612.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  3613.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3614.         return $instance;
  3615.     }
  3616.     /**
  3617.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  3618.      *
  3619.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  3620.      */
  3621.     protected function getPromotionDiscountPriceDefinitionService()
  3622.     {
  3623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  3624.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  3625.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3626.         return $instance;
  3627.     }
  3628.     /**
  3629.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  3630.      *
  3631.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  3632.      */
  3633.     protected function getPromotionDiscountRuleDefinitionService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  3636.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  3637.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3638.         return $instance;
  3639.     }
  3640.     /**
  3641.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  3642.      *
  3643.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  3644.      */
  3645.     protected function getPromotionDiscountDefinitionService()
  3646.     {
  3647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  3648.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  3649.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3650.         return $instance;
  3651.     }
  3652.     /**
  3653.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  3654.      *
  3655.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  3656.      */
  3657.     protected function getPromotionIndividualCodeDefinitionService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  3660.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  3661.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3662.         return $instance;
  3663.     }
  3664.     /**
  3665.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  3666.      *
  3667.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  3668.      */
  3669.     protected function getPromotionOrderRuleDefinitionService()
  3670.     {
  3671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  3672.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  3673.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3674.         return $instance;
  3675.     }
  3676.     /**
  3677.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  3678.      *
  3679.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  3680.      */
  3681.     protected function getPromotionPersonaCustomerDefinitionService()
  3682.     {
  3683.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  3684.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  3685.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3686.         return $instance;
  3687.     }
  3688.     /**
  3689.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  3690.      *
  3691.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  3692.      */
  3693.     protected function getPromotionPersonaRuleDefinitionService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  3696.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  3697.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3698.         return $instance;
  3699.     }
  3700.     /**
  3701.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  3702.      *
  3703.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  3704.      */
  3705.     protected function getPromotionSalesChannelDefinitionService()
  3706.     {
  3707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  3708.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  3709.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3710.         return $instance;
  3711.     }
  3712.     /**
  3713.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  3714.      *
  3715.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  3716.      */
  3717.     protected function getPromotionSetGroupRuleDefinitionService()
  3718.     {
  3719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  3720.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  3721.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3722.         return $instance;
  3723.     }
  3724.     /**
  3725.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  3726.      *
  3727.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  3728.      */
  3729.     protected function getPromotionSetGroupDefinitionService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  3732.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  3733.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3734.         return $instance;
  3735.     }
  3736.     /**
  3737.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  3738.      *
  3739.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  3740.      */
  3741.     protected function getPromotionTranslationDefinitionService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  3745.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  3746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3747.         return $instance;
  3748.     }
  3749.     /**
  3750.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  3751.      *
  3752.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  3753.      */
  3754.     protected function getPromotionActionControllerService()
  3755.     {
  3756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  3759.         $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()));
  3760.         $instance->setContainer($this);
  3761.         return $instance;
  3762.     }
  3763.     /**
  3764.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  3765.      *
  3766.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  3767.      */
  3768.     protected function getPromotionControllerService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  3772.         $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())));
  3773.         $instance->setContainer($this);
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  3778.      *
  3779.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  3780.      */
  3781.     protected function getPromotionDefinitionService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  3784.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  3785.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  3790.      *
  3791.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  3792.      */
  3793.     protected function getShippingMethodPriceDefinitionService()
  3794.     {
  3795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  3796.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  3797.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3798.         return $instance;
  3799.     }
  3800.     /**
  3801.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  3802.      *
  3803.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  3804.      */
  3805.     protected function getShippingMethodTagDefinitionService()
  3806.     {
  3807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  3808.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  3809.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3810.         return $instance;
  3811.     }
  3812.     /**
  3813.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  3814.      *
  3815.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  3816.      */
  3817.     protected function getShippingMethodTranslationDefinitionService()
  3818.     {
  3819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  3821.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  3822.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3823.         return $instance;
  3824.     }
  3825.     /**
  3826.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  3827.      *
  3828.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  3829.      */
  3830.     protected function getCachedShippingMethodRouteService()
  3831.     {
  3832.         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()), []);
  3833.     }
  3834.     /**
  3835.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  3836.      *
  3837.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  3838.      */
  3839.     protected function getSalesChannelShippingMethodDefinitionService()
  3840.     {
  3841.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  3842.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3843.         return $instance;
  3844.     }
  3845.     /**
  3846.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  3847.      *
  3848.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  3849.      */
  3850.     protected function getSortedShippingMethodRouteService()
  3851.     {
  3852.         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()));
  3853.     }
  3854.     /**
  3855.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  3856.      *
  3857.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  3858.      */
  3859.     protected function getShippingMethodDefinitionService()
  3860.     {
  3861.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  3862.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3863.         return $instance;
  3864.     }
  3865.     /**
  3866.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  3867.      *
  3868.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  3869.      */
  3870.     protected function getCategoryTagDefinitionService()
  3871.     {
  3872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  3873.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  3874.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3875.         return $instance;
  3876.     }
  3877.     /**
  3878.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3879.      *
  3880.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3881.      */
  3882.     protected function getCategoryTranslationDefinitionService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3886.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3887.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3888.         return $instance;
  3889.     }
  3890.     /**
  3891.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  3892.      *
  3893.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  3894.      */
  3895.     protected function getCategoryDefinitionService()
  3896.     {
  3897.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  3898.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3899.         return $instance;
  3900.     }
  3901.     /**
  3902.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  3903.      *
  3904.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  3905.      */
  3906.     protected function getCategoryHydratorService()
  3907.     {
  3908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  3909.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  3910.     }
  3911.     /**
  3912.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  3913.      *
  3914.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  3915.      */
  3916.     protected function getCachedCategoryRouteService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  3921.         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()), []);
  3922.     }
  3923.     /**
  3924.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  3925.      *
  3926.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  3927.      */
  3928.     protected function getCachedNavigationRouteService()
  3929.     {
  3930.         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()), []);
  3931.     }
  3932.     /**
  3933.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  3934.      *
  3935.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  3936.      */
  3937.     protected function getCategoryListRouteService()
  3938.     {
  3939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  3941.         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()));
  3942.     }
  3943.     /**
  3944.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  3945.      *
  3946.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  3947.      */
  3948.     protected function getSalesChannelCategoryDefinitionService()
  3949.     {
  3950.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  3951.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3952.         return $instance;
  3953.     }
  3954.     /**
  3955.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  3956.      *
  3957.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  3958.      */
  3959.     protected function getTreeBuildingNavigationRouteService()
  3960.     {
  3961.         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()));
  3962.     }
  3963.     /**
  3964.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  3965.      *
  3966.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  3967.      */
  3968.     protected function getCmsBlockDefinitionService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  3971.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  3972.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3973.         return $instance;
  3974.     }
  3975.     /**
  3976.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  3977.      *
  3978.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  3979.      */
  3980.     protected function getCmsPageTranslationDefinitionService()
  3981.     {
  3982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  3984.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  3985.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3986.         return $instance;
  3987.     }
  3988.     /**
  3989.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  3990.      *
  3991.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  3992.      */
  3993.     protected function getCmsSectionDefinitionService()
  3994.     {
  3995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  3996.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  3997.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3998.         return $instance;
  3999.     }
  4000.     /**
  4001.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  4002.      *
  4003.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  4004.      */
  4005.     protected function getCmsSlotTranslationDefinitionService()
  4006.     {
  4007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  4009.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  4010.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4011.         return $instance;
  4012.     }
  4013.     /**
  4014.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  4015.      *
  4016.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  4017.      */
  4018.     protected function getCmsSlotDefinitionService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  4021.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  4022.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4023.         return $instance;
  4024.     }
  4025.     /**
  4026.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  4027.      *
  4028.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  4029.      */
  4030.     protected function getCmsPageDefinitionService()
  4031.     {
  4032.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  4033.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4034.         return $instance;
  4035.     }
  4036.     /**
  4037.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  4038.      *
  4039.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  4040.      */
  4041.     protected function getSlotConfigFieldSerializerService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  4047.         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()));
  4048.     }
  4049.     /**
  4050.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  4051.      *
  4052.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  4053.      */
  4054.     protected function getCmsSlotsDataResolverService()
  4055.     {
  4056.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  4057.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  4058.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  4059.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  4060.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  4061.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  4062.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  4063.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  4064.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  4065.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  4066.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  4067.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  4068.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  4069.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  4070.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  4071.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  4072.             yield 15 => ($this->privates['DkdCmsHtmlVideo\\Content\\DataResolver\\DkdCmsHtmlVideoCmsElementResolver'] ?? ($this->privates['DkdCmsHtmlVideo\\Content\\DataResolver\\DkdCmsHtmlVideoCmsElementResolver'] = new \DkdCmsHtmlVideo\Content\DataResolver\DkdCmsHtmlVideoCmsElementResolver()));
  4073.             yield 16 => ($this->privates['NetzpGallery6\\Resolver\\GalleryElementResolver'] ?? $this->getGalleryElementResolverService());
  4074.             yield 17 => ($this->privates['NetzpGallery6\\Resolver\\GalleryListElementResolver'] ?? $this->getGalleryListElementResolverService());
  4075.             yield 18 => ($this->privates['H1web\\Blog\\Blog\\Cms\\BlogListingCmsElementResolver'] ?? $this->getBlogListingCmsElementResolverService());
  4076.         }, 19), ['product' => ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService())], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4077.     }
  4078.     /**
  4079.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  4080.      *
  4081.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  4082.      */
  4083.     protected function getCmsRouteService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  4087.         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()));
  4088.     }
  4089.     /**
  4090.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  4091.      *
  4092.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  4093.      *
  4094.      * @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.
  4095.      */
  4096.     protected function getSalesChannelCmsPageRepositoryService()
  4097.     {
  4098.         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.');
  4099.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  4100.     }
  4101.     /**
  4102.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  4103.      *
  4104.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  4105.      */
  4106.     protected function getContactFormRouteService()
  4107.     {
  4108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  4112.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4113.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4114.         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()));
  4115.     }
  4116.     /**
  4117.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  4118.      *
  4119.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  4120.      */
  4121.     protected function getFlowSequenceDefinitionService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  4124.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  4125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4126.         return $instance;
  4127.     }
  4128.     /**
  4129.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  4130.      *
  4131.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  4132.      */
  4133.     protected function getCachedFlowLoaderService()
  4134.     {
  4135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  4138.         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()));
  4139.     }
  4140.     /**
  4141.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  4142.      *
  4143.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  4144.      */
  4145.     protected function getFlowExecutorService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Rule/FlowRuleScopeBuilder.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  4150.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor'] = new \Shopware\Core\Content\Flow\Dispatching\FlowExecutor(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider'] ?? $this->getAppFlowActionProviderService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService()), new \Shopware\Core\Content\Flow\Rule\FlowRuleScopeBuilder(($this->privates['Shopware\\Core\\Checkout\\Cart\\Order\\OrderConverter'] ?? $this->getOrderConverterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new RewindableGenerator(function () {
  4151.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  4152.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  4153.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  4154.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  4155.         }, 4)), new RewindableGenerator(function () {
  4156.             yield 'action.add.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  4157.             yield 'action.add.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  4158.             yield 'action.remove.order.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  4159.             yield 'action.remove.customer.tag' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  4160.             yield 'action.change.customer.group' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  4161.             yield 'action.change.customer.status' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  4162.             yield 'action.generate.document' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  4163.             yield 'action.mail.send' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  4164.             yield 'action.set.order.state' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  4165.             yield 'action.set.customer.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  4166.             yield 'action.set.customer.group.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  4167.             yield 'action.add.customer.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  4168.             yield 'action.add.order.affiliate.and.campaign.code' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  4169.             yield 'action.set.order.custom.field' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  4170.             yield 'action.stop.flow' => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\StopFlowAction'] = new \Shopware\Core\Content\Flow\Dispatching\Action\StopFlowAction()));
  4171.         }, 15));
  4172.     }
  4173.     /**
  4174.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowFactory' shared service.
  4175.      *
  4176.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowFactory
  4177.      */
  4178.     protected function getFlowFactoryService()
  4179.     {
  4180.         return $this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] = new \Shopware\Core\Content\Flow\Dispatching\FlowFactory(new RewindableGenerator(function () {
  4181.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] ?? $this->getOrderStorerService());
  4182.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] ?? $this->getCustomerStorerService());
  4183.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MailStorer()));
  4184.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] ?? $this->getUserStorerService());
  4185.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] ?? $this->getCustomerGroupStorerService());
  4186.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] ?? $this->getCustomerRecoveryStorerService());
  4187.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] ?? $this->getOrderTransactionStorerService());
  4188.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] ?? $this->getNewsletterRecipientStorerService());
  4189.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContactFormDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContactFormDataStorer()));
  4190.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ConfirmUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ConfirmUrlStorer()));
  4191.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContentsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContentsStorer()));
  4192.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ContextTokenStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ContextTokenStorer()));
  4193.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\EmailStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\EmailStorer()));
  4194.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\MessageStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\MessageStorer()));
  4195.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NameStorer()));
  4196.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\RecipientsStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\RecipientsStorer()));
  4197.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ResetUrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ResetUrlStorer()));
  4198.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\ShopNameStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\ShopNameStorer()));
  4199.             yield 18 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\SubjectStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\SubjectStorer()));
  4200.             yield 19 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\TemplateDataStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\TemplateDataStorer()));
  4201.             yield 20 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UrlStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UrlStorer()));
  4202.         }, 21));
  4203.     }
  4204.     /**
  4205.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  4206.      *
  4207.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  4208.      */
  4209.     protected function getFlowDefinitionService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  4212.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  4213.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4214.         return $instance;
  4215.     }
  4216.     /**
  4217.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  4218.      *
  4219.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  4220.      */
  4221.     protected function getImportExportFileDefinitionService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  4224.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  4225.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4226.         return $instance;
  4227.     }
  4228.     /**
  4229.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  4230.      *
  4231.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  4232.      */
  4233.     protected function getImportExportLogDefinitionService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  4236.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  4237.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4238.         return $instance;
  4239.     }
  4240.     /**
  4241.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  4242.      *
  4243.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  4244.      */
  4245.     protected function getImportExportActionControllerService()
  4246.     {
  4247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  4248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  4249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  4250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  4252.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  4253.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  4254.         $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));
  4255.         $instance->setContainer($this);
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  4260.      *
  4261.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  4262.      */
  4263.     protected function getImportExportFactoryService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  4266.         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 () {
  4267.             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()));
  4268.         }, 1), new RewindableGenerator(function () {
  4269.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  4270.         }, 1), new RewindableGenerator(function () {
  4271.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  4272.         }, 1));
  4273.     }
  4274.     /**
  4275.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  4276.      *
  4277.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  4278.      */
  4279.     protected function getImportExportProfileDefinitionService()
  4280.     {
  4281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  4282.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  4283.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4284.         return $instance;
  4285.     }
  4286.     /**
  4287.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  4288.      *
  4289.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  4290.      */
  4291.     protected function getImportExportProfileTranslationDefinitionService()
  4292.     {
  4293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  4295.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  4296.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  4301.      *
  4302.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  4303.      */
  4304.     protected function getImportExportHandlerService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  4307.         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()));
  4308.     }
  4309.     /**
  4310.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  4311.      *
  4312.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  4313.      */
  4314.     protected function getLandingPageSalesChannelDefinitionService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  4317.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  4318.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4319.         return $instance;
  4320.     }
  4321.     /**
  4322.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  4323.      *
  4324.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  4325.      */
  4326.     protected function getLandingPageTagDefinitionService()
  4327.     {
  4328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  4329.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  4330.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4331.         return $instance;
  4332.     }
  4333.     /**
  4334.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  4335.      *
  4336.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  4337.      */
  4338.     protected function getLandingPageTranslationDefinitionService()
  4339.     {
  4340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  4342.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  4343.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4344.         return $instance;
  4345.     }
  4346.     /**
  4347.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  4348.      *
  4349.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  4350.      */
  4351.     protected function getLandingPageDefinitionService()
  4352.     {
  4353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4354.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  4355.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4356.         return $instance;
  4357.     }
  4358.     /**
  4359.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  4360.      *
  4361.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  4362.      */
  4363.     protected function getCachedLandingPageRouteService()
  4364.     {
  4365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  4368.         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()), []);
  4369.     }
  4370.     /**
  4371.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  4372.      *
  4373.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  4374.      */
  4375.     protected function getSalesChannelLandingPageDefinitionService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  4379.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  4380.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4381.         return $instance;
  4382.     }
  4383.     /**
  4384.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  4385.      *
  4386.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  4387.      */
  4388.     protected function getMailHeaderFooterTranslationDefinitionService()
  4389.     {
  4390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  4392.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  4393.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4394.         return $instance;
  4395.     }
  4396.     /**
  4397.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  4398.      *
  4399.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  4400.      */
  4401.     protected function getMailHeaderFooterDefinitionService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  4404.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  4405.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4406.         return $instance;
  4407.     }
  4408.     /**
  4409.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  4410.      *
  4411.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  4412.      */
  4413.     protected function getMailTemplateMediaDefinitionService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  4416.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  4417.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4418.         return $instance;
  4419.     }
  4420.     /**
  4421.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  4422.      *
  4423.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  4424.      */
  4425.     protected function getMailTemplateTranslationDefinitionService()
  4426.     {
  4427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  4429.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  4430.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4431.         return $instance;
  4432.     }
  4433.     /**
  4434.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  4435.      *
  4436.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  4437.      */
  4438.     protected function getMailTemplateTypeTranslationDefinitionService()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  4442.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  4443.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4444.         return $instance;
  4445.     }
  4446.     /**
  4447.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  4448.      *
  4449.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  4450.      */
  4451.     protected function getMailTemplateTypeDefinitionService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  4454.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  4455.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  4460.      *
  4461.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  4462.      */
  4463.     protected function getMailActionControllerService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  4466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  4467.         $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())));
  4468.         $instance->setContainer($this);
  4469.         return $instance;
  4470.     }
  4471.     /**
  4472.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  4473.      *
  4474.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  4475.      */
  4476.     protected function getMailTemplateDefinitionService()
  4477.     {
  4478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  4479.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  4480.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4481.         return $instance;
  4482.     }
  4483.     /**
  4484.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  4485.      *
  4486.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  4487.      */
  4488.     protected function getMailFactoryService()
  4489.     {
  4490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  4491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  4492.         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()));
  4493.     }
  4494.     /**
  4495.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  4496.      *
  4497.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  4498.      */
  4499.     protected function getMailSenderService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4505.         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()));
  4506.     }
  4507.     /**
  4508.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  4509.      *
  4510.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  4511.      */
  4512.     protected function getMediaDefaultFolderDefinitionService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  4515.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  4516.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4517.         return $instance;
  4518.     }
  4519.     /**
  4520.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  4521.      *
  4522.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  4523.      */
  4524.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  4525.     {
  4526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  4527.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  4528.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4529.         return $instance;
  4530.     }
  4531.     /**
  4532.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  4533.      *
  4534.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  4535.      */
  4536.     protected function getMediaFolderConfigurationDefinitionService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  4539.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  4540.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4541.         return $instance;
  4542.     }
  4543.     /**
  4544.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  4545.      *
  4546.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  4547.      */
  4548.     protected function getMediaFolderDefinitionService()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  4551.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  4552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4553.         return $instance;
  4554.     }
  4555.     /**
  4556.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  4557.      *
  4558.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  4559.      */
  4560.     protected function getMediaTagDefinitionService()
  4561.     {
  4562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  4563.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  4564.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4565.         return $instance;
  4566.     }
  4567.     /**
  4568.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  4569.      *
  4570.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  4571.      */
  4572.     protected function getMediaThumbnailSizeDefinitionService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  4575.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  4576.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4577.         return $instance;
  4578.     }
  4579.     /**
  4580.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  4581.      *
  4582.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  4583.      */
  4584.     protected function getMediaThumbnailDefinitionService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  4587.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  4588.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4589.         return $instance;
  4590.     }
  4591.     /**
  4592.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  4593.      *
  4594.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  4595.      */
  4596.     protected function getMediaTranslationDefinitionService()
  4597.     {
  4598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  4600.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  4601.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4602.         return $instance;
  4603.     }
  4604.     /**
  4605.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  4606.      *
  4607.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  4608.      */
  4609.     protected function getMediaFolderControllerService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  4613.         $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())));
  4614.         $instance->setContainer($this);
  4615.         return $instance;
  4616.     }
  4617.     /**
  4618.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  4619.      *
  4620.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  4621.      */
  4622.     protected function getMediaUploadControllerService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  4625.         $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()));
  4626.         $instance->setContainer($this);
  4627.         return $instance;
  4628.     }
  4629.     /**
  4630.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  4631.      *
  4632.      * @return \Shopware\Core\Content\Media\File\FileSaver
  4633.      */
  4634.     protected function getFileSaverService()
  4635.     {
  4636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  4638.         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 () {
  4639.             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()));
  4640.         }, 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']);
  4641.     }
  4642.     /**
  4643.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  4644.      *
  4645.      * @return \Shopware\Core\Content\Media\MediaDefinition
  4646.      */
  4647.     protected function getMediaDefinitionService()
  4648.     {
  4649.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  4650.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4651.         return $instance;
  4652.     }
  4653.     /**
  4654.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  4655.      *
  4656.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  4657.      */
  4658.     protected function getNewsletterRecipientTagDefinitionService()
  4659.     {
  4660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  4661.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  4662.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  4667.      *
  4668.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  4669.      */
  4670.     protected function getNewsletterRecipientDefinitionService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4673.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  4674.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4675.         return $instance;
  4676.     }
  4677.     /**
  4678.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  4679.      *
  4680.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  4681.      */
  4682.     protected function getNewsletterConfirmRouteService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  4686.         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()));
  4687.     }
  4688.     /**
  4689.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  4690.      *
  4691.      * @return \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator
  4692.      */
  4693.     protected function getNewsletterSubscribeRouteService()
  4694.     {
  4695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Fixes/NEXT22891/NewsletterSubscribeRouteDecorator.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  4698.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4699.         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);
  4700.     }
  4701.     /**
  4702.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  4703.      *
  4704.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  4705.      */
  4706.     protected function getNewsletterUnsubscribeRouteService()
  4707.     {
  4708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  4710.         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()));
  4711.     }
  4712.     /**
  4713.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  4714.      *
  4715.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  4716.      */
  4717.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  4721.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  4722.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4723.         return $instance;
  4724.     }
  4725.     /**
  4726.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  4727.      *
  4728.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  4729.      */
  4730.     protected function getProductExportControllerService()
  4731.     {
  4732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  4733.         $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()));
  4734.         $instance->setContainer($this);
  4735.         return $instance;
  4736.     }
  4737.     /**
  4738.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  4739.      *
  4740.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  4741.      */
  4742.     protected function getProductExportDefinitionService()
  4743.     {
  4744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  4745.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  4746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4747.         return $instance;
  4748.     }
  4749.     /**
  4750.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  4751.      *
  4752.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  4753.      */
  4754.     protected function getProductExportHydratorService()
  4755.     {
  4756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  4757.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  4758.     }
  4759.     /**
  4760.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  4761.      *
  4762.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  4763.      */
  4764.     protected function getExportControllerService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  4767.         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()));
  4768.     }
  4769.     /**
  4770.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  4771.      *
  4772.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  4773.      */
  4774.     protected function getProductExportGeneratorService()
  4775.     {
  4776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  4780.         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 () {
  4781.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  4782.         }, 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()));
  4783.     }
  4784.     /**
  4785.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  4786.      *
  4787.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  4788.      */
  4789.     protected function getProductExporterService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  4793.         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()));
  4794.     }
  4795.     /**
  4796.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  4797.      *
  4798.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  4799.      */
  4800.     protected function getProductStreamFilterDefinitionService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  4803.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  4804.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4805.         return $instance;
  4806.     }
  4807.     /**
  4808.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  4809.      *
  4810.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  4811.      */
  4812.     protected function getProductStreamFilterHydratorService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  4815.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  4816.     }
  4817.     /**
  4818.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  4819.      *
  4820.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  4821.      */
  4822.     protected function getProductStreamTranslationDefinitionService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  4826.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  4827.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4828.         return $instance;
  4829.     }
  4830.     /**
  4831.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  4832.      *
  4833.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  4834.      */
  4835.     protected function getProductStreamDefinitionService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  4838.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  4839.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4840.         return $instance;
  4841.     }
  4842.     /**
  4843.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  4844.      *
  4845.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  4846.      */
  4847.     protected function getProductStreamHydratorService()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  4850.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  4851.     }
  4852.     /**
  4853.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  4854.      *
  4855.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  4856.      */
  4857.     protected function getProductStreamBuilderService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  4861.         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()));
  4862.     }
  4863.     /**
  4864.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  4865.      *
  4866.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  4867.      */
  4868.     protected function getProductCategoryTreeDefinitionService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  4871.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  4872.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  4877.      *
  4878.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  4879.      */
  4880.     protected function getProductCategoryDefinitionService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  4883.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  4884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4885.         return $instance;
  4886.     }
  4887.     /**
  4888.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  4889.      *
  4890.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  4891.      */
  4892.     protected function getProductConfiguratorSettingDefinitionService()
  4893.     {
  4894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  4895.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  4896.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4897.         return $instance;
  4898.     }
  4899.     /**
  4900.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  4901.      *
  4902.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  4903.      */
  4904.     protected function getProductConfiguratorSettingHydratorService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  4907.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  4908.     }
  4909.     /**
  4910.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  4911.      *
  4912.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  4913.      */
  4914.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  4917.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  4918.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4919.         return $instance;
  4920.     }
  4921.     /**
  4922.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  4923.      *
  4924.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  4925.      */
  4926.     protected function getProductCrossSellingAssignedProductsHydratorService()
  4927.     {
  4928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  4929.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  4930.     }
  4931.     /**
  4932.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  4933.      *
  4934.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  4935.      */
  4936.     protected function getProductCrossSellingTranslationDefinitionService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  4940.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  4941.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4942.         return $instance;
  4943.     }
  4944.     /**
  4945.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  4946.      *
  4947.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  4948.      */
  4949.     protected function getProductCrossSellingDefinitionService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  4952.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  4953.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4954.         return $instance;
  4955.     }
  4956.     /**
  4957.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  4958.      *
  4959.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  4960.      */
  4961.     protected function getProductCrossSellingHydratorService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  4964.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  4965.     }
  4966.     /**
  4967.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  4968.      *
  4969.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  4970.      */
  4971.     protected function getProductCustomFieldSetDefinitionService()
  4972.     {
  4973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  4974.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  4975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4976.         return $instance;
  4977.     }
  4978.     /**
  4979.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  4980.      *
  4981.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  4982.      */
  4983.     protected function getProductFeatureSetTranslationDefinitionService()
  4984.     {
  4985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  4987.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  4988.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  4993.      *
  4994.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  4995.      */
  4996.     protected function getProductFeatureSetDefinitionService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  4999.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  5000.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5001.         return $instance;
  5002.     }
  5003.     /**
  5004.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  5005.      *
  5006.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  5007.      */
  5008.     protected function getProductFeatureSetHydratorService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  5011.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  5012.     }
  5013.     /**
  5014.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  5015.      *
  5016.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  5017.      */
  5018.     protected function getProductKeywordDictionaryDefinitionService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  5021.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  5022.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  5027.      *
  5028.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  5029.      */
  5030.     protected function getProductKeywordDictionaryHydratorService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  5033.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  5034.     }
  5035.     /**
  5036.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  5037.      *
  5038.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  5039.      */
  5040.     protected function getProductManufacturerTranslationDefinitionService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  5044.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  5045.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5046.         return $instance;
  5047.     }
  5048.     /**
  5049.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  5050.      *
  5051.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  5052.      */
  5053.     protected function getProductManufacturerDefinitionService()
  5054.     {
  5055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  5056.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  5057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  5062.      *
  5063.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  5064.      */
  5065.     protected function getProductManufacturerHydratorService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  5068.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  5069.     }
  5070.     /**
  5071.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  5072.      *
  5073.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  5074.      */
  5075.     protected function getProductMediaDefinitionService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  5078.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  5079.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5080.         return $instance;
  5081.     }
  5082.     /**
  5083.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  5084.      *
  5085.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  5086.      */
  5087.     protected function getProductMediaHydratorService()
  5088.     {
  5089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  5090.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  5091.     }
  5092.     /**
  5093.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  5094.      *
  5095.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  5096.      */
  5097.     protected function getProductOptionDefinitionService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  5100.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  5101.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5102.         return $instance;
  5103.     }
  5104.     /**
  5105.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  5106.      *
  5107.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  5108.      */
  5109.     protected function getProductPriceDefinitionService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  5112.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  5113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  5118.      *
  5119.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  5120.      */
  5121.     protected function getProductPriceHydratorService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  5124.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  5125.     }
  5126.     /**
  5127.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  5128.      *
  5129.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  5130.      */
  5131.     protected function getProductPropertyDefinitionService()
  5132.     {
  5133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  5134.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  5135.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5136.         return $instance;
  5137.     }
  5138.     /**
  5139.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  5140.      *
  5141.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  5142.      */
  5143.     protected function getProductReviewDefinitionService()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  5146.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  5147.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5148.         return $instance;
  5149.     }
  5150.     /**
  5151.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  5152.      *
  5153.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  5154.      */
  5155.     protected function getProductReviewHydratorService()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  5158.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  5159.     }
  5160.     /**
  5161.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  5162.      *
  5163.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  5164.      */
  5165.     protected function getProductSearchConfigFieldDefinitionService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  5168.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  5169.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5170.         return $instance;
  5171.     }
  5172.     /**
  5173.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  5174.      *
  5175.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  5176.      */
  5177.     protected function getProductSearchConfigFieldHydratorService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  5180.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  5181.     }
  5182.     /**
  5183.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  5184.      *
  5185.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  5186.      */
  5187.     protected function getProductSearchConfigDefinitionService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  5190.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  5191.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5192.         return $instance;
  5193.     }
  5194.     /**
  5195.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  5196.      *
  5197.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  5198.      */
  5199.     protected function getProductSearchConfigHydratorService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  5202.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  5203.     }
  5204.     /**
  5205.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  5206.      *
  5207.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  5208.      */
  5209.     protected function getProductSearchKeywordDefinitionService()
  5210.     {
  5211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  5212.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  5213.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5214.         return $instance;
  5215.     }
  5216.     /**
  5217.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  5218.      *
  5219.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  5220.      */
  5221.     protected function getProductSearchKeywordHydratorService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  5224.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  5225.     }
  5226.     /**
  5227.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  5228.      *
  5229.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  5230.      */
  5231.     protected function getProductStreamMappingDefinitionService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  5234.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  5235.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  5240.      *
  5241.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  5242.      */
  5243.     protected function getProductTagDefinitionService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  5246.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  5247.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5248.         return $instance;
  5249.     }
  5250.     /**
  5251.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  5252.      *
  5253.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  5254.      */
  5255.     protected function getProductTranslationDefinitionService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  5259.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  5260.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5261.         return $instance;
  5262.     }
  5263.     /**
  5264.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  5265.      *
  5266.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  5267.      */
  5268.     protected function getProductVisibilityDefinitionService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  5271.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  5272.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5273.         return $instance;
  5274.     }
  5275.     /**
  5276.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  5277.      *
  5278.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  5279.      */
  5280.     protected function getProductVisibilityHydratorService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  5283.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  5284.     }
  5285.     /**
  5286.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  5287.      *
  5288.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  5289.      */
  5290.     protected function getProductActionControllerService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  5294.         $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())));
  5295.         $instance->setContainer($this);
  5296.         return $instance;
  5297.     }
  5298.     /**
  5299.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  5300.      *
  5301.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  5302.      */
  5303.     protected function getCheapestPriceAccessorBuilderService()
  5304.     {
  5305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  5307.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder(100, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5308.     }
  5309.     /**
  5310.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  5311.      *
  5312.      * @return \Shopware\Core\Content\Product\ProductDefinition
  5313.      */
  5314.     protected function getProductDefinitionService()
  5315.     {
  5316.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  5317.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5318.         return $instance;
  5319.     }
  5320.     /**
  5321.      * Gets the public 'Shopware\Core\Content\Product\ProductHydrator' shared service.
  5322.      *
  5323.      * @return \Shopware\Core\Content\Product\ProductHydrator
  5324.      */
  5325.     protected function getProductHydratorService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  5328.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  5329.     }
  5330.     /**
  5331.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  5332.      *
  5333.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  5334.      */
  5335.     protected function getCachedProductCrossSellingRouteService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5342.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5343.         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\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  5344.     }
  5345.     /**
  5346.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  5347.      *
  5348.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  5349.      */
  5350.     protected function getCachedProductDetailRouteService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  5357.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  5358.     }
  5359.     /**
  5360.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  5361.      *
  5362.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  5363.      */
  5364.     protected function getFindProductVariantRouteService()
  5365.     {
  5366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  5368.         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()));
  5369.     }
  5370.     /**
  5371.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  5372.      *
  5373.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  5374.      */
  5375.     protected function getCachedProductListingRouteService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  5380.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5381.         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, []);
  5382.     }
  5383.     /**
  5384.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  5385.      *
  5386.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  5387.      */
  5388.     protected function getResolveCriteriaProductListingRouteService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  5392.         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()));
  5393.     }
  5394.     /**
  5395.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  5396.      *
  5397.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  5398.      */
  5399.     protected function getProductListRouteService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  5403.         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()));
  5404.     }
  5405.     /**
  5406.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  5407.      *
  5408.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  5409.      */
  5410.     protected function getCachedProductReviewRouteService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  5415.         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()), []);
  5416.     }
  5417.     /**
  5418.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  5419.      *
  5420.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  5421.      */
  5422.     protected function getProductReviewSaveRouteService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  5426.         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()));
  5427.     }
  5428.     /**
  5429.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  5430.      *
  5431.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  5432.      */
  5433.     protected function getSalesChannelProductDefinitionService()
  5434.     {
  5435.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  5436.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5437.         return $instance;
  5438.     }
  5439.     /**
  5440.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  5441.      *
  5442.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  5443.      */
  5444.     protected function getCachedProductSearchRouteService()
  5445.     {
  5446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  5449.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5450.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute(new \Shopware\Core\Content\Product\SalesChannel\Search\ProductSearchRoute(($this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  5451.     }
  5452.     /**
  5453.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  5454.      *
  5455.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  5456.      */
  5457.     protected function getResolvedCriteriaProductSearchRouteService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  5461.         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()));
  5462.     }
  5463.     /**
  5464.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  5465.      *
  5466.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  5467.      */
  5468.     protected function getProductSortingDefinitionService()
  5469.     {
  5470.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  5471.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  5472.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5473.         return $instance;
  5474.     }
  5475.     /**
  5476.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  5477.      *
  5478.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  5479.      */
  5480.     protected function getProductSortingHydratorService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  5483.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  5484.     }
  5485.     /**
  5486.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  5487.      *
  5488.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  5489.      */
  5490.     protected function getProductSortingTranslationDefinitionService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  5494.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  5495.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  5500.      *
  5501.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  5502.      */
  5503.     protected function getCachedProductSuggestRouteService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  5508.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5509.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute(new \Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute(($this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] ?? $this->getProductSearchBuilderService()), $a, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  5510.     }
  5511.     /**
  5512.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  5513.      *
  5514.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  5515.      */
  5516.     protected function getPropertyGroupOptionTranslationDefinitionService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  5520.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  5521.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5522.         return $instance;
  5523.     }
  5524.     /**
  5525.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  5526.      *
  5527.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  5528.      */
  5529.     protected function getPropertyGroupOptionDefinitionService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  5532.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  5533.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5534.         return $instance;
  5535.     }
  5536.     /**
  5537.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  5538.      *
  5539.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  5540.      */
  5541.     protected function getPropertyGroupOptionHydratorService()
  5542.     {
  5543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  5544.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  5545.     }
  5546.     /**
  5547.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  5548.      *
  5549.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  5550.      */
  5551.     protected function getPropertyGroupTranslationDefinitionService()
  5552.     {
  5553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  5555.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  5556.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5557.         return $instance;
  5558.     }
  5559.     /**
  5560.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  5561.      *
  5562.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  5563.      */
  5564.     protected function getPropertyGroupDefinitionService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  5567.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  5568.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5569.         return $instance;
  5570.     }
  5571.     /**
  5572.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  5573.      *
  5574.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  5575.      */
  5576.     protected function getPropertyGroupHydratorService()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  5579.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  5580.     }
  5581.     /**
  5582.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  5583.      *
  5584.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  5585.      */
  5586.     protected function getRuleConditionDefinitionService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  5589.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  5590.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  5595.      *
  5596.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  5597.      */
  5598.     protected function getRuleTagDefinitionService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  5601.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  5602.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5603.         return $instance;
  5604.     }
  5605.     /**
  5606.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  5607.      *
  5608.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  5609.      */
  5610.     protected function getRuleDefinitionService()
  5611.     {
  5612.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  5613.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5614.         return $instance;
  5615.     }
  5616.     /**
  5617.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  5618.      *
  5619.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  5620.      */
  5621.     protected function getSeoActionControllerService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  5624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  5625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  5626.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5627.         $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);
  5628.         $instance->setContainer($this);
  5629.         return $instance;
  5630.     }
  5631.     /**
  5632.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  5633.      *
  5634.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  5635.      */
  5636.     protected function getCachedSeoResolverService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  5641.         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()));
  5642.     }
  5643.     /**
  5644.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  5645.      *
  5646.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  5647.      */
  5648.     protected function getEmptyPathInfoResolverService()
  5649.     {
  5650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  5652.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  5653.     }
  5654.     /**
  5655.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  5656.      *
  5657.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  5658.      */
  5659.     protected function getSeoUrlAssociationFieldResolverService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  5663.         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())));
  5664.     }
  5665.     /**
  5666.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  5667.      *
  5668.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  5669.      */
  5670.     protected function getSeoUrlFieldSerializerService()
  5671.     {
  5672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  5675.         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()));
  5676.     }
  5677.     /**
  5678.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  5679.      *
  5680.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  5681.      */
  5682.     protected function getMainCategoryDefinitionService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5685.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  5686.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5687.         return $instance;
  5688.     }
  5689.     /**
  5690.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  5691.      *
  5692.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  5693.      */
  5694.     protected function getSalesChannelMainCategoryDefinitionService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  5698.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  5699.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5700.         return $instance;
  5701.     }
  5702.     /**
  5703.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  5704.      *
  5705.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  5706.      */
  5707.     protected function getSeoUrlRouteService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  5711.         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()));
  5712.     }
  5713.     /**
  5714.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  5715.      *
  5716.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  5717.      */
  5718.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  5719.     {
  5720.         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()));
  5721.     }
  5722.     /**
  5723.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  5724.      *
  5725.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  5726.      */
  5727.     protected function getSeoUrlTemplateDefinitionService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  5730.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  5731.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5732.         return $instance;
  5733.     }
  5734.     /**
  5735.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  5736.      *
  5737.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  5738.      */
  5739.     protected function getSalesChannelSeoUrlDefinitionService()
  5740.     {
  5741.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  5742.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5743.         return $instance;
  5744.     }
  5745.     /**
  5746.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  5747.      *
  5748.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  5749.      */
  5750.     protected function getSeoUrlDefinitionService()
  5751.     {
  5752.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  5753.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5754.         return $instance;
  5755.     }
  5756.     /**
  5757.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  5758.      *
  5759.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  5760.      */
  5761.     protected function getCachedSitemapRouteService()
  5762.     {
  5763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  5768.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5769.         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);
  5770.     }
  5771.     /**
  5772.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  5773.      *
  5774.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  5775.      */
  5776.     protected function getAssetPackageServiceService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  5779.         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()));
  5780.     }
  5781.     /**
  5782.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  5783.      *
  5784.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  5785.      */
  5786.     protected function getCacheIdLoaderService()
  5787.     {
  5788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  5789.         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()));
  5790.     }
  5791.     /**
  5792.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  5793.      *
  5794.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  5795.      */
  5796.     protected function getCacheInvalidatorFacadeHookFactoryService()
  5797.     {
  5798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  5800.         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()));
  5801.     }
  5802.     /**
  5803.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  5804.      *
  5805.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  5806.      */
  5807.     protected function getAppTemplateIteratorService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  5810.         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()));
  5811.     }
  5812.     /**
  5813.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  5814.      *
  5815.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  5816.      */
  5817.     protected function getTemplateFinderService()
  5818.     {
  5819.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5820.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  5821.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  5822.         }
  5823.         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 () {
  5824.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  5825.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  5826.         }, 2)));
  5827.     }
  5828.     /**
  5829.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  5830.      *
  5831.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  5832.      */
  5833.     protected function getTemplateIteratorService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5837.         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']);
  5838.     }
  5839.     /**
  5840.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  5841.      *
  5842.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  5843.      */
  5844.     protected function getAclCriteriaValidatorService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  5847.         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()));
  5848.     }
  5849.     /**
  5850.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  5851.      *
  5852.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  5853.      */
  5854.     protected function getAclRoleDefinitionService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  5857.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  5858.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  5863.      *
  5864.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  5865.      */
  5866.     protected function getAclUserRoleDefinitionService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  5869.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  5870.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5871.         return $instance;
  5872.     }
  5873.     /**
  5874.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  5875.      *
  5876.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  5877.      */
  5878.     protected function getAccessKeyControllerService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  5881.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  5882.         $instance->setContainer($this);
  5883.         return $instance;
  5884.     }
  5885.     /**
  5886.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  5887.      *
  5888.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  5889.      */
  5890.     protected function getAclControllerService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  5893.         $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()));
  5894.         $instance->setContainer($this);
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  5899.      *
  5900.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  5901.      */
  5902.     protected function getApiControllerService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  5908.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\ApiController'] = $instance = new \Shopware\Core\Framework\Api\Controller\ApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CompositeEntitySearcher'] ?? $this->getCompositeEntitySearcherService()), ($this->privates['Shopware\\Core\\Framework\\Api\\Converter\\ApiVersionConverter'] ?? $this->getApiVersionConverterService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator())), ($this->services['Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator'] ?? $this->getAclCriteriaValidatorService()));
  5909.         $instance->setContainer($this);
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  5914.      *
  5915.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  5916.      */
  5917.     protected function getAuthControllerService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  5920.         $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()));
  5921.         $instance->setContainer($this);
  5922.         return $instance;
  5923.     }
  5924.     /**
  5925.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  5926.      *
  5927.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  5928.      */
  5929.     protected function getCacheControllerService()
  5930.     {
  5931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  5932.         $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()));
  5933.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5934.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5935.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5936.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5937.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5938.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5939.             'router' => ['services''router''getRouterService'false],
  5940.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5941.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5942.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5943.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5944.         ], [
  5945.             'http_kernel' => '?',
  5946.             'message_bus' => '?',
  5947.             'messenger.default_bus' => '?',
  5948.             'parameter_bag' => '?',
  5949.             'request_stack' => '?',
  5950.             'router' => '?',
  5951.             'security.csrf.token_manager' => '?',
  5952.             'serializer' => '?',
  5953.             'session' => '.session.deprecated',
  5954.             'twig' => '?',
  5955.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController' shared service.
  5960.      *
  5961.      * @return \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController
  5962.      */
  5963.     protected function getCustomSnippetFormatControllerService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CustomSnippetFormatController.php';
  5966.         return $this->services['Shopware\\Core\\Framework\\Api\\Controller\\CustomSnippetFormatController'] = new \Shopware\Core\Framework\Api\Controller\CustomSnippetFormatController(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  5967.     }
  5968.     /**
  5969.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  5970.      *
  5971.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  5972.      */
  5973.     protected function getFallbackControllerService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  5976.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  5977.         $instance->setContainer($this);
  5978.         return $instance;
  5979.     }
  5980.     /**
  5981.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  5982.      *
  5983.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  5984.      */
  5985.     protected function getIndexingControllerService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  5988.         $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()));
  5989.         $instance->setContainer($this);
  5990.         return $instance;
  5991.     }
  5992.     /**
  5993.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  5994.      *
  5995.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  5996.      */
  5997.     protected function getInfoControllerService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/AppUrlVerifier.php';
  6001.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\InfoController'] = $instance = new \Shopware\Core\Framework\Api\Controller\InfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), new \Shopware\Core\Maintenance\System\Service\AppUrlVerifier(new \GuzzleHttp\Client(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), 'dev'$this->getEnv('bool:APP_URL_CHECK_DISABLED')), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()), true$this->parameters['shopware.security.csp_templates']);
  6002.         $instance->setContainer($this);
  6003.         return $instance;
  6004.     }
  6005.     /**
  6006.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  6007.      *
  6008.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  6009.      */
  6010.     protected function getIntegrationControllerService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  6013.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  6014.         $instance->setContainer($this);
  6015.         return $instance;
  6016.     }
  6017.     /**
  6018.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  6019.      *
  6020.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  6021.      */
  6022.     protected function getSalesChannelProxyControllerService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  6026.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  6027.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  6028.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), $a, ($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? $this->getSalesChannelContextServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Shopware\Core\Checkout\Cart\ApiOrderCartService($b$a), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? $this->getCartOrderRouteService()), $b, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6029.         $instance->setContainer($this);
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  6034.      *
  6035.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  6036.      */
  6037.     protected function getSyncControllerService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  6040.         $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()));
  6041.         $instance->setContainer($this);
  6042.         return $instance;
  6043.     }
  6044.     /**
  6045.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  6046.      *
  6047.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  6048.      */
  6049.     protected function getUserControllerService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  6052.         $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()));
  6053.         $instance->setContainer($this);
  6054.         return $instance;
  6055.     }
  6056.     /**
  6057.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  6058.      *
  6059.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  6060.      */
  6061.     protected function getSyncServiceService()
  6062.     {
  6063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  6065.         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()));
  6066.     }
  6067.     /**
  6068.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  6069.      *
  6070.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  6071.      */
  6072.     protected function getActionButtonTranslationDefinitionService()
  6073.     {
  6074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  6076.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  6077.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  6082.      *
  6083.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  6084.      */
  6085.     protected function getActionButtonDefinitionService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  6088.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  6089.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6090.         return $instance;
  6091.     }
  6092.     /**
  6093.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  6094.      *
  6095.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  6096.      */
  6097.     protected function getAppPaymentMethodDefinitionService()
  6098.     {
  6099.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  6100.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6101.         return $instance;
  6102.     }
  6103.     /**
  6104.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  6105.      *
  6106.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  6107.      */
  6108.     protected function getAppScriptConditionTranslationDefinitionService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  6112.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  6113.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6114.         return $instance;
  6115.     }
  6116.     /**
  6117.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  6118.      *
  6119.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  6120.      */
  6121.     protected function getAppScriptConditionDefinitionService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  6124.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  6125.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6126.         return $instance;
  6127.     }
  6128.     /**
  6129.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  6130.      *
  6131.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  6132.      */
  6133.     protected function getAppTranslationDefinitionService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  6137.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  6138.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6139.         return $instance;
  6140.     }
  6141.     /**
  6142.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  6143.      *
  6144.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  6145.      */
  6146.     protected function getAppCmsBlockTranslationDefinitionService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  6150.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  6151.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6152.         return $instance;
  6153.     }
  6154.     /**
  6155.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  6156.      *
  6157.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  6158.      */
  6159.     protected function getAppCmsBlockDefinitionService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  6162.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  6163.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6164.         return $instance;
  6165.     }
  6166.     /**
  6167.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  6168.      *
  6169.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  6170.      */
  6171.     protected function getAppFlowActionTranslationDefinitionService()
  6172.     {
  6173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  6175.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  6176.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6177.         return $instance;
  6178.     }
  6179.     /**
  6180.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  6181.      *
  6182.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  6183.      */
  6184.     protected function getAppFlowActionDefinitionService()
  6185.     {
  6186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  6187.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  6188.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6189.         return $instance;
  6190.     }
  6191.     /**
  6192.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  6193.      *
  6194.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  6195.      */
  6196.     protected function getAppActionControllerService()
  6197.     {
  6198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  6202.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  6203.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  6204.         $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())));
  6205.         $instance->setContainer($this);
  6206.         return $instance;
  6207.     }
  6208.     /**
  6209.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  6210.      *
  6211.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  6212.      */
  6213.     protected function getAppCmsControllerService()
  6214.     {
  6215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  6216.         $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()));
  6217.         $instance->setContainer($this);
  6218.         return $instance;
  6219.     }
  6220.     /**
  6221.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  6222.      *
  6223.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  6224.      */
  6225.     protected function getAppUrlChangeControllerService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  6228.         $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()));
  6229.         $instance->setContainer($this);
  6230.         return $instance;
  6231.     }
  6232.     /**
  6233.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  6234.      *
  6235.      * @return \Shopware\Core\Framework\App\AppDefinition
  6236.      */
  6237.     protected function getAppDefinitionService()
  6238.     {
  6239.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  6240.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6241.         return $instance;
  6242.     }
  6243.     /**
  6244.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  6245.      *
  6246.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  6247.      */
  6248.     protected function getAppLocaleProviderService()
  6249.     {
  6250.         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()));
  6251.     }
  6252.     /**
  6253.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  6254.      *
  6255.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  6256.      */
  6257.     protected function getResolverService()
  6258.     {
  6259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  6260.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  6261.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  6262.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  6263.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  6264.         }, 3));
  6265.     }
  6266.     /**
  6267.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  6268.      *
  6269.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  6270.      */
  6271.     protected function getAppFlowActionProviderService()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  6274.         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()));
  6275.     }
  6276.     /**
  6277.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  6278.      *
  6279.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  6280.      */
  6281.     protected function getShopIdProviderService()
  6282.     {
  6283.         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()));
  6284.     }
  6285.     /**
  6286.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  6287.      *
  6288.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  6289.      */
  6290.     protected function getTemplateDefinitionService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  6293.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  6294.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6295.         return $instance;
  6296.     }
  6297.     /**
  6298.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  6299.      *
  6300.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  6301.      */
  6302.     protected function getTemplateStateServiceService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  6305.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService(($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()));
  6306.     }
  6307.     /**
  6308.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  6309.      *
  6310.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  6311.      */
  6312.     protected function getEntityCacheKeyGeneratorService()
  6313.     {
  6314.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  6315.     }
  6316.     /**
  6317.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  6318.      *
  6319.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  6320.      */
  6321.     protected function getEntityHydratorService()
  6322.     {
  6323.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  6324.     }
  6325.     /**
  6326.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  6327.      *
  6328.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  6329.      */
  6330.     protected function getConfigJsonFieldAccessorBuilderService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  6335.         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()));
  6336.     }
  6337.     /**
  6338.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  6339.      *
  6340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  6341.      */
  6342.     protected function getCustomFieldsAccessorBuilderService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  6347.         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()));
  6348.     }
  6349.     /**
  6350.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  6351.      *
  6352.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  6353.      */
  6354.     protected function getDefaultFieldAccessorBuilderService()
  6355.     {
  6356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  6358.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  6359.     }
  6360.     /**
  6361.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  6362.      *
  6363.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  6364.      */
  6365.     protected function getJsonFieldAccessorBuilderService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  6369.         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()));
  6370.     }
  6371.     /**
  6372.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  6373.      *
  6374.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  6375.      */
  6376.     protected function getPriceFieldAccessorBuilderService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  6380.         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()));
  6381.     }
  6382.     /**
  6383.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  6384.      *
  6385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  6386.      */
  6387.     protected function getManyToManyAssociationFieldResolverService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  6391.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  6392.     }
  6393.     /**
  6394.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  6395.      *
  6396.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  6397.      */
  6398.     protected function getManyToOneAssociationFieldResolverService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  6402.         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())));
  6403.     }
  6404.     /**
  6405.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  6406.      *
  6407.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  6408.      */
  6409.     protected function getOneToManyAssociationFieldResolverService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  6413.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  6414.     }
  6415.     /**
  6416.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  6417.      *
  6418.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  6419.      */
  6420.     protected function getTranslationFieldResolverService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  6424.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  6425.     }
  6426.     /**
  6427.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  6428.      *
  6429.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  6430.      */
  6431.     protected function getJoinGroupBuilderService()
  6432.     {
  6433.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  6434.     }
  6435.     /**
  6436.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  6437.      *
  6438.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  6439.      */
  6440.     protected function getDefinitionInstanceRegistryService()
  6441.     {
  6442.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry($this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\LanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\CountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\CurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\CategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\ProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''s_plugin_netzp_gallery' => 'NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition''s_plugin_netzp_gallery_translation' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition''s_plugin_netzp_gallery_entry' => 'NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition''s_plugin_netzp_gallery_entry_translation' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition''s_plugin_netzp_gallery_product' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition''s_plugin_netzp_gallery_media' => 'NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition''h1webblog_blog' => 'H1web\\Blog\\Blog\\BlogDefinition''h1webblog_blog_translation' => 'H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition''h1webblog_blog_visibility' => 'H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition''h1webblog_category' => 'H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition''h1webblog_tag' => 'H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition''h1webblog_property' => 'H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition''h1webblog_option' => 'H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition''h1webblog_category_tree' => 'H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition''h1webblog_blog_search_keyword' => 'H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition''h1webblog_blog_keyword_dictionary' => 'H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition''ws_redirect' => 'Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'], ['log_entry' => 'log_entry.repository''acl_role' => 'acl_role.repository''acl_user_role' => 'acl_user_role.repository''app' => 'app.repository''app_translation' => 'app_translation.repository''app_action_button' => 'app_action_button.repository''app_action_button_translation' => 'app_action_button_translation.repository''app_template' => 'app_template.repository''app_payment_method' => 'app_payment_method.repository''app_script_condition' => 'app_script_condition.repository''app_script_condition_translation' => 'app_script_condition_translation.repository''app_cms_block' => 'app_cms_block.repository''app_cms_block_translation' => 'app_cms_block_translation.repository''app_flow_action' => 'app_flow_action.repository''app_flow_action_translation' => 'app_flow_action_translation.repository''custom_field' => 'custom_field.repository''custom_field_set' => 'custom_field_set.repository''custom_field_set_relation' => 'custom_field_set_relation.repository''version' => 'version.repository''version_commit' => 'version_commit.repository''version_commit_data' => 'version_commit_data.repository''event_action' => 'event_action.repository''event_action_rule' => 'event_action_rule.repository''event_action_sales_channel' => 'event_action_sales_channel.repository''dead_message' => 'dead_message.repository''message_queue_stats' => 'message_queue_stats.repository''plugin' => 'plugin.repository''plugin_translation' => 'plugin_translation.repository''scheduled_task' => 'scheduled_task.repository''script' => 'script.repository''language' => 'language.repository''seo_url' => 'seo_url.repository''seo_url_template' => 'seo_url_template.repository''main_category' => 'main_category.repository''webhook' => 'webhook.repository''webhook_event_log' => 'webhook_event_log.repository''sales_channel' => 'sales_channel.repository''sales_channel_translation' => 'sales_channel_translation.repository''sales_channel_country' => 'sales_channel_country.repository''sales_channel_currency' => 'sales_channel_currency.repository''sales_channel_domain' => 'sales_channel_domain.repository''sales_channel_language' => 'sales_channel_language.repository''sales_channel_payment_method' => 'sales_channel_payment_method.repository''sales_channel_shipping_method' => 'sales_channel_shipping_method.repository''sales_channel_type' => 'sales_channel_type.repository''sales_channel_type_translation' => 'sales_channel_type_translation.repository''sales_channel_analytics' => 'sales_channel_analytics.repository''country' => 'country.repository''country_state' => 'country_state.repository''country_state_translation' => 'country_state_translation.repository''country_translation' => 'country_translation.repository''currency' => 'currency.repository''currency_country_rounding' => 'currency_country_rounding.repository''currency_translation' => 'currency_translation.repository''custom_entity' => 'custom_entity.repository''locale' => 'locale.repository''locale_translation' => 'locale_translation.repository''snippet_set' => 'snippet_set.repository''snippet' => 'snippet.repository''salutation' => 'salutation.repository''salutation_translation' => 'salutation_translation.repository''tax' => 'tax.repository''tax_rule' => 'tax_rule.repository''tax_rule_type' => 'tax_rule_type.repository''tax_rule_type_translation' => 'tax_rule_type_translation.repository''unit' => 'unit.repository''unit_translation' => 'unit_translation.repository''user' => 'user.repository''user_config' => 'user_config.repository''user_access_key' => 'user_access_key.repository''user_recovery' => 'user_recovery.repository''integration' => 'integration.repository''integration_role' => 'integration_role.repository''state_machine' => 'state_machine.repository''state_machine_translation' => 'state_machine_translation.repository''state_machine_state' => 'state_machine_state.repository''state_machine_state_translation' => 'state_machine_state_translation.repository''state_machine_transition' => 'state_machine_transition.repository''state_machine_history' => 'state_machine_history.repository''system_config' => 'system_config.repository''number_range' => 'number_range.repository''number_range_sales_channel' => 'number_range_sales_channel.repository''number_range_state' => 'number_range_state.repository''number_range_type' => 'number_range_type.repository''number_range_type_translation' => 'number_range_type_translation.repository''number_range_translation' => 'number_range_translation.repository''tag' => 'tag.repository''category' => 'category.repository''category_translation' => 'category_translation.repository''category_tag' => 'category_tag.repository''media' => 'media.repository''media_default_folder' => 'media_default_folder.repository''media_thumbnail' => 'media_thumbnail.repository''media_translation' => 'media_translation.repository''media_folder' => 'media_folder.repository''media_thumbnail_size' => 'media_thumbnail_size.repository''media_folder_configuration' => 'media_folder_configuration.repository''media_folder_configuration_media_thumbnail_size' => 'media_folder_configuration_media_thumbnail_size.repository''media_tag' => 'media_tag.repository''product' => 'product.repository''product_stream_mapping' => 'product_stream_mapping.repository''product_category' => 'product_category.repository''product_custom_field_set' => 'product_custom_field_set.repository''product_tag' => 'product_tag.repository''product_configurator_setting' => 'product_configurator_setting.repository''product_price' => 'product_price.repository''product_property' => 'product_property.repository''product_search_keyword' => 'product_search_keyword.repository''product_keyword_dictionary' => 'product_keyword_dictionary.repository''product_review' => 'product_review.repository''product_manufacturer' => 'product_manufacturer.repository''product_manufacturer_translation' => 'product_manufacturer_translation.repository''product_media' => 'product_media.repository''product_translation' => 'product_translation.repository''product_option' => 'product_option.repository''product_category_tree' => 'product_category_tree.repository''product_cross_selling' => 'product_cross_selling.repository''product_cross_selling_translation' => 'product_cross_selling_translation.repository''product_cross_selling_assigned_products' => 'product_cross_selling_assigned_products.repository''product_feature_set' => 'product_feature_set.repository''product_feature_set_translation' => 'product_feature_set_translation.repository''product_sorting' => 'product_sorting.repository''product_sorting_translation' => 'product_sorting_translation.repository''product_search_config' => 'product_search_config.repository''product_search_config_field' => 'product_search_config_field.repository''product_visibility' => 'product_visibility.repository''delivery_time' => 'delivery_time.repository''newsletter_recipient' => 'newsletter_recipient.repository''newsletter_recipient_tag' => 'newsletter_recipient_tag.repository''rule' => 'rule.repository''rule_condition' => 'rule_condition.repository''rule_tag' => 'rule_tag.repository''product_stream' => 'product_stream.repository''product_stream_translation' => 'product_stream_translation.repository''product_stream_filter' => 'product_stream_filter.repository''product_export' => 'product_export.repository''property_group' => 'property_group.repository''property_group_option' => 'property_group_option.repository''property_group_option_translation' => 'property_group_option_translation.repository''property_group_translation' => 'property_group_translation.repository''cms_page' => 'cms_page.repository''cms_page_translation' => 'cms_page_translation.repository''cms_section' => 'cms_section.repository''cms_block' => 'cms_block.repository''cms_slot' => 'cms_slot.repository''cms_slot_translation' => 'cms_slot_translation.repository''mail_template' => 'mail_template.repository''mail_template_translation' => 'mail_template_translation.repository''mail_template_type' => 'mail_template_type.repository''mail_template_type_translation' => 'mail_template_type_translation.repository''mail_template_media' => 'mail_template_media.repository''mail_header_footer' => 'mail_header_footer.repository''mail_header_footer_translation' => 'mail_header_footer_translation.repository''delivery_time_translation' => 'delivery_time_translation.repository''import_export_profile' => 'import_export_profile.repository''import_export_log' => 'import_export_log.repository''import_export_file' => 'import_export_file.repository''import_export_profile_translation' => 'import_export_profile_translation.repository''landing_page' => 'landing_page.repository''landing_page_translation' => 'landing_page_translation.repository''landing_page_tag' => 'landing_page_tag.repository''landing_page_sales_channel' => 'landing_page_sales_channel.repository''flow' => 'flow.repository''flow_sequence' => 'flow_sequence.repository''customer' => 'customer.repository''customer_group_translation' => 'customer_group_translation.repository''customer_address' => 'customer_address.repository''customer_recovery' => 'customer_recovery.repository''customer_group' => 'customer_group.repository''customer_group_registration_sales_channels' => 'customer_group_registration_sales_channels.repository''customer_tag' => 'customer_tag.repository''customer_wishlist' => 'customer_wishlist.repository''customer_wishlist_product' => 'customer_wishlist_product.repository''document' => 'document.repository''document_type' => 'document_type.repository''document_type_translation' => 'document_type_translation.repository''document_base_config' => 'document_base_config.repository''document_base_config_sales_channel' => 'document_base_config_sales_channel.repository''order' => 'order.repository''order_address' => 'order_address.repository''order_customer' => 'order_customer.repository''order_delivery' => 'order_delivery.repository''order_delivery_position' => 'order_delivery_position.repository''order_line_item' => 'order_line_item.repository''order_tag' => 'order_tag.repository''order_transaction' => 'order_transaction.repository''order_transaction_capture' => 'order_transaction_capture.repository''order_transaction_capture_refund' => 'order_transaction_capture_refund.repository''order_transaction_capture_refund_position' => 'order_transaction_capture_refund_position.repository''payment_method' => 'payment_method.repository''payment_method_translation' => 'payment_method_translation.repository''promotion' => 'promotion.repository''promotion_sales_channel' => 'promotion_sales_channel.repository''promotion_individual_code' => 'promotion_individual_code.repository''promotion_discount' => 'promotion_discount.repository''promotion_discount_rule' => 'promotion_discount_rule.repository''promotion_setgroup' => 'promotion_setgroup.repository''promotion_setgroup_rule' => 'promotion_setgroup_rule.repository''promotion_order_rule' => 'promotion_order_rule.repository''promotion_persona_customer' => 'promotion_persona_customer.repository''promotion_persona_rule' => 'promotion_persona_rule.repository''promotion_cart_rule' => 'promotion_cart_rule.repository''promotion_translation' => 'promotion_translation.repository''promotion_discount_prices' => 'promotion_discount_prices.repository''shipping_method' => 'shipping_method.repository''shipping_method_tag' => 'shipping_method_tag.repository''shipping_method_price' => 'shipping_method_price.repository''shipping_method_translation' => 'shipping_method_translation.repository''app_administration_snippet' => 'app_administration_snippet.repository''notification' => 'notification.repository''theme' => 'theme.repository''theme_translation' => 'theme_translation.repository''theme_sales_channel' => 'theme_sales_channel.repository''theme_media' => 'theme_media.repository''theme_child' => 'theme_child.repository''swag_language_pack_language' => 'swag_language_pack_language.repository''s_plugin_netzp_gallery' => 's_plugin_netzp_gallery.repository''s_plugin_netzp_gallery_translation' => 's_plugin_netzp_gallery_translation.repository''s_plugin_netzp_gallery_entry' => 's_plugin_netzp_gallery_entry.repository''s_plugin_netzp_gallery_entry_translation' => 's_plugin_netzp_gallery_entry_translation.repository''s_plugin_netzp_gallery_product' => 's_plugin_netzp_gallery_product.repository''s_plugin_netzp_gallery_media' => 's_plugin_netzp_gallery_media.repository''h1webblog_blog' => 'h1webblog_blog.repository''h1webblog_blog_translation' => 'h1webblog_blog_translation.repository''h1webblog_blog_visibility' => 'h1webblog_blog_visibility.repository''h1webblog_category' => 'h1webblog_category.repository''h1webblog_tag' => 'h1webblog_tag.repository''h1webblog_property' => 'h1webblog_property.repository''h1webblog_option' => 'h1webblog_option.repository''h1webblog_category_tree' => 'h1webblog_category_tree.repository''h1webblog_blog_search_keyword' => 'h1webblog_blog_search_keyword.repository''h1webblog_blog_keyword_dictionary' => 'h1webblog_blog_keyword_dictionary.repository''ws_redirect' => 'ws_redirect.repository''wbm_data_layer_modules' => 'wbm_data_layer_modules.repository''wbm_data_layer_properties' => 'wbm_data_layer_properties.repository''scop_platform_redirecter_redirect' => 'scop_platform_redirecter_redirect.repository']);
  6443.     }
  6444.     /**
  6445.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  6446.      *
  6447.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  6448.      */
  6449.     protected function getEntityLoadedEventFactoryService()
  6450.     {
  6451.         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()));
  6452.     }
  6453.     /**
  6454.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  6455.      *
  6456.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  6457.      */
  6458.     protected function getExtensionRegistryService()
  6459.     {
  6460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  6461.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  6462.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  6463.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  6464.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  6465.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  6466.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  6467.             yield => ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] ?? ($this->privates['Swag\\LanguagePack\\Extension\\LanguageExtension'] = new \Swag\LanguagePack\Extension\LanguageExtension()));
  6468.             yield => ($this->privates['NetzpGallery6\\Core\\Content\\Product\\ProductExtension'] ?? ($this->privates['NetzpGallery6\\Core\\Content\\Product\\ProductExtension'] = new \NetzpGallery6\Core\Content\Product\ProductExtension()));
  6469.             yield => ($this->privates['NetzpGallery6\\Core\\Content\\Media\\MediaExtension'] ?? ($this->privates['NetzpGallery6\\Core\\Content\\Media\\MediaExtension'] = new \NetzpGallery6\Core\Content\Media\MediaExtension()));
  6470.             yield => ($this->privates['H1web\\Blog\\Extension\\Content\\Category\\CategoryBlogExtension'] ?? ($this->privates['H1web\\Blog\\Extension\\Content\\Category\\CategoryBlogExtension'] = new \H1web\Blog\Extension\Content\Category\CategoryBlogExtension()));
  6471.             yield => ($this->privates['H1web\\Blog\\Extension\\System\\Tag\\TagBlogExtension'] ?? ($this->privates['H1web\\Blog\\Extension\\System\\Tag\\TagBlogExtension'] = new \H1web\Blog\Extension\System\Tag\TagBlogExtension()));
  6472.         }, 10));
  6473.     }
  6474.     /**
  6475.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  6476.      *
  6477.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  6478.      */
  6479.     protected function getRepositoryFacadeHookFactoryService()
  6480.     {
  6481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  6483.         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()));
  6484.     }
  6485.     /**
  6486.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  6487.      *
  6488.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  6489.      */
  6490.     protected function getRepositoryWriterFacadeHookFactoryService()
  6491.     {
  6492.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  6494.         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()));
  6495.     }
  6496.     /**
  6497.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  6498.      *
  6499.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  6500.      */
  6501.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  6502.     {
  6503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  6505.         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()));
  6506.     }
  6507.     /**
  6508.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  6509.      *
  6510.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  6511.      */
  6512.     protected function getBlobFieldSerializerService()
  6513.     {
  6514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  6516.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  6517.     }
  6518.     /**
  6519.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  6520.      *
  6521.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  6522.      */
  6523.     protected function getBoolFieldSerializerService()
  6524.     {
  6525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  6528.         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()));
  6529.     }
  6530.     /**
  6531.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  6532.      *
  6533.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  6534.      */
  6535.     protected function getCalculatedPriceFieldSerializerService()
  6536.     {
  6537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  6541.         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()));
  6542.     }
  6543.     /**
  6544.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  6545.      *
  6546.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  6547.      */
  6548.     protected function getCartPriceFieldSerializerService()
  6549.     {
  6550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  6554.         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()));
  6555.     }
  6556.     /**
  6557.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  6558.      *
  6559.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  6560.      */
  6561.     protected function getCashRoundingConfigFieldSerializerService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  6567.         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()));
  6568.     }
  6569.     /**
  6570.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  6571.      *
  6572.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  6573.      */
  6574.     protected function getConfigJsonFieldSerializerService()
  6575.     {
  6576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  6580.         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()));
  6581.     }
  6582.     /**
  6583.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  6584.      *
  6585.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  6586.      */
  6587.     protected function getCreatedAtFieldSerializerService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  6593.         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()));
  6594.     }
  6595.     /**
  6596.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  6597.      *
  6598.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  6599.      */
  6600.     protected function getCreatedByFieldSerializerService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  6606.         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()));
  6607.     }
  6608.     /**
  6609.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  6610.      *
  6611.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  6612.      */
  6613.     protected function getCustomFieldsSerializerService()
  6614.     {
  6615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  6619.         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()));
  6620.     }
  6621.     /**
  6622.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  6623.      *
  6624.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  6625.      */
  6626.     protected function getDateFieldSerializerService()
  6627.     {
  6628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  6631.         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()));
  6632.     }
  6633.     /**
  6634.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  6635.      *
  6636.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  6637.      */
  6638.     protected function getDateTimeFieldSerializerService()
  6639.     {
  6640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6643.         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()));
  6644.     }
  6645.     /**
  6646.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  6647.      *
  6648.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  6649.      */
  6650.     protected function getEmailFieldSerializerService()
  6651.     {
  6652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  6655.         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()));
  6656.     }
  6657.     /**
  6658.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  6659.      *
  6660.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  6661.      */
  6662.     protected function getFkFieldSerializerService()
  6663.     {
  6664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6667.         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()));
  6668.     }
  6669.     /**
  6670.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  6671.      *
  6672.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  6673.      */
  6674.     protected function getFloatFieldSerializerService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  6679.         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()));
  6680.     }
  6681.     /**
  6682.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  6683.      *
  6684.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  6685.      */
  6686.     protected function getIdFieldSerializerService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  6691.         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()));
  6692.     }
  6693.     /**
  6694.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  6695.      *
  6696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  6697.      */
  6698.     protected function getIntFieldSerializerService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  6703.         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()));
  6704.     }
  6705.     /**
  6706.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  6707.      *
  6708.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  6709.      */
  6710.     protected function getJsonFieldSerializerService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6715.         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()));
  6716.     }
  6717.     /**
  6718.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  6719.      *
  6720.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  6721.      */
  6722.     protected function getListFieldSerializerService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  6727.         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()));
  6728.     }
  6729.     /**
  6730.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  6731.      *
  6732.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  6733.      */
  6734.     protected function getLongTextFieldSerializerService()
  6735.     {
  6736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  6739.         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()));
  6740.     }
  6741.     /**
  6742.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  6743.      *
  6744.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  6745.      */
  6746.     protected function getManyToManyAssociationFieldSerializerService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  6750.         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()));
  6751.     }
  6752.     /**
  6753.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  6754.      *
  6755.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  6756.      */
  6757.     protected function getManyToOneAssociationFieldSerializerService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  6761.         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()));
  6762.     }
  6763.     /**
  6764.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  6765.      *
  6766.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  6767.      */
  6768.     protected function getOneToManyAssociationFieldSerializerService()
  6769.     {
  6770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6772.         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()));
  6773.     }
  6774.     /**
  6775.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  6776.      *
  6777.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  6778.      */
  6779.     protected function getOneToOneAssociationFieldSerializerService()
  6780.     {
  6781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  6783.         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()));
  6784.     }
  6785.     /**
  6786.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  6787.      *
  6788.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  6789.      */
  6790.     protected function getPHPUnserializeFieldSerializerService()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  6795.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  6796.     }
  6797.     /**
  6798.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  6799.      *
  6800.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  6801.      */
  6802.     protected function getPasswordFieldSerializerService()
  6803.     {
  6804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  6807.         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()));
  6808.     }
  6809.     /**
  6810.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  6811.      *
  6812.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  6813.      */
  6814.     protected function getPriceDefinitionFieldSerializerService()
  6815.     {
  6816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  6820.         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()));
  6821.     }
  6822.     /**
  6823.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  6824.      *
  6825.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  6826.      */
  6827.     protected function getPriceFieldSerializerService()
  6828.     {
  6829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  6832.         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()));
  6833.     }
  6834.     /**
  6835.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  6836.      *
  6837.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  6838.      */
  6839.     protected function getReferenceVersionFieldSerializerService()
  6840.     {
  6841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  6843.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  6844.     }
  6845.     /**
  6846.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  6847.      *
  6848.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  6849.      */
  6850.     protected function getRemoteAddressFieldSerializerService()
  6851.     {
  6852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  6855.         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()));
  6856.     }
  6857.     /**
  6858.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  6859.      *
  6860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  6861.      */
  6862.     protected function getStateMachineStateFieldSerializerService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  6868.         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()));
  6869.     }
  6870.     /**
  6871.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  6872.      *
  6873.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  6874.      */
  6875.     protected function getStringFieldSerializerService()
  6876.     {
  6877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  6880.         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()));
  6881.     }
  6882.     /**
  6883.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  6884.      *
  6885.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  6886.      */
  6887.     protected function getTaxFreeConfigFieldSerializerService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  6893.         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()));
  6894.     }
  6895.     /**
  6896.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  6897.      *
  6898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  6899.      */
  6900.     protected function getTimeZoneFieldSerializerService()
  6901.     {
  6902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  6905.         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()));
  6906.     }
  6907.     /**
  6908.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  6909.      *
  6910.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  6911.      */
  6912.     protected function getTranslatedFieldSerializerService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  6916.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  6917.     }
  6918.     /**
  6919.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  6920.      *
  6921.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  6922.      */
  6923.     protected function getTranslationsAssociationFieldSerializerService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  6927.         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()));
  6928.     }
  6929.     /**
  6930.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  6931.      *
  6932.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  6933.      */
  6934.     protected function getUpdatedAtFieldSerializerService()
  6935.     {
  6936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  6940.         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()));
  6941.     }
  6942.     /**
  6943.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  6944.      *
  6945.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  6946.      */
  6947.     protected function getUpdatedByFieldSerializerService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  6953.         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()));
  6954.     }
  6955.     /**
  6956.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  6957.      *
  6958.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  6959.      */
  6960.     protected function getVariantListingConfigFieldSerializerService()
  6961.     {
  6962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  6965.         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()));
  6966.     }
  6967.     /**
  6968.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  6969.      *
  6970.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  6971.      */
  6972.     protected function getVersionDataPayloadFieldSerializerService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  6976.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  6977.     }
  6978.     /**
  6979.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  6980.      *
  6981.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  6982.      */
  6983.     protected function getVersionFieldSerializerService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  6987.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  6988.     }
  6989.     /**
  6990.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  6991.      *
  6992.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  6993.      */
  6994.     protected function getEntityIndexerRegistryService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  6997.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  6998.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  6999.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  7000.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  7001.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  7002.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  7003.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  7004.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  7005.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  7006.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  7007.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  7008.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  7009.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  7010.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  7011.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  7012.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  7013.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  7014.             yield 16 => ($this->privates['H1web\\Blog\\Blog\\DataAbstractionLayer\\BlogIndexer'] ?? $this->getBlogIndexerService());
  7015.         }, 17), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7016.     }
  7017.     /**
  7018.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  7019.      *
  7020.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  7021.      */
  7022.     protected function getEntityReaderInterfaceService()
  7023.     {
  7024.         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()));
  7025.     }
  7026.     /**
  7027.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  7028.      *
  7029.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  7030.      */
  7031.     protected function getEntityAggregatorInterfaceService()
  7032.     {
  7033.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7034.         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()));
  7035.     }
  7036.     /**
  7037.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  7038.      *
  7039.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  7040.      */
  7041.     protected function getEntitySearcherInterfaceService()
  7042.     {
  7043.         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()));
  7044.     }
  7045.     /**
  7046.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  7047.      *
  7048.      * @return \Shopware\Core\Framework\DataAbstractionLayer\VersionManager
  7049.      */
  7050.     protected function getVersionManagerService()
  7051.     {
  7052.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = 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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($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()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService()), ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService()));
  7053.     }
  7054.     /**
  7055.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  7056.      *
  7057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  7058.      */
  7059.     protected function getVersionCommitDataDefinitionService()
  7060.     {
  7061.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  7062.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7063.         return $instance;
  7064.     }
  7065.     /**
  7066.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  7067.      *
  7068.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  7069.      */
  7070.     protected function getVersionCommitDefinitionService()
  7071.     {
  7072.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  7073.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7074.         return $instance;
  7075.     }
  7076.     /**
  7077.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  7078.      *
  7079.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  7080.      */
  7081.     protected function getVersionDefinitionService()
  7082.     {
  7083.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  7084.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7085.         return $instance;
  7086.     }
  7087.     /**
  7088.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  7089.      *
  7090.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  7091.      */
  7092.     protected function getEntityWriteGatewayInterfaceService()
  7093.     {
  7094.         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 () {
  7095.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  7096.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  7097.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  7098.             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()));
  7099.             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()));
  7100.             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()));
  7101.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  7102.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  7103.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  7104.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  7105.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7106.     }
  7107.     /**
  7108.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  7109.      *
  7110.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  7111.      */
  7112.     protected function getEntityWriterService()
  7113.     {
  7114.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7115.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  7116.         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));
  7117.     }
  7118.     /**
  7119.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  7120.      *
  7121.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  7122.      */
  7123.     protected function getBusinessEventRegistryService()
  7124.     {
  7125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  7126.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  7127.         $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']);
  7128.         return $instance;
  7129.     }
  7130.     /**
  7131.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  7132.      *
  7133.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  7134.      */
  7135.     protected function getEventActionRuleDefinitionService()
  7136.     {
  7137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  7138.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  7139.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7140.         return $instance;
  7141.     }
  7142.     /**
  7143.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  7144.      *
  7145.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  7146.      */
  7147.     protected function getEventActionSalesChannelDefinitionService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  7150.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  7151.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7152.         return $instance;
  7153.     }
  7154.     /**
  7155.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  7156.      *
  7157.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  7158.      */
  7159.     protected function getEventActionDefinitionService()
  7160.     {
  7161.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  7162.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7163.         return $instance;
  7164.     }
  7165.     /**
  7166.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  7167.      *
  7168.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  7169.      */
  7170.     protected function getIncrementApiControllerService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  7173.         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()));
  7174.     }
  7175.     /**
  7176.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  7177.      *
  7178.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  7179.      */
  7180.     protected function getLogEntryDefinitionService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  7183.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  7184.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7185.         return $instance;
  7186.     }
  7187.     /**
  7188.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  7189.      *
  7190.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  7191.      */
  7192.     protected function getConsumeMessagesControllerService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  7197.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] = $instance = new \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 20, ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService()), ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()), ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener())), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  7198.         $instance->setContainer($this);
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  7203.      *
  7204.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  7205.      */
  7206.     protected function getDeadMessageDefinitionService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  7209.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  7210.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7211.         return $instance;
  7212.     }
  7213.     /**
  7214.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  7215.      *
  7216.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  7217.      */
  7218.     protected function getMessageQueueStatsDefinitionService()
  7219.     {
  7220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  7221.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  7222.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7223.         return $instance;
  7224.     }
  7225.     /**
  7226.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  7227.      *
  7228.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  7229.      */
  7230.     protected function getScheduledTaskControllerService()
  7231.     {
  7232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  7233.         $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()));
  7234.         $instance->setContainer($this);
  7235.         return $instance;
  7236.     }
  7237.     /**
  7238.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  7239.      *
  7240.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  7241.      */
  7242.     protected function getScheduledTaskDefinitionService()
  7243.     {
  7244.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  7245.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7246.         return $instance;
  7247.     }
  7248.     /**
  7249.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  7250.      *
  7251.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  7252.      */
  7253.     protected function getMigrationControllerService()
  7254.     {
  7255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  7256.         $this->services['Shopware\\Core\\Framework\\Migration\\Api\\MigrationController'] = $instance = new \Shopware\Core\Framework\Migration\Api\MigrationController(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), '6.4.18.0');
  7257.         $instance->setContainer($this);
  7258.         return $instance;
  7259.     }
  7260.     /**
  7261.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  7262.      *
  7263.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  7264.      */
  7265.     protected function getIndexerQueuerService()
  7266.     {
  7267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  7268.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7269.     }
  7270.     /**
  7271.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  7272.      *
  7273.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  7274.      */
  7275.     protected function getMigrationCollectionLoaderService()
  7276.     {
  7277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  7279.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  7280.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  7281.         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 () {
  7282.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  7283.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  7284.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  7285.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  7286.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  7287.             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'])));
  7288.             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'])));
  7289.             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'])));
  7290.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SwagLanguagePack'] = new \Shopware\Core\Framework\Migration\MigrationSource('SwagLanguagePack', [(\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Migration') => 'Swag\\LanguagePack\\Migration'])));
  7291.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SolidAdvancedSliderElements'] = new \Shopware\Core\Framework\Migration\MigrationSource('SolidAdvancedSliderElements', [(\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Migration') => 'StudioSolid\\AdvancedSliderElements\\Migration'])));
  7292.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpGallery6'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetzpGallery6'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetzpGallery6', [(\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Migration') => 'NetzpGallery6\\Migration'])));
  7293.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_H1webBlog'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_H1webBlog'] = new \Shopware\Core\Framework\Migration\MigrationSource('H1webBlog', [(\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Migration') => 'H1web\\Blog\\Migration'])));
  7294.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SeoRedirects'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_SeoRedirects'] = new \Shopware\Core\Framework\Migration\MigrationSource('SeoRedirects', [(\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Migration') => 'Websignaal\\SeoRedirects\\Migration'])));
  7295.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_WbmTagManagerEcomm'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_WbmTagManagerEcomm'] = new \Shopware\Core\Framework\Migration\MigrationSource('WbmTagManagerEcomm', [(\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Migration') => 'Wbm\\TagManagerEcomm\\Migration'])));
  7296.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_ScopPlatformRedirecter'] = new \Shopware\Core\Framework\Migration\MigrationSource('ScopPlatformRedirecter', [(\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Migration') => 'Scop\\PlatformRedirecter\\Migration'])));
  7297.         }, 15), $b);
  7298.     }
  7299.     /**
  7300.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  7301.      *
  7302.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  7303.      */
  7304.     protected function getPluginTranslationDefinitionService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  7308.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  7309.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  7314.      *
  7315.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  7316.      */
  7317.     protected function getKernelPluginCollectionService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  7320.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  7321.     }
  7322.     /**
  7323.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  7324.      *
  7325.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  7326.      */
  7327.     protected function getKernelPluginLoaderService()
  7328.     {
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  7334.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  7335.     }
  7336.     /**
  7337.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  7338.      *
  7339.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  7340.      */
  7341.     protected function getPluginDefinitionService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  7344.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  7345.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7346.         return $instance;
  7347.     }
  7348.     /**
  7349.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  7350.      *
  7351.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  7352.      */
  7353.     protected function getPluginIdProviderService()
  7354.     {
  7355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  7356.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  7357.     }
  7358.     /**
  7359.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  7360.      *
  7361.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  7362.      */
  7363.     protected function getCanonicalRedirectServiceService()
  7364.     {
  7365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  7366.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  7367.     }
  7368.     /**
  7369.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  7370.      *
  7371.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  7372.      */
  7373.     protected function getRequestTransformerInterfaceService()
  7374.     {
  7375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  7381.         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())));
  7382.     }
  7383.     /**
  7384.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  7385.      *
  7386.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  7387.      */
  7388.     protected function getRuleConfigControllerService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  7391.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  7392.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  7393.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  7394.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  7395.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  7396.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  7397.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  7398.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  7399.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  7400.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  7401.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  7402.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  7403.             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()));
  7404.             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()));
  7405.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  7406.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  7407.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  7408.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  7409.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  7410.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  7411.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  7412.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  7413.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  7414.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  7415.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  7416.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  7417.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  7418.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  7419.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  7420.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  7421.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  7422.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  7423.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  7424.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  7425.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  7426.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  7427.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  7428.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  7429.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  7430.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  7431.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  7432.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  7433.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  7434.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  7435.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  7436.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  7437.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  7438.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  7439.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  7440.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  7441.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  7442.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  7443.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  7444.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  7445.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  7446.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  7447.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  7448.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  7449.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  7450.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  7451.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  7452.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  7453.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  7454.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  7455.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  7456.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  7457.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  7458.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  7459.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  7460.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  7461.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  7462.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  7463.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  7464.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  7465.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  7466.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  7467.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  7468.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  7469.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  7470.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  7471.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  7472.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  7473.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  7474.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  7475.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  7476.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  7477.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  7478.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  7479.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  7480.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  7481.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  7482.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  7483.         }, 91));
  7484.         $instance->setContainer($this);
  7485.         return $instance;
  7486.     }
  7487.     /**
  7488.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  7489.      *
  7490.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  7491.      */
  7492.     protected function getScriptApiRouteService()
  7493.     {
  7494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  7495.         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()));
  7496.     }
  7497.     /**
  7498.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  7499.      *
  7500.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  7501.      */
  7502.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  7506.         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()));
  7507.     }
  7508.     /**
  7509.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  7510.      *
  7511.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  7512.      */
  7513.     protected function getScriptStoreApiRouteService()
  7514.     {
  7515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  7516.         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()));
  7517.     }
  7518.     /**
  7519.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  7520.      *
  7521.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  7522.      */
  7523.     protected function getScriptExecutorService()
  7524.     {
  7525.         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()));
  7526.     }
  7527.     /**
  7528.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  7529.      *
  7530.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  7531.      */
  7532.     protected function getScriptDefinitionService()
  7533.     {
  7534.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  7535.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7536.         return $instance;
  7537.     }
  7538.     /**
  7539.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  7540.      *
  7541.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  7542.      */
  7543.     protected function getExtensionStoreActionsControllerService()
  7544.     {
  7545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  7546.         $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()));
  7547.         $instance->setContainer($this);
  7548.         return $instance;
  7549.     }
  7550.     /**
  7551.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  7552.      *
  7553.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  7554.      */
  7555.     protected function getExtensionStoreDataControllerService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  7558.         $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()));
  7559.         $instance->setContainer($this);
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  7564.      *
  7565.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  7566.      */
  7567.     protected function getExtensionStoreLicensesControllerService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  7571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  7572.         $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())));
  7573.         $instance->setContainer($this);
  7574.         return $instance;
  7575.     }
  7576.     /**
  7577.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  7578.      *
  7579.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  7580.      */
  7581.     protected function getFirstRunWizardControllerService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  7584.         $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()));
  7585.         $instance->setContainer($this);
  7586.         return $instance;
  7587.     }
  7588.     /**
  7589.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  7590.      *
  7591.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  7592.      */
  7593.     protected function getStoreControllerService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  7596.         $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()));
  7597.         $instance->setContainer($this);
  7598.         return $instance;
  7599.     }
  7600.     /**
  7601.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  7602.      *
  7603.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  7604.      */
  7605.     protected function getStoreRequestOptionsProviderService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  7609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  7610.         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.18.0'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  7611.     }
  7612.     /**
  7613.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  7614.      *
  7615.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  7616.      */
  7617.     protected function getShopSecretInvalidMiddlewareService()
  7618.     {
  7619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  7621.         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()));
  7622.     }
  7623.     /**
  7624.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  7625.      *
  7626.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  7627.      */
  7628.     protected function getStoreSessionExpiredMiddlewareService()
  7629.     {
  7630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  7632.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] = new \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7633.     }
  7634.     /**
  7635.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  7636.      *
  7637.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  7638.      */
  7639.     protected function getVerifyResponseSignatureMiddlewareService()
  7640.     {
  7641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7644.         return $this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] = new \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))));
  7645.     }
  7646.     /**
  7647.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  7648.      *
  7649.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  7650.      */
  7651.     protected function getUpdateControllerService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  7657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  7658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7659.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7660.         $this->services['Shopware\\Core\\Framework\\Update\\Api\\UpdateController'] = $instance = new \Shopware\Core\Framework\Update\Api\UpdateController(\dirname(__DIR__4), new \Shopware\Core\Framework\Update\Services\ApiClient('6.4.18.0'$a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))), (new \Shopware\Core\Framework\Update\Services\UpdateApiHttpClientFactory($a))->__invoke(), true), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  7661.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  7662.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  7663.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  7664.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  7665.         }, 4)), new \Shopware\Core\Framework\Update\Services\PluginCompatibility(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), '6.4.18.0'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  7666.         $instance->setContainer($this);
  7667.         return $instance;
  7668.     }
  7669.     /**
  7670.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  7671.      *
  7672.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  7673.      */
  7674.     protected function getHtmlSanitizerService()
  7675.     {
  7676.         return $this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] = new \Shopware\Core\Framework\Util\HtmlSanitizer($this->targetDir.''true$this->parameters['shopware.html_sanitizer.sets'], $this->parameters['shopware.html_sanitizer.fields']);
  7677.     }
  7678.     /**
  7679.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  7680.      *
  7681.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  7682.      */
  7683.     protected function getWebhookEventLogDefinitionService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  7686.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  7687.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7688.         return $instance;
  7689.     }
  7690.     /**
  7691.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  7692.      *
  7693.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  7694.      */
  7695.     protected function getWebhookDefinitionService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  7698.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  7699.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7700.         return $instance;
  7701.     }
  7702.     /**
  7703.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  7704.      *
  7705.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  7706.      */
  7707.     protected function getSalesChannelCreatorService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  7710.         return $this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] = new \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()), ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService()), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()), ($this->services['country.repository'] ?? $this->getCountry_RepositoryService()), ($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  7711.     }
  7712.     /**
  7713.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  7714.      *
  7715.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  7716.      */
  7717.     protected function getUserProvisionerService()
  7718.     {
  7719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  7720.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7721.     }
  7722.     /**
  7723.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  7724.      *
  7725.      * @return \Shopware\Core\Profiling\Profiler
  7726.      */
  7727.     protected function getProfilerService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  7730.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  7731.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  7732.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  7733.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  7734.         }, 3), $this->parameters['shopware.profiler.integrations']);
  7735.     }
  7736.     /**
  7737.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  7738.      *
  7739.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  7740.      */
  7741.     protected function getCountryStateTranslationDefinitionService()
  7742.     {
  7743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  7745.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  7746.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7747.         return $instance;
  7748.     }
  7749.     /**
  7750.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  7751.      *
  7752.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  7753.      */
  7754.     protected function getCountryStateDefinitionService()
  7755.     {
  7756.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  7757.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7758.         return $instance;
  7759.     }
  7760.     /**
  7761.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  7762.      *
  7763.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  7764.      */
  7765.     protected function getSalesChannelCountryStateDefinitionService()
  7766.     {
  7767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  7768.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  7769.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7770.         return $instance;
  7771.     }
  7772.     /**
  7773.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  7774.      *
  7775.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  7776.      */
  7777.     protected function getCountryTranslationDefinitionService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  7781.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  7782.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7783.         return $instance;
  7784.     }
  7785.     /**
  7786.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  7787.      *
  7788.      * @return \Shopware\Core\System\Country\CountryDefinition
  7789.      */
  7790.     protected function getCountryDefinitionService()
  7791.     {
  7792.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  7793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7794.         return $instance;
  7795.     }
  7796.     /**
  7797.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  7798.      *
  7799.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  7800.      */
  7801.     protected function getCachedCountryRouteService()
  7802.     {
  7803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  7806.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute(new \Shopware\Core\System\Country\SalesChannel\CountryRoute(($this->services['sales_channel.country.repository'] ?? $this->getSalesChannel_Country_RepositoryService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  7807.     }
  7808.     /**
  7809.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  7810.      *
  7811.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  7812.      */
  7813.     protected function getCachedCountryStateRouteService()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  7816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  7818.         return $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute'] = new \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute(new \Shopware\Core\System\Country\SalesChannel\CountryStateRoute(($this->services['country_state.repository'] ?? $this->getCountryState_RepositoryService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  7819.     }
  7820.     /**
  7821.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  7822.      *
  7823.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  7824.      */
  7825.     protected function getSalesChannelCountryDefinitionService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  7828.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  7829.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7830.         return $instance;
  7831.     }
  7832.     /**
  7833.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  7834.      *
  7835.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  7836.      */
  7837.     protected function getCurrencyCountryRoundingDefinitionService()
  7838.     {
  7839.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  7840.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7841.         return $instance;
  7842.     }
  7843.     /**
  7844.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  7845.      *
  7846.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  7847.      */
  7848.     protected function getCurrencyTranslationDefinitionService()
  7849.     {
  7850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  7852.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  7853.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7854.         return $instance;
  7855.     }
  7856.     /**
  7857.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  7858.      *
  7859.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  7860.      */
  7861.     protected function getCurrencyDefinitionService()
  7862.     {
  7863.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  7864.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7865.         return $instance;
  7866.     }
  7867.     /**
  7868.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  7869.      *
  7870.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  7871.      */
  7872.     protected function getCurrencyFormatterService()
  7873.     {
  7874.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7875.     }
  7876.     /**
  7877.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  7878.      *
  7879.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  7880.      */
  7881.     protected function getCachedCurrencyRouteService()
  7882.     {
  7883.         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()), []);
  7884.     }
  7885.     /**
  7886.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  7887.      *
  7888.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  7889.      */
  7890.     protected function getSalesChannelCurrencyDefinitionService()
  7891.     {
  7892.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  7893.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7894.         return $instance;
  7895.     }
  7896.     /**
  7897.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  7898.      *
  7899.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  7900.      */
  7901.     protected function getCustomEntityApiControllerService()
  7902.     {
  7903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  7905.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7906.         $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()));
  7907.         $instance->setContainer($this);
  7908.         return $instance;
  7909.     }
  7910.     /**
  7911.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  7912.      *
  7913.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  7914.      */
  7915.     protected function getCustomEntityDefinitionService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  7918.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  7919.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7920.         return $instance;
  7921.     }
  7922.     /**
  7923.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  7924.      *
  7925.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  7926.      */
  7927.     protected function getCustomEntityRegistrarService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  7930.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  7931.     }
  7932.     /**
  7933.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  7934.      *
  7935.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  7936.      */
  7937.     protected function getCustomEntitySchemaUpdaterService()
  7938.     {
  7939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  7941.         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());
  7942.     }
  7943.     /**
  7944.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  7945.      *
  7946.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  7947.      */
  7948.     protected function getCustomFieldSetRelationDefinitionService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  7951.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  7952.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7953.         return $instance;
  7954.     }
  7955.     /**
  7956.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  7957.      *
  7958.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  7959.      */
  7960.     protected function getCustomFieldSetDefinitionService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  7963.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  7964.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7965.         return $instance;
  7966.     }
  7967.     /**
  7968.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  7969.      *
  7970.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  7971.      */
  7972.     protected function getCustomFieldSetActionControllerService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  7975.         $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()));
  7976.         $instance->setContainer($this);
  7977.         return $instance;
  7978.     }
  7979.     /**
  7980.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  7981.      *
  7982.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  7983.      */
  7984.     protected function getCustomFieldDefinitionService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  7987.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  7988.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7989.         return $instance;
  7990.     }
  7991.     /**
  7992.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  7993.      *
  7994.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  7995.      */
  7996.     protected function getDeliveryTimeTranslationDefinitionService()
  7997.     {
  7998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  8000.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  8001.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  8006.      *
  8007.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  8008.      */
  8009.     protected function getDeliveryTimeDefinitionService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  8012.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  8013.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8014.         return $instance;
  8015.     }
  8016.     /**
  8017.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  8018.      *
  8019.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  8020.      */
  8021.     protected function getIntegrationRoleDefinitionService()
  8022.     {
  8023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  8024.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  8025.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8026.         return $instance;
  8027.     }
  8028.     /**
  8029.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  8030.      *
  8031.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  8032.      */
  8033.     protected function getIntegrationDefinitionService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  8036.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  8037.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8038.         return $instance;
  8039.     }
  8040.     /**
  8041.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  8042.      *
  8043.      * @return \Shopware\Core\System\Language\LanguageDefinition
  8044.      */
  8045.     protected function getLanguageDefinitionService()
  8046.     {
  8047.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  8048.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8049.         return $instance;
  8050.     }
  8051.     /**
  8052.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  8053.      *
  8054.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  8055.      */
  8056.     protected function getCachedLanguageRouteService()
  8057.     {
  8058.         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()), []);
  8059.     }
  8060.     /**
  8061.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  8062.      *
  8063.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  8064.      */
  8065.     protected function getSalesChannelLanguageDefinitionService()
  8066.     {
  8067.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  8068.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8069.         return $instance;
  8070.     }
  8071.     /**
  8072.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  8073.      *
  8074.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  8075.      */
  8076.     protected function getLocaleTranslationDefinitionService()
  8077.     {
  8078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  8080.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  8081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8082.         return $instance;
  8083.     }
  8084.     /**
  8085.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  8086.      *
  8087.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  8088.      */
  8089.     protected function getLocaleDefinitionService()
  8090.     {
  8091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  8092.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  8093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8094.         return $instance;
  8095.     }
  8096.     /**
  8097.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  8098.      *
  8099.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  8100.      */
  8101.     protected function getNumberRangeSalesChannelDefinitionService()
  8102.     {
  8103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  8104.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  8105.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8106.         return $instance;
  8107.     }
  8108.     /**
  8109.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  8110.      *
  8111.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  8112.      */
  8113.     protected function getNumberRangeStateDefinitionService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  8116.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  8117.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8118.         return $instance;
  8119.     }
  8120.     /**
  8121.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  8122.      *
  8123.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  8124.      */
  8125.     protected function getNumberRangeTranslationDefinitionService()
  8126.     {
  8127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  8129.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  8130.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8131.         return $instance;
  8132.     }
  8133.     /**
  8134.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  8135.      *
  8136.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  8137.      */
  8138.     protected function getNumberRangeTypeTranslationDefinitionService()
  8139.     {
  8140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  8142.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  8143.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8144.         return $instance;
  8145.     }
  8146.     /**
  8147.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  8148.      *
  8149.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  8150.      */
  8151.     protected function getNumberRangeTypeDefinitionService()
  8152.     {
  8153.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  8154.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  8155.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8156.         return $instance;
  8157.     }
  8158.     /**
  8159.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  8160.      *
  8161.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  8162.      */
  8163.     protected function getNumberRangeControllerService()
  8164.     {
  8165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  8166.         $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()));
  8167.         $instance->setContainer($this);
  8168.         return $instance;
  8169.     }
  8170.     /**
  8171.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  8172.      *
  8173.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  8174.      */
  8175.     protected function getNumberRangeDefinitionService()
  8176.     {
  8177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  8178.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  8179.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8180.         return $instance;
  8181.     }
  8182.     /**
  8183.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  8184.      *
  8185.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  8186.      */
  8187.     protected function getNumberRangeValueGeneratorInterfaceService()
  8188.     {
  8189.         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 () {
  8190.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  8191.             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()));
  8192.         }, 2)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8193.     }
  8194.     /**
  8195.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  8196.      *
  8197.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  8198.      */
  8199.     protected function getSalesChannelAnalyticsDefinitionService()
  8200.     {
  8201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  8202.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  8203.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8204.         return $instance;
  8205.     }
  8206.     /**
  8207.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  8208.      *
  8209.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  8210.      */
  8211.     protected function getSalesChannelCountryDefinition2Service()
  8212.     {
  8213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  8214.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  8215.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8216.         return $instance;
  8217.     }
  8218.     /**
  8219.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  8220.      *
  8221.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  8222.      */
  8223.     protected function getSalesChannelCurrencyDefinition2Service()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  8226.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  8227.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8228.         return $instance;
  8229.     }
  8230.     /**
  8231.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  8232.      *
  8233.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  8234.      */
  8235.     protected function getSalesChannelDomainDefinitionService()
  8236.     {
  8237.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  8238.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8239.         return $instance;
  8240.     }
  8241.     /**
  8242.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  8243.      *
  8244.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  8245.      */
  8246.     protected function getSalesChannelLanguageDefinition2Service()
  8247.     {
  8248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  8249.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  8250.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8251.         return $instance;
  8252.     }
  8253.     /**
  8254.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  8255.      *
  8256.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  8257.      */
  8258.     protected function getSalesChannelPaymentMethodDefinition2Service()
  8259.     {
  8260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  8261.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  8262.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8263.         return $instance;
  8264.     }
  8265.     /**
  8266.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  8267.      *
  8268.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  8269.      */
  8270.     protected function getSalesChannelShippingMethodDefinition2Service()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  8273.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  8274.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8275.         return $instance;
  8276.     }
  8277.     /**
  8278.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  8279.      *
  8280.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  8281.      */
  8282.     protected function getSalesChannelTranslationDefinitionService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  8286.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  8287.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8288.         return $instance;
  8289.     }
  8290.     /**
  8291.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  8292.      *
  8293.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  8294.      */
  8295.     protected function getSalesChannelTypeTranslationDefinitionService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  8299.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  8300.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  8305.      *
  8306.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  8307.      */
  8308.     protected function getSalesChannelTypeDefinitionService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  8311.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  8312.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8313.         return $instance;
  8314.     }
  8315.     /**
  8316.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  8317.      *
  8318.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  8319.      */
  8320.     protected function getSalesChannelContextFactoryService()
  8321.     {
  8322.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  8323.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  8324.         $c = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  8325.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  8326.         $e = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  8327.         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 () {
  8328.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  8329.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  8330.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  8331.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  8332.         }, 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);
  8333.     }
  8334.     /**
  8335.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  8336.      *
  8337.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  8338.      */
  8339.     protected function getSalesChannelDefinitionInstanceRegistryService()
  8340.     {
  8341.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry('sales_channel_definition.'$this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''user_role_acl' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''swag_language_pack_language' => 'Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition''s_plugin_netzp_gallery' => 'NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition''s_plugin_netzp_gallery_translation' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition''s_plugin_netzp_gallery_entry' => 'NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition''s_plugin_netzp_gallery_entry_translation' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition''s_plugin_netzp_gallery_product' => 'NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition''s_plugin_netzp_gallery_media' => 'NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition''h1webblog_blog' => 'H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition''h1webblog_blog_translation' => 'H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition''h1webblog_blog_visibility' => 'H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition''h1webblog_category' => 'H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition''h1webblog_tag' => 'H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition''h1webblog_property' => 'H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition''h1webblog_option' => 'H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition''h1webblog_category_tree' => 'H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition''h1webblog_blog_search_keyword' => 'H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition''h1webblog_blog_keyword_dictionary' => 'H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition''ws_redirect' => 'Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition''wbm_data_layer_modules' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition''wbm_data_layer_properties' => 'Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition''scop_platform_redirecter_redirect' => 'Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'], ['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''h1webblog_blog' => 'sales_channel.h1webblog_blog.repository']);
  8342.     }
  8343.     /**
  8344.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  8345.      *
  8346.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  8347.      */
  8348.     protected function getSalesChannelDefinitionService()
  8349.     {
  8350.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  8351.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8352.         return $instance;
  8353.     }
  8354.     /**
  8355.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  8356.      *
  8357.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  8358.      */
  8359.     protected function getContextSwitchRouteService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  8363.         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()));
  8364.     }
  8365.     /**
  8366.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  8367.      *
  8368.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  8369.      */
  8370.     protected function getStoreApiInfoControllerService()
  8371.     {
  8372.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  8373.         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']);
  8374.     }
  8375.     /**
  8376.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  8377.      *
  8378.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  8379.      */
  8380.     protected function getSalutationTranslationDefinitionService()
  8381.     {
  8382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  8384.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  8385.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8386.         return $instance;
  8387.     }
  8388.     /**
  8389.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  8390.      *
  8391.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  8392.      */
  8393.     protected function getCachedSalutationRouteService()
  8394.     {
  8395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  8398.         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()), []);
  8399.     }
  8400.     /**
  8401.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  8402.      *
  8403.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  8404.      */
  8405.     protected function getSalesChannelSalutationDefinitionService()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  8409.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  8410.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  8411.         return $instance;
  8412.     }
  8413.     /**
  8414.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  8415.      *
  8416.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  8417.      */
  8418.     protected function getSalutationDefinitionService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  8421.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  8422.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8423.         return $instance;
  8424.     }
  8425.     /**
  8426.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  8427.      *
  8428.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  8429.      */
  8430.     protected function getSnippetSetDefinitionService()
  8431.     {
  8432.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  8433.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8434.         return $instance;
  8435.     }
  8436.     /**
  8437.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  8438.      *
  8439.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  8440.      */
  8441.     protected function getSnippetControllerService()
  8442.     {
  8443.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  8444.         $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()));
  8445.         $instance->setContainer($this);
  8446.         return $instance;
  8447.     }
  8448.     /**
  8449.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  8450.      *
  8451.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  8452.      */
  8453.     protected function getSnippetFileCollectionService($lazyLoad true)
  8454.     {
  8455.         if ($lazyLoad) {
  8456.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  8457.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8458.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  8459.                     $proxy->setProxyInitializer(null);
  8460.                     return true;
  8461.                 });
  8462.             });
  8463.         }
  8464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  8468.         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();
  8469.     }
  8470.     /**
  8471.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  8472.      *
  8473.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  8474.      */
  8475.     protected function getSnippetFilterFactoryService()
  8476.     {
  8477.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  8478.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  8479.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  8480.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  8481.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  8482.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  8483.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  8484.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  8485.         }, 7));
  8486.     }
  8487.     /**
  8488.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  8489.      *
  8490.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  8491.      */
  8492.     protected function getSnippetDefinitionService()
  8493.     {
  8494.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  8495.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8496.         return $instance;
  8497.     }
  8498.     /**
  8499.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  8500.      *
  8501.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  8502.      */
  8503.     protected function getStateMachineHistoryDefinitionService()
  8504.     {
  8505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  8506.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  8507.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8508.         return $instance;
  8509.     }
  8510.     /**
  8511.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  8512.      *
  8513.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  8514.      */
  8515.     protected function getStateMachineStateDefinitionService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  8518.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  8519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8520.         return $instance;
  8521.     }
  8522.     /**
  8523.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  8524.      *
  8525.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  8526.      */
  8527.     protected function getStateMachineStateTranslationDefinitionService()
  8528.     {
  8529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  8531.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  8532.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8533.         return $instance;
  8534.     }
  8535.     /**
  8536.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  8537.      *
  8538.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  8539.      */
  8540.     protected function getStateMachineTransitionDefinitionService()
  8541.     {
  8542.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  8543.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  8544.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8545.         return $instance;
  8546.     }
  8547.     /**
  8548.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  8549.      *
  8550.      * @return \Shopware\Core\System\StateMachine\Api\StateMachineActionController
  8551.      */
  8552.     protected function getStateMachineActionControllerService()
  8553.     {
  8554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  8555.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Shopware\Core\System\StateMachine\Api\StateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8556.         $instance->setContainer($this);
  8557.         return $instance;
  8558.     }
  8559.     /**
  8560.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  8561.      *
  8562.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  8563.      */
  8564.     protected function getStateMachineDefinitionService()
  8565.     {
  8566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  8567.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  8568.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8569.         return $instance;
  8570.     }
  8571.     /**
  8572.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  8573.      *
  8574.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  8575.      */
  8576.     protected function getStateMachineTranslationDefinitionService()
  8577.     {
  8578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  8580.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  8581.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8582.         return $instance;
  8583.     }
  8584.     /**
  8585.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  8586.      *
  8587.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  8588.      */
  8589.     protected function getSystemConfigControllerService()
  8590.     {
  8591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  8592.         $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()));
  8593.         $instance->setContainer($this);
  8594.         return $instance;
  8595.     }
  8596.     /**
  8597.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  8598.      *
  8599.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  8600.      */
  8601.     protected function getSystemConfigFacadeHookFactoryService()
  8602.     {
  8603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  8605.         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()));
  8606.     }
  8607.     /**
  8608.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  8609.      *
  8610.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  8611.      */
  8612.     protected function getSystemConfigDefinitionService()
  8613.     {
  8614.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  8615.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  8620.      *
  8621.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  8622.      */
  8623.     protected function getSystemConfigServiceService()
  8624.     {
  8625.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8626.         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()));
  8627.     }
  8628.     /**
  8629.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  8630.      *
  8631.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  8632.      */
  8633.     protected function getFilterTagIdsServiceService()
  8634.     {
  8635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  8636.         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()));
  8637.     }
  8638.     /**
  8639.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  8640.      *
  8641.      * @return \Shopware\Core\System\Tag\TagDefinition
  8642.      */
  8643.     protected function getTagDefinitionService()
  8644.     {
  8645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  8646.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  8647.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8648.         return $instance;
  8649.     }
  8650.     /**
  8651.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  8652.      *
  8653.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  8654.      */
  8655.     protected function getTaxRuleTypeTranslationDefinitionService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  8659.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  8660.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8661.         return $instance;
  8662.     }
  8663.     /**
  8664.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  8665.      *
  8666.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  8667.      */
  8668.     protected function getTaxRuleTypeDefinitionService()
  8669.     {
  8670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  8671.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  8672.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8673.         return $instance;
  8674.     }
  8675.     /**
  8676.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  8677.      *
  8678.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  8679.      */
  8680.     protected function getTaxRuleDefinitionService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  8683.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  8684.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8685.         return $instance;
  8686.     }
  8687.     /**
  8688.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  8689.      *
  8690.      * @return \Shopware\Core\System\Tax\TaxDefinition
  8691.      */
  8692.     protected function getTaxDefinitionService()
  8693.     {
  8694.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  8695.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8696.         return $instance;
  8697.     }
  8698.     /**
  8699.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  8700.      *
  8701.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  8702.      */
  8703.     protected function getUnitTranslationDefinitionService()
  8704.     {
  8705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  8707.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  8708.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8709.         return $instance;
  8710.     }
  8711.     /**
  8712.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  8713.      *
  8714.      * @return \Shopware\Core\System\Unit\UnitDefinition
  8715.      */
  8716.     protected function getUnitDefinitionService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  8719.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  8720.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8721.         return $instance;
  8722.     }
  8723.     /**
  8724.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  8725.      *
  8726.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  8727.      */
  8728.     protected function getUserAccessKeyDefinitionService()
  8729.     {
  8730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  8731.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  8732.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8733.         return $instance;
  8734.     }
  8735.     /**
  8736.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  8737.      *
  8738.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  8739.      */
  8740.     protected function getUserConfigDefinitionService()
  8741.     {
  8742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  8743.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  8744.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8745.         return $instance;
  8746.     }
  8747.     /**
  8748.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  8749.      *
  8750.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  8751.      */
  8752.     protected function getUserRecoveryDefinitionService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  8755.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  8756.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8757.         return $instance;
  8758.     }
  8759.     /**
  8760.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  8761.      *
  8762.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  8763.      */
  8764.     protected function getUserRecoveryControllerService()
  8765.     {
  8766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  8768.         $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()));
  8769.         $instance->setContainer($this);
  8770.         return $instance;
  8771.     }
  8772.     /**
  8773.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  8774.      *
  8775.      * @return \Shopware\Core\System\User\Api\UserValidationController
  8776.      */
  8777.     protected function getUserValidationControllerService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  8781.         $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())));
  8782.         $instance->setContainer($this);
  8783.         return $instance;
  8784.     }
  8785.     /**
  8786.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  8787.      *
  8788.      * @return \Shopware\Core\System\User\UserDefinition
  8789.      */
  8790.     protected function getUserDefinitionService()
  8791.     {
  8792.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  8793.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8794.         return $instance;
  8795.     }
  8796.     /**
  8797.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  8798.      *
  8799.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  8800.      */
  8801.     protected function getElasticsearchHelperService()
  8802.     {
  8803.         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()));
  8804.     }
  8805.     /**
  8806.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  8807.      *
  8808.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  8809.      */
  8810.     protected function getCreateAliasTaskHandlerService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  8813.         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()));
  8814.     }
  8815.     /**
  8816.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  8817.      *
  8818.      * @return \Shopware\Storefront\Controller\AccountOrderController
  8819.      */
  8820.     protected function getAccountOrderControllerService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  8826.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8827.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8828.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  8829.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  8830.         $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);
  8831.         $instance->setContainer($this);
  8832.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8833.         return $instance;
  8834.     }
  8835.     /**
  8836.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  8837.      *
  8838.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  8839.      */
  8840.     protected function getAccountPaymentControllerService()
  8841.     {
  8842.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  8844.         $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()));
  8845.         $instance->setContainer($this);
  8846.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8847.         return $instance;
  8848.     }
  8849.     /**
  8850.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  8851.      *
  8852.      * @return \Shopware\Storefront\Controller\AccountProfileController
  8853.      */
  8854.     protected function getAccountProfileControllerService()
  8855.     {
  8856.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  8859.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8860.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8861.         $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()));
  8862.         $instance->setContainer($this);
  8863.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8864.         return $instance;
  8865.     }
  8866.     /**
  8867.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  8868.      *
  8869.      * @return \Shopware\Storefront\Controller\AddressController
  8870.      */
  8871.     protected function getAddressControllerService()
  8872.     {
  8873.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  8874.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  8876.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8877.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  8878.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  8879.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  8880.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8881.         $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()));
  8882.         $instance->setContainer($this);
  8883.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8884.         return $instance;
  8885.     }
  8886.     /**
  8887.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  8888.      *
  8889.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  8890.      */
  8891.     protected function getCaptchaControllerService()
  8892.     {
  8893.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  8894.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  8895.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  8896.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  8897.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  8898.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  8899.         }, 4));
  8900.         $instance->setContainer($this);
  8901.         return $instance;
  8902.     }
  8903.     /**
  8904.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  8905.      *
  8906.      * @return \Shopware\Storefront\Controller\AuthController
  8907.      */
  8908.     protected function getAuthController2Service()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  8912.         $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()));
  8913.         $instance->setContainer($this);
  8914.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8915.         return $instance;
  8916.     }
  8917.     /**
  8918.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  8919.      *
  8920.      * @return \Shopware\Storefront\Controller\CaptchaController
  8921.      */
  8922.     protected function getCaptchaController2Service()
  8923.     {
  8924.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  8928.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  8929.         $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()));
  8930.         $instance->setContainer($this);
  8931.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8932.         return $instance;
  8933.     }
  8934.     /**
  8935.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  8936.      *
  8937.      * @return \Shopware\Storefront\Controller\CartLineItemController
  8938.      */
  8939.     protected function getCartLineItemControllerService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  8944.         $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()));
  8945.         $instance->setContainer($this);
  8946.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8947.         return $instance;
  8948.     }
  8949.     /**
  8950.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  8951.      *
  8952.      * @return \Shopware\Storefront\Controller\CheckoutController
  8953.      */
  8954.     protected function getCheckoutControllerService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  8961.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8962.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8963.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  8964.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  8965.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  8966.         $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()));
  8967.         $instance->setContainer($this);
  8968.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8969.         return $instance;
  8970.     }
  8971.     /**
  8972.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  8973.      *
  8974.      * @return \Shopware\Storefront\Controller\CmsController
  8975.      */
  8976.     protected function getCmsControllerService()
  8977.     {
  8978.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  8979.         $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()));
  8980.         $instance->setContainer($this);
  8981.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8982.         return $instance;
  8983.     }
  8984.     /**
  8985.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  8986.      *
  8987.      * @return \Shopware\Storefront\Controller\ContextController
  8988.      */
  8989.     protected function getContextControllerService()
  8990.     {
  8991.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  8992.         $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()));
  8993.         $instance->setContainer($this);
  8994.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8995.         return $instance;
  8996.     }
  8997.     /**
  8998.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  8999.      *
  9000.      * @return \Shopware\Storefront\Controller\CookieController
  9001.      */
  9002.     protected function getCookieControllerService()
  9003.     {
  9004.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Cookie/CustomCookieProvider.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  9008.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  9009.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  9010.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Wbm\TagManagerEcomm\Cookie\CustomCookieProvider(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())), $a), $a);
  9011.         $instance->setContainer($this);
  9012.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9013.         return $instance;
  9014.     }
  9015.     /**
  9016.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  9017.      *
  9018.      * @return \Shopware\Storefront\Controller\CountryStateController
  9019.      */
  9020.     protected function getCountryStateControllerService()
  9021.     {
  9022.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  9023.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  9024.         $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()));
  9025.         $instance->setContainer($this);
  9026.         return $instance;
  9027.     }
  9028.     /**
  9029.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  9030.      *
  9031.      * @return \Shopware\Storefront\Controller\CsrfController
  9032.      */
  9033.     protected function getCsrfControllerService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  9036.         $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');
  9037.         $instance->setContainer($this);
  9038.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9039.         return $instance;
  9040.     }
  9041.     /**
  9042.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  9043.      *
  9044.      * @return \Shopware\Storefront\Controller\DocumentController
  9045.      */
  9046.     protected function getDocumentController2Service()
  9047.     {
  9048.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  9049.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  9050.         $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()));
  9051.         $instance->setContainer($this);
  9052.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9053.         return $instance;
  9054.     }
  9055.     /**
  9056.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  9057.      *
  9058.      * @return \Shopware\Storefront\Controller\ErrorController
  9059.      */
  9060.     protected function getErrorControllerService($lazyLoad true)
  9061.     {
  9062.         if ($lazyLoad) {
  9063.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  9064.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9065.                     $wrappedInstance $this->getErrorControllerService(false);
  9066.                     $proxy->setProxyInitializer(null);
  9067.                     return true;
  9068.                 });
  9069.             });
  9070.         }
  9071.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  9074.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9075.         $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()));
  9076.         $instance->setContainer($this);
  9077.         $instance->setTwig($a);
  9078.         return $instance;
  9079.     }
  9080.     /**
  9081.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  9082.      *
  9083.      * @return \Shopware\Storefront\Controller\FormController
  9084.      */
  9085.     protected function getFormControllerService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  9088.         $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()));
  9089.         $instance->setContainer($this);
  9090.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9091.         return $instance;
  9092.     }
  9093.     /**
  9094.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  9095.      *
  9096.      * @return \Shopware\Storefront\Controller\LandingPageController
  9097.      */
  9098.     protected function getLandingPageControllerService()
  9099.     {
  9100.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  9101.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  9102.         $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())));
  9103.         $instance->setContainer($this);
  9104.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9105.         return $instance;
  9106.     }
  9107.     /**
  9108.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  9109.      *
  9110.      * @return \Shopware\Storefront\Controller\MaintenanceController
  9111.      */
  9112.     protected function getMaintenanceControllerService()
  9113.     {
  9114.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  9116.         $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()));
  9117.         $instance->setContainer($this);
  9118.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9119.         return $instance;
  9120.     }
  9121.     /**
  9122.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  9123.      *
  9124.      * @return \Shopware\Storefront\Controller\NavigationController
  9125.      */
  9126.     protected function getNavigationControllerService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  9133.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9134.         $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())));
  9135.         $instance->setContainer($this);
  9136.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9137.         return $instance;
  9138.     }
  9139.     /**
  9140.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  9141.      *
  9142.      * @return \Shopware\Storefront\Controller\NewsletterController
  9143.      */
  9144.     protected function getNewsletterControllerService()
  9145.     {
  9146.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  9148.         $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()));
  9149.         $instance->setContainer($this);
  9150.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9151.         return $instance;
  9152.     }
  9153.     /**
  9154.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  9155.      *
  9156.      * @return \Shopware\Storefront\Controller\ProductController
  9157.      */
  9158.     protected function getProductControllerService()
  9159.     {
  9160.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  9163.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9164.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  9165.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  9166.         $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()));
  9167.         $instance->setContainer($this);
  9168.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9169.         return $instance;
  9170.     }
  9171.     /**
  9172.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  9173.      *
  9174.      * @return \Shopware\Storefront\Controller\RegisterController
  9175.      */
  9176.     protected function getRegisterControllerService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  9181.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  9182.         $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()));
  9183.         $instance->setContainer($this);
  9184.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9185.         return $instance;
  9186.     }
  9187.     /**
  9188.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  9189.      *
  9190.      * @return \Shopware\Storefront\Controller\ScriptController
  9191.      */
  9192.     protected function getScriptControllerService()
  9193.     {
  9194.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  9195.         $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()));
  9196.         $instance->setContainer($this);
  9197.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9198.         return $instance;
  9199.     }
  9200.     /**
  9201.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  9202.      *
  9203.      * @return \Shopware\Storefront\Controller\SearchController
  9204.      */
  9205.     protected function getSearchControllerService()
  9206.     {
  9207.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  9208.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  9209.         $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()));
  9210.         $instance->setContainer($this);
  9211.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9212.         return $instance;
  9213.     }
  9214.     /**
  9215.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  9216.      *
  9217.      * @return \Shopware\Storefront\Controller\SitemapController
  9218.      */
  9219.     protected function getSitemapControllerService()
  9220.     {
  9221.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  9223.         $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())));
  9224.         $instance->setContainer($this);
  9225.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9226.         return $instance;
  9227.     }
  9228.     /**
  9229.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  9230.      *
  9231.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  9232.      */
  9233.     protected function getStoreApiProxyControllerService()
  9234.     {
  9235.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  9236.         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())));
  9237.     }
  9238.     /**
  9239.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  9240.      *
  9241.      * @return \Shopware\Storefront\Controller\VerificationHashController
  9242.      */
  9243.     protected function getVerificationHashControllerService()
  9244.     {
  9245.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  9246.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  9247.         $instance->setContainer($this);
  9248.         return $instance;
  9249.     }
  9250.     /**
  9251.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  9252.      *
  9253.      * @return \Shopware\Storefront\Controller\WellKnownController
  9254.      */
  9255.     protected function getWellKnownControllerService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  9258.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  9259.         $instance->setContainer($this);
  9260.         return $instance;
  9261.     }
  9262.     /**
  9263.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  9264.      *
  9265.      * @return \Shopware\Storefront\Controller\WishlistController
  9266.      */
  9267.     protected function getWishlistControllerService()
  9268.     {
  9269.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  9275.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  9276.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  9277.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9278.         $this->services['Shopware\\Storefront\\Controller\\WishlistController'] = $instance = new \Shopware\Storefront\Controller\WishlistController(new \Shopware\Storefront\Page\Wishlist\WishlistPageLoader($a$b$c), $b, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] ?? $this->getAddWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] ?? $this->getRemoveWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] ?? $this->getMergeWishlistProductRouteService()), new \Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader($a$c), new \Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $c, ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory()))), $c);
  9279.         $instance->setContainer($this);
  9280.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9281.         return $instance;
  9282.     }
  9283.     /**
  9284.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  9285.      *
  9286.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  9287.      */
  9288.     protected function getCacheStoreService()
  9289.     {
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  9291.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  9292.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  9296.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9297.         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('35a3f23e42c28eb372681dff5106855a'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  9298.     }
  9299.     /**
  9300.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  9301.      *
  9302.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  9303.      */
  9304.     protected function getCsrfPlaceholderHandlerService()
  9305.     {
  9306.         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()));
  9307.     }
  9308.     /**
  9309.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  9310.      *
  9311.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  9312.      */
  9313.     protected function getStorefrontMediaValidatorRegistryService()
  9314.     {
  9315.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  9316.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  9317.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  9318.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  9319.         }, 2));
  9320.     }
  9321.     /**
  9322.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  9323.      *
  9324.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  9325.      */
  9326.     protected function getCheckoutRegisterPageLoaderService()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  9329.         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()));
  9330.     }
  9331.     /**
  9332.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  9333.      *
  9334.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  9335.      */
  9336.     protected function getProductCombinationFinderService()
  9337.     {
  9338.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  9339.         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()));
  9340.     }
  9341.     /**
  9342.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  9343.      *
  9344.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  9345.      */
  9346.     protected function getProductReviewLoaderService()
  9347.     {
  9348.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  9349.         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()));
  9350.     }
  9351.     /**
  9352.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  9353.      *
  9354.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  9355.      */
  9356.     protected function getSearchPageLoaderService()
  9357.     {
  9358.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  9359.         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()));
  9360.     }
  9361.     /**
  9362.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  9363.      *
  9364.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  9365.      */
  9366.     protected function getThemeChildDefinitionService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  9369.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  9370.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9371.         return $instance;
  9372.     }
  9373.     /**
  9374.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  9375.      *
  9376.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  9377.      */
  9378.     protected function getThemeMediaDefinitionService()
  9379.     {
  9380.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  9381.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  9382.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9383.         return $instance;
  9384.     }
  9385.     /**
  9386.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  9387.      *
  9388.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  9389.      */
  9390.     protected function getThemeSalesChannelDefinitionService()
  9391.     {
  9392.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  9393.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9394.         return $instance;
  9395.     }
  9396.     /**
  9397.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  9398.      *
  9399.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  9400.      */
  9401.     protected function getThemeTranslationDefinitionService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  9405.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  9406.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9407.         return $instance;
  9408.     }
  9409.     /**
  9410.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  9411.      *
  9412.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  9413.      */
  9414.     protected function getThemeControllerService()
  9415.     {
  9416.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  9417.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  9418.         $instance->setContainer($this);
  9419.         return $instance;
  9420.     }
  9421.     /**
  9422.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  9423.      *
  9424.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  9425.      */
  9426.     protected function getSalesChannelThemeLoaderService()
  9427.     {
  9428.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  9429.     }
  9430.     /**
  9431.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  9432.      *
  9433.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  9434.      */
  9435.     protected function getStorefrontPluginRegistryService()
  9436.     {
  9437.         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()));
  9438.     }
  9439.     /**
  9440.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  9441.      *
  9442.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  9443.      */
  9444.     protected function getThemeDefinitionService()
  9445.     {
  9446.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  9447.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9448.         return $instance;
  9449.     }
  9450.     /**
  9451.      * Gets the public 'StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements' shared autowired service.
  9452.      *
  9453.      * @return \StudioSolid\AdvancedSliderElements\SolidAdvancedSliderElements
  9454.      */
  9455.     protected function getSolidAdvancedSliderElementsService()
  9456.     {
  9457.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/SolidAdvancedSliderElements.php';
  9464.         return $this->services['StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements');
  9465.     }
  9466.     /**
  9467.      * Gets the public 'SwagExtensionStore\Controller\DataController' shared service.
  9468.      *
  9469.      * @return \SwagExtensionStore\Controller\DataController
  9470.      */
  9471.     protected function getDataControllerService()
  9472.     {
  9473.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/DataController.php';
  9474.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreDataProvider.php';
  9475.         return $this->services['SwagExtensionStore\\Controller\\DataController'] = new \SwagExtensionStore\Controller\DataController(new \SwagExtensionStore\Services\StoreDataProvider(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService())));
  9476.     }
  9477.     /**
  9478.      * Gets the public 'SwagExtensionStore\Controller\LicenseController' shared service.
  9479.      *
  9480.      * @return \SwagExtensionStore\Controller\LicenseController
  9481.      */
  9482.     protected function getLicenseControllerService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Controller/LicenseController.php';
  9485.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/LicenseService.php';
  9486.         return $this->services['SwagExtensionStore\\Controller\\LicenseController'] = new \SwagExtensionStore\Controller\LicenseController(new \SwagExtensionStore\Services\LicenseService(($this->privates['SwagExtensionStore\\Services\\StoreClient'] ?? $this->getStoreClient2Service())));
  9487.     }
  9488.     /**
  9489.      * Gets the public 'SwagExtensionStore\SwagExtensionStore' shared autowired service.
  9490.      *
  9491.      * @return \SwagExtensionStore\SwagExtensionStore
  9492.      */
  9493.     protected function getSwagExtensionStoreService()
  9494.     {
  9495.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9497.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9501.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/SwagExtensionStore.php';
  9502.         return $this->services['SwagExtensionStore\\SwagExtensionStore'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('SwagExtensionStore\\SwagExtensionStore');
  9503.     }
  9504.     /**
  9505.      * Gets the public 'Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  9506.      *
  9507.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  9508.      */
  9509.     protected function getPackLanguageDefinitionService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  9512.         $this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  9513.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9514.         return $instance;
  9515.     }
  9516.     /**
  9517.      * Gets the public 'Swag\LanguagePack\SwagLanguagePack' shared autowired service.
  9518.      *
  9519.      * @return \Swag\LanguagePack\SwagLanguagePack
  9520.      */
  9521.     protected function getSwagLanguagePackService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9529.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/SwagLanguagePack.php';
  9530.         return $this->services['Swag\\LanguagePack\\SwagLanguagePack'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\LanguagePack\\SwagLanguagePack');
  9531.     }
  9532.     /**
  9533.      * Gets the public 'Swag\Security\Api\ConfigController' shared service.
  9534.      *
  9535.      * @return \Swag\Security\Api\ConfigController
  9536.      */
  9537.     protected function getConfigControllerService()
  9538.     {
  9539.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Api/ConfigController.php';
  9540.         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()));
  9541.     }
  9542.     /**
  9543.      * Gets the public 'Swag\Security\Api\SecurityController' shared service.
  9544.      *
  9545.      * @return \Swag\Security\Api\SecurityController
  9546.      */
  9547.     protected function getSecurityControllerService()
  9548.     {
  9549.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Api/SecurityController.php';
  9550.         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()));
  9551.     }
  9552.     /**
  9553.      * Gets the public 'Swag\Security\Fixes\NEXT15675\PrepareDownloadController' shared service.
  9554.      *
  9555.      * @return \Swag\Security\Fixes\NEXT15675\PrepareDownloadController
  9556.      */
  9557.     protected function getPrepareDownloadControllerService()
  9558.     {
  9559.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Fixes/NEXT15675/PrepareDownloadController.php';
  9560.         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()));
  9561.     }
  9562.     /**
  9563.      * Gets the public 'Swag\Security\Subscriber\AdminSecurityFixesProvider' shared service.
  9564.      *
  9565.      * @return \Swag\Security\Subscriber\AdminSecurityFixesProvider
  9566.      */
  9567.     protected function getAdminSecurityFixesProviderService()
  9568.     {
  9569.         return $this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] = new \Swag\Security\Subscriber\AdminSecurityFixesProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  9570.     }
  9571.     /**
  9572.      * Gets the public 'Swag\Security\Subscriber\TwigStateProvider' shared service.
  9573.      *
  9574.      * @return \Swag\Security\Subscriber\TwigStateProvider
  9575.      */
  9576.     protected function getTwigStateProviderService()
  9577.     {
  9578.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Subscriber/TwigStateProvider.php';
  9579.         return $this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] = new \Swag\Security\Subscriber\TwigStateProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  9580.     }
  9581.     /**
  9582.      * Gets the public 'Swag\Security\SwagPlatformSecurity' shared autowired service.
  9583.      *
  9584.      * @return \Swag\Security\SwagPlatformSecurity
  9585.      */
  9586.     protected function getSwagPlatformSecurityService()
  9587.     {
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/SwagPlatformSecurity.php';
  9595.         return $this->services['Swag\\Security\\SwagPlatformSecurity'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Security\\SwagPlatformSecurity');
  9596.     }
  9597.     /**
  9598.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  9599.      *
  9600.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  9601.      */
  9602.     protected function getRedirectControllerService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  9605.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9606.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  9607.     }
  9608.     /**
  9609.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  9610.      *
  9611.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  9612.      */
  9613.     protected function getTemplateControllerService()
  9614.     {
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  9616.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9617.     }
  9618.     /**
  9619.      * Gets the public 'Wbm\TagManagerEcomm\Api\ImportExportController' shared service.
  9620.      *
  9621.      * @return \Wbm\TagManagerEcomm\Api\ImportExportController
  9622.      */
  9623.     protected function getImportExportControllerService()
  9624.     {
  9625.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Api/ImportExportController.php';
  9626.         $this->services['Wbm\\TagManagerEcomm\\Api\\ImportExportController'] = $instance = new \Wbm\TagManagerEcomm\Api\ImportExportController();
  9627.         $instance->setContainer($this);
  9628.         return $instance;
  9629.     }
  9630.     /**
  9631.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  9632.      *
  9633.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  9634.      */
  9635.     protected function getModuleDefinitionService()
  9636.     {
  9637.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Module/ModuleDefinition.php';
  9638.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  9639.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9640.         return $instance;
  9641.     }
  9642.     /**
  9643.      * Gets the public 'Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  9644.      *
  9645.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  9646.      */
  9647.     protected function getPropertyDefinitionService()
  9648.     {
  9649.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Property/PropertyDefinition.php';
  9650.         $this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  9651.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9652.         return $instance;
  9653.     }
  9654.     /**
  9655.      * Gets the public 'Wbm\TagManagerEcomm\WbmTagManagerEcomm' shared autowired service.
  9656.      *
  9657.      * @return \Wbm\TagManagerEcomm\WbmTagManagerEcomm
  9658.      */
  9659.     protected function getWbmTagManagerEcommService()
  9660.     {
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9667.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/WbmTagManagerEcomm.php';
  9668.         return $this->services['Wbm\\TagManagerEcomm\\WbmTagManagerEcomm'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Wbm\\TagManagerEcomm\\WbmTagManagerEcomm');
  9669.     }
  9670.     /**
  9671.      * Gets the public 'WebsignaalCmsExtensions\WebsignaalCmsExtensions' shared autowired service.
  9672.      *
  9673.      * @return \WebsignaalCmsExtensions\WebsignaalCmsExtensions
  9674.      */
  9675.     protected function getWebsignaalCmsExtensionsService()
  9676.     {
  9677.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/WebsignaalCmsExtensions.php';
  9684.         return $this->services['WebsignaalCmsExtensions\\WebsignaalCmsExtensions'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('WebsignaalCmsExtensions\\WebsignaalCmsExtensions');
  9685.     }
  9686.     /**
  9687.      * Gets the public 'Websignaal\CookiePopup\CookiePopup' shared autowired service.
  9688.      *
  9689.      * @return \Websignaal\CookiePopup\CookiePopup
  9690.      */
  9691.     protected function getCookiePopupService()
  9692.     {
  9693.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/CookiePopup.php';
  9700.         return $this->services['Websignaal\\CookiePopup\\CookiePopup'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Websignaal\\CookiePopup\\CookiePopup');
  9701.     }
  9702.     /**
  9703.      * Gets the public 'Websignaal\FullscreenMenu\FullscreenMenu' shared autowired service.
  9704.      *
  9705.      * @return \Websignaal\FullscreenMenu\FullscreenMenu
  9706.      */
  9707.     protected function getFullscreenMenuService()
  9708.     {
  9709.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9715.         include_once \dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/FullscreenMenu.php';
  9716.         return $this->services['Websignaal\\FullscreenMenu\\FullscreenMenu'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Websignaal\\FullscreenMenu\\FullscreenMenu');
  9717.     }
  9718.     /**
  9719.      * Gets the public 'Websignaal\Goesting\Goesting' shared autowired service.
  9720.      *
  9721.      * @return \Websignaal\Goesting\Goesting
  9722.      */
  9723.     protected function getGoestingService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  9732.         include_once \dirname(__DIR__4).'/custom/plugins/Goesting/src/Goesting.php';
  9733.         return $this->services['Websignaal\\Goesting\\Goesting'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Websignaal\\Goesting\\Goesting');
  9734.     }
  9735.     /**
  9736.      * Gets the public 'Websignaal\MesAmis\MesAmis' shared autowired service.
  9737.      *
  9738.      * @return \Websignaal\MesAmis\MesAmis
  9739.      */
  9740.     protected function getMesAmisService()
  9741.     {
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9744.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9748.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  9749.         include_once \dirname(__DIR__4).'/custom/plugins/MesAmis/src/MesAmis.php';
  9750.         return $this->services['Websignaal\\MesAmis\\MesAmis'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Websignaal\\MesAmis\\MesAmis');
  9751.     }
  9752.     /**
  9753.      * Gets the public 'Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition' shared service.
  9754.      *
  9755.      * @return \Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition
  9756.      */
  9757.     protected function getWsRedirectDefinitionService()
  9758.     {
  9759.         $this->services['Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition'] = $instance = new \Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition();
  9760.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9761.         return $instance;
  9762.     }
  9763.     /**
  9764.      * Gets the public 'Websignaal\SeoRedirects\SeoRedirects' shared autowired service.
  9765.      *
  9766.      * @return \Websignaal\SeoRedirects\SeoRedirects
  9767.      */
  9768.     protected function getSeoRedirectsService()
  9769.     {
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9776.         include_once \dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/SeoRedirects.php';
  9777.         return $this->services['Websignaal\\SeoRedirects\\SeoRedirects'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Websignaal\\SeoRedirects\\SeoRedirects');
  9778.     }
  9779.     /**
  9780.      * Gets the public 'acl_role.repository' shared service.
  9781.      *
  9782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9783.      */
  9784.     protected function getAclRole_RepositoryService()
  9785.     {
  9786.         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()));
  9787.     }
  9788.     /**
  9789.      * Gets the public 'acl_user_role.repository' shared service.
  9790.      *
  9791.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9792.      */
  9793.     protected function getAclUserRole_RepositoryService()
  9794.     {
  9795.         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()));
  9796.     }
  9797.     /**
  9798.      * Gets the public 'administration.filesystem.private' shared service.
  9799.      *
  9800.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9801.      */
  9802.     protected function getAdministration_Filesystem_PrivateService()
  9803.     {
  9804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9806.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  9807.     }
  9808.     /**
  9809.      * Gets the public 'administration.filesystem.public' shared service.
  9810.      *
  9811.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9812.      */
  9813.     protected function getAdministration_Filesystem_PublicService()
  9814.     {
  9815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9817.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  9818.     }
  9819.     /**
  9820.      * Gets the public 'aggro_text_editor_media_manager.filesystem.private' shared service.
  9821.      *
  9822.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9823.      */
  9824.     protected function getAggroTextEditorMediaManager_Filesystem_PrivateService()
  9825.     {
  9826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9828.         return $this->services['aggro_text_editor_media_manager.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/aggro_text_editor_media_manager');
  9829.     }
  9830.     /**
  9831.      * Gets the public 'aggro_text_editor_media_manager.filesystem.public' shared service.
  9832.      *
  9833.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9834.      */
  9835.     protected function getAggroTextEditorMediaManager_Filesystem_PublicService()
  9836.     {
  9837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9839.         return $this->services['aggro_text_editor_media_manager.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/aggro_text_editor_media_manager');
  9840.     }
  9841.     /**
  9842.      * Gets the public 'app.repository' shared service.
  9843.      *
  9844.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9845.      */
  9846.     protected function getApp_RepositoryService()
  9847.     {
  9848.         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()));
  9849.     }
  9850.     /**
  9851.      * Gets the public 'app_action_button.repository' shared service.
  9852.      *
  9853.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9854.      */
  9855.     protected function getAppActionButton_RepositoryService()
  9856.     {
  9857.         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()));
  9858.     }
  9859.     /**
  9860.      * Gets the public 'app_action_button_translation.repository' shared service.
  9861.      *
  9862.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9863.      */
  9864.     protected function getAppActionButtonTranslation_RepositoryService()
  9865.     {
  9866.         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()));
  9867.     }
  9868.     /**
  9869.      * Gets the public 'app_administration_snippet.repository' shared service.
  9870.      *
  9871.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9872.      */
  9873.     protected function getAppAdministrationSnippet_RepositoryService()
  9874.     {
  9875.         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()));
  9876.     }
  9877.     /**
  9878.      * Gets the public 'app_cms_block.repository' shared service.
  9879.      *
  9880.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9881.      */
  9882.     protected function getAppCmsBlock_RepositoryService()
  9883.     {
  9884.         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()));
  9885.     }
  9886.     /**
  9887.      * Gets the public 'app_cms_block_translation.repository' shared service.
  9888.      *
  9889.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9890.      */
  9891.     protected function getAppCmsBlockTranslation_RepositoryService()
  9892.     {
  9893.         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()));
  9894.     }
  9895.     /**
  9896.      * Gets the public 'app_flow_action.repository' shared service.
  9897.      *
  9898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9899.      */
  9900.     protected function getAppFlowAction_RepositoryService()
  9901.     {
  9902.         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()));
  9903.     }
  9904.     /**
  9905.      * Gets the public 'app_flow_action_translation.repository' shared service.
  9906.      *
  9907.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9908.      */
  9909.     protected function getAppFlowActionTranslation_RepositoryService()
  9910.     {
  9911.         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()));
  9912.     }
  9913.     /**
  9914.      * Gets the public 'app_payment_method.repository' shared service.
  9915.      *
  9916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9917.      */
  9918.     protected function getAppPaymentMethod_RepositoryService()
  9919.     {
  9920.         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()));
  9921.     }
  9922.     /**
  9923.      * Gets the public 'app_script_condition.repository' shared service.
  9924.      *
  9925.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9926.      */
  9927.     protected function getAppScriptCondition_RepositoryService()
  9928.     {
  9929.         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()));
  9930.     }
  9931.     /**
  9932.      * Gets the public 'app_script_condition_translation.repository' shared service.
  9933.      *
  9934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9935.      */
  9936.     protected function getAppScriptConditionTranslation_RepositoryService()
  9937.     {
  9938.         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()));
  9939.     }
  9940.     /**
  9941.      * Gets the public 'app_template.repository' shared service.
  9942.      *
  9943.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9944.      */
  9945.     protected function getAppTemplate_RepositoryService()
  9946.     {
  9947.         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()));
  9948.     }
  9949.     /**
  9950.      * Gets the public 'app_translation.repository' shared service.
  9951.      *
  9952.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9953.      */
  9954.     protected function getAppTranslation_RepositoryService()
  9955.     {
  9956.         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()));
  9957.     }
  9958.     /**
  9959.      * Gets the public 'cache.app' shared service.
  9960.      *
  9961.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9962.      */
  9963.     protected function getCache_AppService()
  9964.     {
  9965.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  9966.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9967.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9968.     }
  9969.     /**
  9970.      * Gets the public 'cache.app_clearer' shared service.
  9971.      *
  9972.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9973.      */
  9974.     protected function getCache_AppClearerService()
  9975.     {
  9976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9978.         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())]);
  9979.     }
  9980.     /**
  9981.      * Gets the public 'cache.global_clearer' shared service.
  9982.      *
  9983.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9984.      */
  9985.     protected function getCache_GlobalClearerService()
  9986.     {
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9989.         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())]);
  9990.     }
  9991.     /**
  9992.      * Gets the public 'cache.system' shared service.
  9993.      *
  9994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9995.      */
  9996.     protected function getCache_SystemService()
  9997.     {
  9998.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ciTWddtIgc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9999.     }
  10000.     /**
  10001.      * Gets the public 'cache.system_clearer' shared service.
  10002.      *
  10003.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  10004.      */
  10005.     protected function getCache_SystemClearerService()
  10006.     {
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  10009.         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())]);
  10010.     }
  10011.     /**
  10012.      * Gets the public 'cache.validator_expression_language' shared service.
  10013.      *
  10014.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10015.      */
  10016.     protected function getCache_ValidatorExpressionLanguageService()
  10017.     {
  10018.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LhYUdFz5eq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  10019.     }
  10020.     /**
  10021.      * Gets the public 'cache_warmer' shared service.
  10022.      *
  10023.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  10024.      */
  10025.     protected function getCacheWarmerService()
  10026.     {
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  10029.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  10030.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  10031.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  10032.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  10033.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  10034.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  10035.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  10036.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  10037.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  10038.     }
  10039.     /**
  10040.      * Gets the public 'category.repository' shared service.
  10041.      *
  10042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10043.      */
  10044.     protected function getCategory_RepositoryService()
  10045.     {
  10046.         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()));
  10047.     }
  10048.     /**
  10049.      * Gets the public 'category_tag.repository' shared service.
  10050.      *
  10051.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10052.      */
  10053.     protected function getCategoryTag_RepositoryService()
  10054.     {
  10055.         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()));
  10056.     }
  10057.     /**
  10058.      * Gets the public 'category_translation.repository' shared service.
  10059.      *
  10060.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10061.      */
  10062.     protected function getCategoryTranslation_RepositoryService()
  10063.     {
  10064.         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()));
  10065.     }
  10066.     /**
  10067.      * Gets the public 'checkout.filesystem.private' shared service.
  10068.      *
  10069.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10070.      */
  10071.     protected function getCheckout_Filesystem_PrivateService()
  10072.     {
  10073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10075.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  10076.     }
  10077.     /**
  10078.      * Gets the public 'checkout.filesystem.public' shared service.
  10079.      *
  10080.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10081.      */
  10082.     protected function getCheckout_Filesystem_PublicService()
  10083.     {
  10084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10086.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  10087.     }
  10088.     /**
  10089.      * Gets the public 'cms_block.repository' shared service.
  10090.      *
  10091.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10092.      */
  10093.     protected function getCmsBlock_RepositoryService()
  10094.     {
  10095.         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()));
  10096.     }
  10097.     /**
  10098.      * Gets the public 'cms_page.repository' shared service.
  10099.      *
  10100.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10101.      */
  10102.     protected function getCmsPage_RepositoryService()
  10103.     {
  10104.         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()));
  10105.     }
  10106.     /**
  10107.      * Gets the public 'cms_page_translation.repository' shared service.
  10108.      *
  10109.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10110.      */
  10111.     protected function getCmsPageTranslation_RepositoryService()
  10112.     {
  10113.         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()));
  10114.     }
  10115.     /**
  10116.      * Gets the public 'cms_section.repository' shared service.
  10117.      *
  10118.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10119.      */
  10120.     protected function getCmsSection_RepositoryService()
  10121.     {
  10122.         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()));
  10123.     }
  10124.     /**
  10125.      * Gets the public 'cms_slot.repository' shared service.
  10126.      *
  10127.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10128.      */
  10129.     protected function getCmsSlot_RepositoryService()
  10130.     {
  10131.         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()));
  10132.     }
  10133.     /**
  10134.      * Gets the public 'cms_slot_translation.repository' shared service.
  10135.      *
  10136.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10137.      */
  10138.     protected function getCmsSlotTranslation_RepositoryService()
  10139.     {
  10140.         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()));
  10141.     }
  10142.     /**
  10143.      * Gets the public 'console.command_loader' shared service.
  10144.      *
  10145.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  10146.      */
  10147.     protected function getConsole_CommandLoaderService()
  10148.     {
  10149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  10151.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10152.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  10153.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  10154.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  10155.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  10156.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  10157.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  10158.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  10159.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  10160.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  10161.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  10162.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  10163.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  10164.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  10165.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  10166.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  10167.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  10168.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  10169.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  10170.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  10171.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  10172.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  10173.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  10174.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  10175.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  10176.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  10177.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  10178.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  10179.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  10180.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  10181.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  10182.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  10183.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  10184.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  10185.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  10186.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  10187.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  10188.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  10189.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  10190.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  10191.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  10192.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  10193.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  10194.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  10195.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  10196.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  10197.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  10198.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  10199.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  10200.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  10201.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  10202.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  10203.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  10204.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  10205.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  10206.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  10207.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  10208.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  10209.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  10210.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  10211.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  10212.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  10213.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  10214.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  10215.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  10216.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  10217.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  10218.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  10219.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  10220.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  10221.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  10222.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  10223.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  10224.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  10225.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  10226.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  10227.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  10228.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  10229.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  10230.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  10231.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  10232.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  10233.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  10234.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  10235.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  10236.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  10237.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  10238.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommand2Service'false],
  10239.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommand2Service'false],
  10240.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  10241.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  10242.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  10243.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  10244.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  10245.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  10246.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  10247.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  10248.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  10249.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  10250.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  10251.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  10252.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  10253.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  10254.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  10255.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  10256.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  10257.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  10258.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  10259.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  10260.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  10261.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  10262.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  10263.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  10264.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  10265.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  10266.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  10267.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  10268.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  10269.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  10270.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  10271.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  10272.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  10273.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  10274.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  10275.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  10276.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  10277.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  10278.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  10279.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  10280.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  10281.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  10282.         ], [
  10283.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  10284.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  10285.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  10286.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  10287.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  10288.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  10289.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  10290.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  10291.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  10292.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  10293.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  10294.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  10295.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  10296.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  10297.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  10298.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  10299.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  10300.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  10301.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  10302.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  10303.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  10304.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  10305.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  10306.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  10307.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  10308.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  10309.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  10310.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  10311.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  10312.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  10313.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  10314.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  10315.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  10316.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  10317.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  10318.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  10319.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  10320.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  10321.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  10322.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  10323.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  10324.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  10325.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  10326.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  10327.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  10328.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  10329.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  10330.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  10331.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  10332.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  10333.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  10334.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  10335.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  10336.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  10337.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  10338.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  10339.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  10340.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  10341.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10342.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  10343.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  10344.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  10345.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  10346.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  10347.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  10348.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  10349.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  10350.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  10351.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  10352.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  10353.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  10354.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  10355.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  10356.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  10357.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  10358.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  10359.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  10360.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  10361.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  10362.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  10363.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10364.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  10365.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  10366.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  10367.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  10368.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  10369.             'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand',
  10370.             'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  10371.             'console.command.about' => '?',
  10372.             'console.command.cache_clear' => '?',
  10373.             'console.command.cache_pool_clear' => '?',
  10374.             'console.command.cache_pool_prune' => '?',
  10375.             'console.command.cache_pool_delete' => '?',
  10376.             'console.command.cache_pool_list' => '?',
  10377.             'console.command.cache_warmup' => '?',
  10378.             'console.command.config_debug' => '?',
  10379.             'console.command.config_dump_reference' => '?',
  10380.             'console.command.container_debug' => '?',
  10381.             'console.command.container_lint' => '?',
  10382.             'console.command.debug_autowiring' => '?',
  10383.             'console.command.dotenv_debug' => '?',
  10384.             'console.command.event_dispatcher_debug' => '?',
  10385.             'console.command.messenger_consume_messages' => '?',
  10386.             'console.command.messenger_setup_transports' => '?',
  10387.             'console.command.messenger_debug' => '?',
  10388.             'console.command.messenger_stop_workers' => '?',
  10389.             'console.command.router_debug' => '?',
  10390.             'console.command.router_match' => '?',
  10391.             'console.command.translation_debug' => '?',
  10392.             'console.command.translation_extract' => '?',
  10393.             'console.command.validator_debug' => '?',
  10394.             'console.command.translation_pull' => '?',
  10395.             'console.command.translation_push' => '?',
  10396.             'console.command.xliff_lint' => '?',
  10397.             'console.command.yaml_lint' => '?',
  10398.             'console.command.secrets_set' => '?',
  10399.             'console.command.secrets_remove' => '?',
  10400.             'console.command.secrets_generate_key' => '?',
  10401.             'console.command.secrets_list' => '?',
  10402.             'console.command.secrets_decrypt_to_local' => '?',
  10403.             'console.command.secrets_encrypt_from_local' => '?',
  10404.             'twig.command.debug' => '?',
  10405.             'twig.command.lint' => '?',
  10406.             'var_dumper.command.server_dump' => '?',
  10407.             'monolog.command.server_log' => '?',
  10408.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  10409.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  10410.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  10411.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  10412.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  10413.         ]), ['database:create-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''database:refresh-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''database:migrate' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''database:clean-personal-data' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''database:migrate-destructive' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''changelog:create' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''changelog:release' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''changelog:change' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''changelog:check' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''feature:dump' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''administration:dump:features' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''s3:set-visibility' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''framework:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''framework:dump:class:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''app:refresh' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''app:install' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''app:uninstall' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''app:activate' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''app:deactivate' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''app:validate' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''app:url-change:resolve' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''dal:create:schema' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''dal:create:entities' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''dal:create:hydrators' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''dal:refresh:index' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''dal:validate' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''framework:demodata' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''debug:business-events' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''assets:install' => 'console.command.assets_install''debug:messenger:dispatch-sleep' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''bundle:dump' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''plugin:refresh' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''plugin:list' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''plugin:zip-import' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''plugin:install' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''plugin:activate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''plugin:update' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''plugin:deactivate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''plugin:uninstall' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''plugin:create' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''scheduled-task:register' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''scheduled-task:run' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''store:download' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''store:login' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''snippets:validate' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''state-machine:dump' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''system:config:get' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''system:config:set' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''number-range:migrate' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''media:generate-thumbnails' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''media:generate-media-types' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''media:delete-unused' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''product-export:generate' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''import-export:delete-expired' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''import:entity' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''sitemap:generate' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''cart:migrate' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''customer:delete-unused-guests' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''http:cache:warm:up' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''sales-channel:create:storefront' => 'Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''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']);
  10414.     }
  10415.     /**
  10416.      * Gets the public 'container.env_var_processors_locator' shared service.
  10417.      *
  10418.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10419.      */
  10420.     protected function getContainer_EnvVarProcessorsLocatorService()
  10421.     {
  10422.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10423.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10424.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10425.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10426.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10427.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10428.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10429.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10430.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10431.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10432.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10433.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10434.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10435.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10436.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10437.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10438.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10439.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10440.         ], [
  10441.             'base64' => '?',
  10442.             'bool' => '?',
  10443.             'const' => '?',
  10444.             'csv' => '?',
  10445.             'default' => '?',
  10446.             'file' => '?',
  10447.             'float' => '?',
  10448.             'int' => '?',
  10449.             'json' => '?',
  10450.             'key' => '?',
  10451.             'not' => '?',
  10452.             'query_string' => '?',
  10453.             'require' => '?',
  10454.             'resolve' => '?',
  10455.             'string' => '?',
  10456.             'trim' => '?',
  10457.             'url' => '?',
  10458.         ]);
  10459.     }
  10460.     /**
  10461.      * Gets the public 'content.filesystem.private' shared service.
  10462.      *
  10463.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10464.      */
  10465.     protected function getContent_Filesystem_PrivateService()
  10466.     {
  10467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10469.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  10470.     }
  10471.     /**
  10472.      * Gets the public 'content.filesystem.public' shared service.
  10473.      *
  10474.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10475.      */
  10476.     protected function getContent_Filesystem_PublicService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10480.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  10481.     }
  10482.     /**
  10483.      * Gets the public 'cookie_popup.filesystem.private' shared service.
  10484.      *
  10485.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10486.      */
  10487.     protected function getCookiePopup_Filesystem_PrivateService()
  10488.     {
  10489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10491.         return $this->services['cookie_popup.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/cookie_popup');
  10492.     }
  10493.     /**
  10494.      * Gets the public 'cookie_popup.filesystem.public' shared service.
  10495.      *
  10496.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10497.      */
  10498.     protected function getCookiePopup_Filesystem_PublicService()
  10499.     {
  10500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10502.         return $this->services['cookie_popup.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/cookie_popup');
  10503.     }
  10504.     /**
  10505.      * Gets the public 'country.repository' shared service.
  10506.      *
  10507.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10508.      */
  10509.     protected function getCountry_RepositoryService()
  10510.     {
  10511.         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()));
  10512.     }
  10513.     /**
  10514.      * Gets the public 'country_state.repository' shared service.
  10515.      *
  10516.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10517.      */
  10518.     protected function getCountryState_RepositoryService()
  10519.     {
  10520.         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()));
  10521.     }
  10522.     /**
  10523.      * Gets the public 'country_state_translation.repository' shared service.
  10524.      *
  10525.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10526.      */
  10527.     protected function getCountryStateTranslation_RepositoryService()
  10528.     {
  10529.         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()));
  10530.     }
  10531.     /**
  10532.      * Gets the public 'country_translation.repository' shared service.
  10533.      *
  10534.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10535.      */
  10536.     protected function getCountryTranslation_RepositoryService()
  10537.     {
  10538.         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()));
  10539.     }
  10540.     /**
  10541.      * Gets the public 'currency.repository' shared service.
  10542.      *
  10543.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10544.      */
  10545.     protected function getCurrency_RepositoryService()
  10546.     {
  10547.         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()));
  10548.     }
  10549.     /**
  10550.      * Gets the public 'currency_country_rounding.repository' shared service.
  10551.      *
  10552.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10553.      */
  10554.     protected function getCurrencyCountryRounding_RepositoryService()
  10555.     {
  10556.         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()));
  10557.     }
  10558.     /**
  10559.      * Gets the public 'currency_translation.repository' shared service.
  10560.      *
  10561.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10562.      */
  10563.     protected function getCurrencyTranslation_RepositoryService()
  10564.     {
  10565.         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()));
  10566.     }
  10567.     /**
  10568.      * Gets the public 'custom_entity.repository' shared service.
  10569.      *
  10570.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10571.      */
  10572.     protected function getCustomEntity_RepositoryService()
  10573.     {
  10574.         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()));
  10575.     }
  10576.     /**
  10577.      * Gets the public 'custom_field.repository' shared service.
  10578.      *
  10579.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10580.      */
  10581.     protected function getCustomField_RepositoryService()
  10582.     {
  10583.         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()));
  10584.     }
  10585.     /**
  10586.      * Gets the public 'custom_field_set.repository' shared service.
  10587.      *
  10588.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10589.      */
  10590.     protected function getCustomFieldSet_RepositoryService()
  10591.     {
  10592.         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()));
  10593.     }
  10594.     /**
  10595.      * Gets the public 'custom_field_set_relation.repository' shared service.
  10596.      *
  10597.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10598.      */
  10599.     protected function getCustomFieldSetRelation_RepositoryService()
  10600.     {
  10601.         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()));
  10602.     }
  10603.     /**
  10604.      * Gets the public 'customer.repository' shared service.
  10605.      *
  10606.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10607.      */
  10608.     protected function getCustomer_RepositoryService()
  10609.     {
  10610.         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()));
  10611.     }
  10612.     /**
  10613.      * Gets the public 'customer_address.repository' shared service.
  10614.      *
  10615.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10616.      */
  10617.     protected function getCustomerAddress_RepositoryService()
  10618.     {
  10619.         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()));
  10620.     }
  10621.     /**
  10622.      * Gets the public 'customer_group.repository' shared service.
  10623.      *
  10624.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10625.      */
  10626.     protected function getCustomerGroup_RepositoryService()
  10627.     {
  10628.         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()));
  10629.     }
  10630.     /**
  10631.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  10632.      *
  10633.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10634.      */
  10635.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  10636.     {
  10637.         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()));
  10638.     }
  10639.     /**
  10640.      * Gets the public 'customer_group_translation.repository' shared service.
  10641.      *
  10642.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10643.      */
  10644.     protected function getCustomerGroupTranslation_RepositoryService()
  10645.     {
  10646.         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()));
  10647.     }
  10648.     /**
  10649.      * Gets the public 'customer_recovery.repository' shared service.
  10650.      *
  10651.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10652.      */
  10653.     protected function getCustomerRecovery_RepositoryService()
  10654.     {
  10655.         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()));
  10656.     }
  10657.     /**
  10658.      * Gets the public 'customer_tag.repository' shared service.
  10659.      *
  10660.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10661.      */
  10662.     protected function getCustomerTag_RepositoryService()
  10663.     {
  10664.         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()));
  10665.     }
  10666.     /**
  10667.      * Gets the public 'customer_wishlist.repository' shared service.
  10668.      *
  10669.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10670.      */
  10671.     protected function getCustomerWishlist_RepositoryService()
  10672.     {
  10673.         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()));
  10674.     }
  10675.     /**
  10676.      * Gets the public 'customer_wishlist_product.repository' shared service.
  10677.      *
  10678.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10679.      */
  10680.     protected function getCustomerWishlistProduct_RepositoryService()
  10681.     {
  10682.         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()));
  10683.     }
  10684.     /**
  10685.      * Gets the public 'data_collector.dump' shared service.
  10686.      *
  10687.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  10688.      */
  10689.     protected function getDataCollector_DumpService()
  10690.     {
  10691.         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);
  10692.     }
  10693.     /**
  10694.      * Gets the public 'dead_message.repository' shared service.
  10695.      *
  10696.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10697.      */
  10698.     protected function getDeadMessage_RepositoryService()
  10699.     {
  10700.         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()));
  10701.     }
  10702.     /**
  10703.      * Gets the public 'delivery_time.repository' shared service.
  10704.      *
  10705.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10706.      */
  10707.     protected function getDeliveryTime_RepositoryService()
  10708.     {
  10709.         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()));
  10710.     }
  10711.     /**
  10712.      * Gets the public 'delivery_time_translation.repository' shared service.
  10713.      *
  10714.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10715.      */
  10716.     protected function getDeliveryTimeTranslation_RepositoryService()
  10717.     {
  10718.         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()));
  10719.     }
  10720.     /**
  10721.      * Gets the public 'dkd_cms_html_video.filesystem.private' shared service.
  10722.      *
  10723.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10724.      */
  10725.     protected function getDkdCmsHtmlVideo_Filesystem_PrivateService()
  10726.     {
  10727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10729.         return $this->services['dkd_cms_html_video.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/dkd_cms_html_video');
  10730.     }
  10731.     /**
  10732.      * Gets the public 'dkd_cms_html_video.filesystem.public' shared service.
  10733.      *
  10734.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10735.      */
  10736.     protected function getDkdCmsHtmlVideo_Filesystem_PublicService()
  10737.     {
  10738.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10740.         return $this->services['dkd_cms_html_video.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/dkd_cms_html_video');
  10741.     }
  10742.     /**
  10743.      * Gets the public 'document.repository' shared service.
  10744.      *
  10745.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10746.      */
  10747.     protected function getDocument_RepositoryService()
  10748.     {
  10749.         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()));
  10750.     }
  10751.     /**
  10752.      * Gets the public 'document_base_config.repository' shared service.
  10753.      *
  10754.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10755.      */
  10756.     protected function getDocumentBaseConfig_RepositoryService()
  10757.     {
  10758.         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()));
  10759.     }
  10760.     /**
  10761.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  10762.      *
  10763.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10764.      */
  10765.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  10766.     {
  10767.         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()));
  10768.     }
  10769.     /**
  10770.      * Gets the public 'document_type.repository' shared service.
  10771.      *
  10772.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10773.      */
  10774.     protected function getDocumentType_RepositoryService()
  10775.     {
  10776.         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()));
  10777.     }
  10778.     /**
  10779.      * Gets the public 'document_type_translation.repository' shared service.
  10780.      *
  10781.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10782.      */
  10783.     protected function getDocumentTypeTranslation_RepositoryService()
  10784.     {
  10785.         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()));
  10786.     }
  10787.     /**
  10788.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  10789.      *
  10790.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10791.      */
  10792.     protected function getElasticsearch_Filesystem_PrivateService()
  10793.     {
  10794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10796.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  10797.     }
  10798.     /**
  10799.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  10800.      *
  10801.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10802.      */
  10803.     protected function getElasticsearch_Filesystem_PublicService()
  10804.     {
  10805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10807.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  10808.     }
  10809.     /**
  10810.      * Gets the public 'enqueue.client.default.producer' shared service.
  10811.      *
  10812.      * @return \Enqueue\Client\TraceableProducer
  10813.      */
  10814.     protected function getEnqueue_Client_Default_ProducerService()
  10815.     {
  10816.         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([])));
  10817.     }
  10818.     /**
  10819.      * Gets the public 'error_controller' shared service.
  10820.      *
  10821.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  10822.      */
  10823.     protected function getErrorController2Service()
  10824.     {
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10830.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10831.         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)));
  10832.     }
  10833.     /**
  10834.      * Gets the public 'event_action.repository' shared service.
  10835.      *
  10836.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10837.      */
  10838.     protected function getEventAction_RepositoryService()
  10839.     {
  10840.         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()));
  10841.     }
  10842.     /**
  10843.      * Gets the public 'event_action_rule.repository' shared service.
  10844.      *
  10845.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10846.      */
  10847.     protected function getEventActionRule_RepositoryService()
  10848.     {
  10849.         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()));
  10850.     }
  10851.     /**
  10852.      * Gets the public 'event_action_sales_channel.repository' shared service.
  10853.      *
  10854.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10855.      */
  10856.     protected function getEventActionSalesChannel_RepositoryService()
  10857.     {
  10858.         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()));
  10859.     }
  10860.     /**
  10861.      * Gets the public 'event_dispatcher' shared service.
  10862.      *
  10863.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  10864.      */
  10865.     protected function getEventDispatcherService()
  10866.     {
  10867.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  10868.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10869.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  10870.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10871.         $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())));
  10872.         $instance->addListener('kernel.request', [=> function () {
  10873.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  10874.         }, => '__invoke'], 0);
  10875.         $instance->addListener('kernel.request', [=> function () {
  10876.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  10877.         }, => 'onKernelRequest'], 0);
  10878.         $instance->addListener('kernel.response', [=> function () {
  10879.             return ($this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] ?? $this->getAdminSecurityFixesProviderService());
  10880.         }, => '__invoke'], 0);
  10881.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10882.             return ($this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] ?? $this->getTwigStateProviderService());
  10883.         }, => '__invoke'], 0);
  10884.         $instance->addListener('kernel.controller', [=> function () {
  10885.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  10886.         }, => 'onKernelController'], 0);
  10887.         $instance->addListener('kernel.controller', [=> function () {
  10888.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  10889.         }, => 'resolveContext'], -10);
  10890.         $instance->addListener('kernel.request', [=> function () {
  10891.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  10892.         }, => 'initializeCspNonce'], 0);
  10893.         $instance->addListener('kernel.response', [=> function () {
  10894.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  10895.         }, => 'setSecurityHeaders'], 0);
  10896.         $instance->addListener('kernel.controller', [=> function () {
  10897.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  10898.         }, => 'checkScope'], -20);
  10899.         $instance->addListener('kernel.request', [=> function () {
  10900.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10901.         }, => 'request'], -10);
  10902.         $instance->addListener('kernel.response', [=> function () {
  10903.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10904.         }, => 'response'], -10);
  10905.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10906.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10907.         }, => 'render'], -10);
  10908.         $instance->addListener('snippet.written', [=> function () {
  10909.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10910.         }, => 'invalidate'], 0);
  10911.         $instance->addListener('snippet.deleted', [=> function () {
  10912.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10913.         }, => 'invalidate'], 0);
  10914.         $instance->addListener('snippet_set.deleted', [=> function () {
  10915.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10916.         }, => 'invalidate'], 0);
  10917.         $instance->addListener('app_template.written', [=> function () {
  10918.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  10919.         }, => 'reset'], 0);
  10920.         $instance->addListener('shopware.global_business_event', [=> function () {
  10921.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  10922.         }, => 'logBusinessEvent'], 0);
  10923.         $instance->addListener('kernel.controller', [=> function () {
  10924.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10925.         }, => 'setStates'], -21);
  10926.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  10927.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10928.         }, => 'login'], 0);
  10929.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  10930.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10931.         }, => 'cartChanged'], 0);
  10932.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10933.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  10934.         }, => 'executeCacheInvalidationHook'], 0);
  10935.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  10936.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10937.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  10938.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  10939.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10940.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  10941.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  10942.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10943.         }, => 'invalidateIndexedLandingPages'], 2000);
  10944.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10945.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10946.         }, => 'invalidateSearch'], 2000);
  10947.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10948.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10949.         }, => 'invalidateListings'], 2001);
  10950.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10951.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10952.         }, => 'invalidateProductIds'], 2002);
  10953.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10954.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10955.         }, => 'invalidateDetailRoute'], 2004);
  10956.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10957.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10958.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  10959.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10960.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10961.         }, => 'invalidateReviewRoute'], 2006);
  10962.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10963.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10964.         }, => 'invalidateSearch'], 2000);
  10965.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10966.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10967.         }, => 'invalidateListings'], 2001);
  10968.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10969.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10970.         }, => 'invalidateProductIds'], 2002);
  10971.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10972.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10973.         }, => 'invalidateDetailRoute'], 2004);
  10974.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10975.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10976.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  10977.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10978.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10979.         }, => 'invalidateReviewRoute'], 2006);
  10980.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10981.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10982.         }, => 'invalidateCmsPageIds'], 2001);
  10983.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10984.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10985.         }, => 'invalidateCurrencyRoute'], 2002);
  10986.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10987.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10988.         }, => 'invalidateLanguageRoute'], 2003);
  10989.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10990.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10991.         }, => 'invalidateNavigationRoute'], 2004);
  10992.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10993.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10994.         }, => 'invalidatePaymentMethodRoute'], 2005);
  10995.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10996.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10997.         }, => 'invalidateProductAssignment'], 2006);
  10998.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10999.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11000.         }, => 'invalidateManufacturerFilters'], 2007);
  11001.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11002.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11003.         }, => 'invalidatePropertyFilters'], 2008);
  11004.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11005.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11006.         }, => 'invalidateCrossSellingRoute'], 2009);
  11007.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11008.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11009.         }, => 'invalidateContext'], 2010);
  11010.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11011.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11012.         }, => 'invalidateShippingMethodRoute'], 2011);
  11013.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11014.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11015.         }, => 'invalidateSnippets'], 2012);
  11016.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11017.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11018.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  11019.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11020.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11021.         }, => 'invalidateStreamIds'], 2014);
  11022.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11023.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11024.         }, => 'invalidateCountryRoute'], 2015);
  11025.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11026.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11027.         }, => 'invalidateSalutationRoute'], 2016);
  11028.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11029.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11030.         }, => 'invalidateInitialStateIdLoader'], 2017);
  11031.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11032.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11033.         }, => 'invalidateCountryStateRoute'], 2018);
  11034.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  11035.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11036.         }, => 'invalidateSeoUrls'], 2000);
  11037.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  11038.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11039.         }, => 'invalidateRules'], 2000);
  11040.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11041.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11042.         }, => 'invalidateRules'], 2000);
  11043.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11044.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11045.         }, => 'invalidateConfig'], 2001);
  11046.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11047.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11048.         }, => 'invalidateRules'], 2000);
  11049.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11050.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11051.         }, => 'invalidateConfig'], 2001);
  11052.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11053.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11054.         }, => 'invalidateRules'], 2000);
  11055.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11056.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11057.         }, => 'invalidateConfig'], 2001);
  11058.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11059.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11060.         }, => 'invalidateRules'], 2000);
  11061.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11062.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11063.         }, => 'invalidateConfig'], 2001);
  11064.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11065.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11066.         }, => 'invalidateRules'], 2000);
  11067.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11068.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11069.         }, => 'invalidateConfig'], 2001);
  11070.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11071.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11072.         }, => 'invalidateConfigKey'], 2000);
  11073.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  11074.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  11075.         }, => 'invalidateSitemap'], 2000);
  11076.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11077.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  11078.         }, => 'preValidate'], 0);
  11079.         $instance->addListener('kernel.controller', [=> function () {
  11080.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  11081.         }, => 'validate'], -20);
  11082.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  11083.             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()));
  11084.         }, => 'validate'], 0);
  11085.         $instance->addListener('kernel.request', [=> function () {
  11086.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11087.         }, => 'onKernelRequest'], 9999);
  11088.         $instance->addListener('kernel.response', [=> function () {
  11089.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  11090.         }, => 'onKernelResponse'], 9999);
  11091.         $instance->addListener('kernel.exception', [=> function () {
  11092.             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)));
  11093.         }, => 'onKernelException'], -1);
  11094.         $instance->addListener('kernel.response', [=> function () {
  11095.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  11096.         }, => 'onResponse'], 0);
  11097.         $instance->addListener('kernel.request', [=> function () {
  11098.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  11099.         }, => 'onRequest'], 128);
  11100.         $instance->addListener('kernel.controller', [=> function () {
  11101.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  11102.         }, => 'checkExpectations'], -21);
  11103.         $instance->addListener('kernel.controller', [=> function () {
  11104.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  11105.         }, => 'validateRequest'], -2);
  11106.         $instance->addListener('kernel.request', [=> function () {
  11107.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11108.         }, => 'setupOAuth'], 128);
  11109.         $instance->addListener('kernel.controller', [=> function () {
  11110.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  11111.         }, => 'validateRequest'], -2);
  11112.         $instance->addListener('user.written', [=> function () {
  11113.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11114.         }, => 'onUserWritten'], 0);
  11115.         $instance->addListener('user.deleted', [=> function () {
  11116.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  11117.         }, => 'onUserDeleted'], 0);
  11118.         $instance->addListener('app.loaded', [=> function () {
  11119.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  11120.         }, => 'unserialize'], 0);
  11121.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11122.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  11123.         }, => 'checkWrite'], 0);
  11124.         $instance->addListener('app_script_condition.loaded', [=> function () {
  11125.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  11126.         }, => 'unserialize'], 0);
  11127.         $instance->addListener('app_flow_action.loaded', [=> function () {
  11128.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  11129.         }, => 'unserialize'], 0);
  11130.         $instance->addListener('custom_field.deleted', [=> function () {
  11131.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11132.         }, => 'reset'], 0);
  11133.         $instance->addListener('custom_field.written', [=> function () {
  11134.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  11135.         }, => 'reset'], 0);
  11136.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  11137.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11138.         }, => 'startProgress'], 0);
  11139.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  11140.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11141.         }, => 'advanceProgress'], 0);
  11142.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  11143.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  11144.         }, => 'finishProgress'], 0);
  11145.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  11146.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11147.         }, => 'runRegisteredIndexers'], 0);
  11148.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11149.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  11150.         }, => 'runRegisteredIndexers'], 0);
  11151.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11152.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  11153.         }, => 'preValidate'], 0);
  11154.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11155.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11156.         }, => 'validateWriteCommands'], 0);
  11157.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11158.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  11159.         }, => 'validateEntitySearch'], 0);
  11160.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11161.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] ?? $this->getEntityIndexingSubscriberService());
  11162.         }, => 'refreshIndex'], 1000);
  11163.         $instance->addListener('mail_template.deleted', [=> function () {
  11164.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  11165.         }, => 'deleted'], 0);
  11166.         $instance->addListener('dead_message.loaded', [=> function () {
  11167.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  11168.         }, => 'unserialize'], 0);
  11169.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11170.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  11171.         }, => 'onMessageFailed'], 99);
  11172.         $instance->addListener('plugin.loaded', [=> function () {
  11173.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  11174.         }, => 'unserialize'], 0);
  11175.         $instance->addListener('acl_role.loaded', [=> function () {
  11176.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  11177.         }, => 'onAclRoleLoaded'], 0);
  11178.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11179.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11180.         }, => 'afterPluginStateChange'], 0);
  11181.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11182.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11183.         }, => 'afterPluginStateChange'], 0);
  11184.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11185.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  11186.         }, => 'afterPluginStateChange'], 0);
  11187.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11188.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  11189.         }, => 'updatePostFinishEvent'], 0);
  11190.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11191.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  11192.         }, => 'onLicenseHostChanged'], 0);
  11193.         $instance->addListener('script.written', [=> function () {
  11194.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  11195.         }, => 'invalidateCache'], 0);
  11196.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11197.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11198.         }, => 'preValidate'], 0);
  11199.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11200.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  11201.         }, => 'postValidate'], 0);
  11202.         $instance->addListener('language.deleted', [=> function () {
  11203.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11204.         }, => 'invalidateCache'], 0);
  11205.         $instance->addListener('language.written', [=> function () {
  11206.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  11207.         }, => 'invalidateCache'], 0);
  11208.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11209.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  11210.         }, => 'preValidate'], 0);
  11211.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11212.             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'))));
  11213.         }, => 'update'], 0);
  11214.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11215.             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'))));
  11216.         }, => 'onUpdate'], 0);
  11217.         $instance->addListener('kernel.response', [=> function () {
  11218.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  11219.         }, => 'addSeoInformation'], 10000);
  11220.         $instance->addListener('webhook.written', [=> function () {
  11221.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11222.         }, => 'clearWebhookCache'], 0);
  11223.         $instance->addListener('acl_role.written', [=> function () {
  11224.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  11225.         }, => 'clearPrivilegesCache'], 0);
  11226.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  11227.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  11228.         }, => 'handleWebhookMessageFail'], 0);
  11229.         $instance->addListener('kernel.response', [=> function () {
  11230.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  11231.         }, => 'encodeResponse'], 10000);
  11232.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11233.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  11234.         }, => 'handleSalesChannelLanguageIds'], 0);
  11235.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11236.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  11237.         }, => 'preWriteValidateEvent'], 0);
  11238.         $instance->addListener('country.written', [=> function () {
  11239.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  11240.         }, => 'updated'], 0);
  11241.         $instance->addListener('currency.loaded', [=> function () {
  11242.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  11243.         }, => 'setDefault'], 0);
  11244.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11245.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  11246.         }, => 'preValidate'], 0);
  11247.         $instance->addListener('custom_field.written', [=> function () {
  11248.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11249.         }, => 'customFieldIsWritten'], 0);
  11250.         $instance->addListener('custom_field.deleted', [=> function () {
  11251.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  11252.         }, => 'customFieldIsDeleted'], 0);
  11253.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11254.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  11255.         }, => 'validate'], 0);
  11256.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11257.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  11258.         }, => 'onValueChanged'], 1500);
  11259.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11260.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  11261.         }, => 'postValidate'], 0);
  11262.         $instance->addListener('category.loaded', [=> function () {
  11263.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11264.         }, => 'entityLoaded'], 0);
  11265.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  11266.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  11267.         }, => 'entityLoaded'], 0);
  11268.         $instance->addListener('media.loaded', [=> function () {
  11269.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11270.         }, => 'unserialize'], 10);
  11271.         $instance->addListener('media.loaded', [=> function () {
  11272.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  11273.         }, => 'addUrls'], 0);
  11274.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  11275.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  11276.         }, => 'unserialize'], 10);
  11277.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11278.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11279.         }, => 'beforeDelete'], 0);
  11280.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  11281.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  11282.         }, => 'securePrivateFolders'], 0);
  11283.         $instance->addListener('product.loaded', [=> function () {
  11284.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11285.         }, => 'loaded'], 0);
  11286.         $instance->addListener('product.partial_loaded', [=> function () {
  11287.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11288.         }, => 'partialEntityLoaded'], 0);
  11289.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  11290.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11291.         }, => 'salesChannelLoaded'], 0);
  11292.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  11293.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  11294.         }, => 'partialSalesChannelLoaded'], 0);
  11295.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11296.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11297.         }, => 'handleListingRequest'], 100);
  11298.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11299.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11300.         }, => 'handleFlags'], -100);
  11301.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  11302.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11303.         }, => 'handleFlags'], -100);
  11304.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11305.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11306.         }, => 'handleSearchRequest'], 100);
  11307.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11308.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11309.         }, => 'handleFlags'], -100);
  11310.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11311.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11312.         }, => 'handleResult'], 100);
  11313.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  11314.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11315.         }, => 'removeScoreSorting'], -100);
  11316.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  11317.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  11318.         }, => 'handleResult'], 0);
  11319.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11320.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  11321.         }, => 'preValidate'], 0);
  11322.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11323.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11324.         }, => 'orderPlaced'], 0);
  11325.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  11326.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11327.         }, => 'stateChanged'], 0);
  11328.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11329.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11330.         }, => 'triggerChangeSet'], 0);
  11331.         $instance->addListener('order_line_item.written', [=> function () {
  11332.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11333.         }, => 'lineItemWritten'], 0);
  11334.         $instance->addListener('order_line_item.deleted', [=> function () {
  11335.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  11336.         }, => 'lineItemWritten'], 0);
  11337.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  11338.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  11339.         }, => 'onNewsletterRecipientDeleted'], 0);
  11340.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11341.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  11342.         }, => 'preValidate'], 0);
  11343.         $instance->addListener('rule.loaded', [=> function () {
  11344.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  11345.         }, => 'unserialize'], 0);
  11346.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11347.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11348.         }, => 'refreshPlugin'], 0);
  11349.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11350.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11351.         }, => 'refreshPlugin'], 0);
  11352.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11353.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11354.         }, => 'refreshPlugin'], 0);
  11355.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11356.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11357.         }, => 'refreshPlugin'], 0);
  11358.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11359.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11360.         }, => 'refreshPlugin'], 0);
  11361.         $instance->addListener('rule.written', [=> function () {
  11362.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  11363.         }, => 'onRuleWritten'], 0);
  11364.         $instance->addListener('app_script_condition.written', [=> function () {
  11365.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  11366.         }, => 'updatePayloads'], 0);
  11367.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11368.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  11369.         }, => 'triggerChangeSet'], 0);
  11370.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11371.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService());
  11372.         }, => 'onEntityWritten'], 0);
  11373.         $instance->addListener('product_export.written', [=> function () {
  11374.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  11375.         }, => 'afterWrite'], 0);
  11376.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  11377.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  11378.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  11379.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11380.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  11381.         }, => 'beforeDeletion'], 0);
  11382.         $instance->addListener('action.mail.send', [=> function () {
  11383.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  11384.         }, => 'sendMail'], 0);
  11385.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11386.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  11387.         }, => 'preValidate'], 0);
  11388.         $instance->addListener('media.written', [=> function () {
  11389.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  11390.         }, => 'persistMedia'], 0);
  11391.         $instance->addListener('import_export_file.deleted', [=> function () {
  11392.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  11393.         }, => 'onFileDeleted'], 0);
  11394.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  11395.             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()));
  11396.         }, => 'enrich'], 0);
  11397.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  11398.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  11399.         }, => 'categoryPathsToAssignment'], 0);
  11400.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  11401.             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()));
  11402.         }, => 'enrich'], 0);
  11403.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  11404.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  11405.         }, => 'onAfterImportRecord'], 0);
  11406.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11407.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  11408.         }, => 'preValidate'], 0);
  11409.         $instance->addListener('action.add.order.tag', [=> function () {
  11410.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  11411.         }, => 'handle'], 0);
  11412.         $instance->addListener('action.add.customer.tag', [=> function () {
  11413.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  11414.         }, => 'handle'], 0);
  11415.         $instance->addListener('action.remove.order.tag', [=> function () {
  11416.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  11417.         }, => 'handle'], 0);
  11418.         $instance->addListener('action.remove.customer.tag', [=> function () {
  11419.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  11420.         }, => 'handle'], 0);
  11421.         $instance->addListener('action.change.customer.group', [=> function () {
  11422.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  11423.         }, => 'handle'], 0);
  11424.         $instance->addListener('action.change.customer.status', [=> function () {
  11425.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  11426.         }, => 'handle'], 0);
  11427.         $instance->addListener('action.mail.send', [=> function () {
  11428.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  11429.         }, => 'handle'], 0);
  11430.         $instance->addListener('action.generate.document', [=> function () {
  11431.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  11432.         }, => 'handle'], 0);
  11433.         $instance->addListener('action.set.order.state', [=> function () {
  11434.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  11435.         }, => 'handle'], 0);
  11436.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  11437.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  11438.         }, => 'handle'], 0);
  11439.         $instance->addListener('action.set.order.custom.field', [=> function () {
  11440.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  11441.         }, => 'handle'], 0);
  11442.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  11443.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  11444.         }, => 'handle'], 0);
  11445.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  11446.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  11447.         }, => 'handle'], 0);
  11448.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  11449.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  11450.         }, => 'handle'], 0);
  11451.         $instance->addListener('action.stop.flow', [=> function () {
  11452.             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()));
  11453.         }, => 'handle'], 0);
  11454.         $instance->addListener('flow.written', [=> function () {
  11455.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  11456.         }, => 'invalidate'], 0);
  11457.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  11458.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11459.         }, => 'refreshPlugin'], 0);
  11460.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11461.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11462.         }, => 'refreshPlugin'], 0);
  11463.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  11464.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11465.         }, => 'refreshPlugin'], 0);
  11466.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  11467.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11468.         }, => 'refreshPlugin'], 0);
  11469.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11470.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11471.         }, => 'refreshPlugin'], 0);
  11472.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  11473.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11474.         }, => 'refreshPlugin'], 0);
  11475.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  11476.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11477.         }, => 'refreshPlugin'], 0);
  11478.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  11479.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11480.         }, => 'refreshPlugin'], 0);
  11481.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  11482.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11483.         }, => 'refreshPlugin'], 0);
  11484.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  11485.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  11486.         }, => 'refreshPlugin'], 0);
  11487.         $instance->addListener('customer.loaded', [=> function () {
  11488.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11489.         }, => 'loaded'], 0);
  11490.         $instance->addListener('customer_address.loaded', [=> function () {
  11491.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11492.         }, => 'loaded'], 0);
  11493.         $instance->addListener('order_address.loaded', [=> function () {
  11494.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  11495.         }, => 'loaded'], 0);
  11496.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  11497.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  11498.         }, => 'fillCustomerMetaDataFields'], 0);
  11499.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11500.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  11501.         }, => 'deleteOrder'], 0);
  11502.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11503.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  11504.         }, => 'updateRemoteAddressByLogin'], 0);
  11505.         $instance->addListener('customer.written', [=> function () {
  11506.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  11507.         }, => 'onCustomerWritten'], 0);
  11508.         $instance->addListener('customer.deleted', [=> function () {
  11509.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  11510.         }, => 'onCustomerDeleted'], 0);
  11511.         $instance->addListener('customer_group_translation.written', [=> function () {
  11512.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11513.         }, => 'updatedCustomerGroup'], 0);
  11514.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  11515.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11516.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  11517.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  11518.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  11519.         }, => 'deleteCustomerGroup'], 0);
  11520.         $instance->addListener('customer.written', [=> function () {
  11521.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  11522.         }, => 'onCustomerWritten'], 0);
  11523.         $instance->addListener('customer.written', [=> function () {
  11524.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  11525.         }, => 'onCustomerWritten'], 0);
  11526.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  11527.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  11528.         }, => 'beforeDelete'], 0);
  11529.         $instance->addListener('document_base_config.written', [=> function () {
  11530.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  11531.         }, => 'reset'], 0);
  11532.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  11533.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11534.         }, => 'onOrderStateChange'], 0);
  11535.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  11536.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11537.         }, => 'onOrderDeliveryStateChange'], 0);
  11538.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  11539.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11540.         }, => 'onOrderTransactionStateChange'], 0);
  11541.         $instance->addListener('collect.business-events', [=> function () {
  11542.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  11543.         }, => 'onAddStateEvents'], 0);
  11544.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11545.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  11546.         }, => 'validate'], 0);
  11547.         $instance->addListener('payment_method.loaded', [=> function () {
  11548.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  11549.         }, => 'formatHandlerIdentifier'], 0);
  11550.         $instance->addListener('payment_method.loaded', [=> function () {
  11551.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  11552.         }, => 'addDistinguishablePaymentName'], 0);
  11553.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11554.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  11555.         }, => 'preValidate'], 0);
  11556.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  11557.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11558.         }, => 'onLineItemAdded'], 0);
  11559.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  11560.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11561.         }, => 'onLineItemRemoved'], 0);
  11562.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11563.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  11564.         }, => 'resetCodes'], 0);
  11565.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11566.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  11567.         }, => 'onOrderPlaced'], 0);
  11568.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11569.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  11570.         }, => 'orderPlaced'], 0);
  11571.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  11572.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  11573.         }, => 'preValidate'], 0);
  11574.         $instance->addListener('sales_channel.deleted', [=> function () {
  11575.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  11576.         }, => 'onSalesChannelDeleted'], 0);
  11577.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11578.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  11579.         }, => 'invalidate'], 2000);
  11580.         $instance->addListener('kernel.request', [=> function () {
  11581.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11582.         }, => 'startSession'], 40);
  11583.         $instance->addListener('kernel.request', [=> function () {
  11584.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11585.         }, => 'maintenanceResolver'], 0);
  11586.         $instance->addListener('kernel.exception', [=> function () {
  11587.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11588.         }, => 'showHtmlExceptionResponse'], -100);
  11589.         $instance->addListener('kernel.exception', [=> function () {
  11590.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11591.         }, => 'customerNotLoggedInHandler'], 0);
  11592.         $instance->addListener('kernel.exception', [=> function () {
  11593.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11594.         }, => 'maintenanceResolver'], 0);
  11595.         $instance->addListener('kernel.controller', [=> function () {
  11596.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11597.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  11598.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  11599.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11600.         }, => 'updateSessionAfterLogin'], 0);
  11601.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  11602.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11603.         }, => 'updateSessionAfterLogout'], 0);
  11604.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11605.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11606.         }, => 'replaceCsrfToken'], 0);
  11607.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11608.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11609.         }, => 'setCanonicalUrl'], 0);
  11610.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11611.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11612.         }, => 'addHreflang'], 0);
  11613.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11614.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11615.         }, => 'addShopIdParameter'], 0);
  11616.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11617.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11618.         }, => 'addIconSetConfig'], 0);
  11619.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  11620.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  11621.         }, => 'replaceContextToken'], 0);
  11622.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  11623.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  11624.         }, => 'onSystemConfigChanged'], 0);
  11625.         $instance->addListener('kernel.controller', [=> function () {
  11626.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  11627.         }, => 'csrfCheck'], -9);
  11628.         $instance->addListener('kernel.controller', [=> function () {
  11629.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  11630.         }, => 'checkAffiliateTracking'], -21);
  11631.         $instance->addListener('kernel.request', [=> function () {
  11632.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11633.         }, => 'addHttpCacheToCoreRoutes'], 0);
  11634.         $instance->addListener('kernel.response', [=> function () {
  11635.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11636.         }, => 'setResponseCache'], -1500);
  11637.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11638.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  11639.         }, => 'updateCacheControlForBrowser'], 0);
  11640.         $instance->addListener('kernel.controller', [=> function () {
  11641.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  11642.         }, => 'validateCaptcha'], -20);
  11643.         $instance->addListener('kernel.response', [=> function () {
  11644.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  11645.         }, => 'onResponse'], -10);
  11646.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  11647.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  11648.         }, => 'addCartMergedNoticeFlash'], 0);
  11649.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11650.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  11651.         }, => 'updateProductUrls'], 0);
  11652.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  11653.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  11654.         }, => 'updateCategoryUrls'], 0);
  11655.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  11656.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  11657.         }, => 'updateLandingPageUrls'], 0);
  11658.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11659.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListener2Service());
  11660.         }, => 'detectSalesChannelEntryPoints'], 0);
  11661.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  11662.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11663.         }, => 'invalidate'], 0);
  11664.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  11665.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11666.         }, => 'assigned'], 0);
  11667.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  11668.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  11669.         }, => 'reset'], 0);
  11670.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  11671.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11672.         }, => 'handleAppActivationOrUpdate'], 0);
  11673.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  11674.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11675.         }, => 'handleAppActivationOrUpdate'], 0);
  11676.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  11677.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  11678.         }, => 'handleUninstall'], 0);
  11679.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  11680.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11681.         }, => 'dumpConfigFromEvent'], 0);
  11682.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  11683.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11684.         }, => 'dumpConfigFromEvent'], 0);
  11685.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  11686.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  11687.         }, => 'dumpConfigFromEvent'], 0);
  11688.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  11689.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11690.         }, => 'pluginActivate'], 0);
  11691.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  11692.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11693.         }, => 'pluginPostActivate'], 0);
  11694.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  11695.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11696.         }, => 'pluginUpdate'], 0);
  11697.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  11698.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11699.         }, => 'pluginDeactivateAndUninstall'], 0);
  11700.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  11701.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11702.         }, => 'pluginPostDeactivateFailed'], 0);
  11703.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  11704.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11705.         }, => 'pluginDeactivateAndUninstall'], 0);
  11706.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  11707.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  11708.         }, => 'pluginPostUninstall'], 0);
  11709.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  11710.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  11711.         }, => 'onAppDeleted'], 0);
  11712.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  11713.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  11714.         }, => 'enrichExtensionVars'], 0);
  11715.         $instance->addListener('kernel.request', [=> function () {
  11716.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11717.         }, => 'requestEvent'], 0);
  11718.         $instance->addListener('kernel.exception', [=> function () {
  11719.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11720.         }, => 'requestEvent'], 0);
  11721.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  11722.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  11723.         }, => 'onDocumentRendering'], 0);
  11724.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  11725.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  11726.         }, => 'frwFinished'], 0);
  11727.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  11728.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  11729.         }, => 'updateFinished'], 0);
  11730.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11731.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  11732.         }, => 'update'], 0);
  11733.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11734.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  11735.         }, => 'onNewCustomFieldCreated'], 0);
  11736.         $instance->addListener('sales_channel_language.written', [=> function () {
  11737.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  11738.         }, => 'onSalesChannelWritten'], 0);
  11739.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  11740.             return ($this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  11741.         }, => 'onContextResolved'], 0);
  11742.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11743.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidator2Service());
  11744.         }, => 'postValidate'], 0);
  11745.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11746.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] ?? $this->getSalesChannelDomainValidatorService());
  11747.         }, => 'postValidate'], 0);
  11748.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11749.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] ?? $this->getSalesChannelLanguageValidatorService());
  11750.         }, => 'postValidate'], 0);
  11751.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  11752.             return ($this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] ?? $this->getUserValidatorService());
  11753.         }, => 'postValidate'], 0);
  11754.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageCriteriaEvent', [=> function () {
  11755.             return ($this->privates['NetzpGallery6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  11756.         }, => 'onProductCriteriaLoaded'], 0);
  11757.         $instance->addListener('Shopware\\Storefront\\Page\\Product\\ProductPageLoadedEvent', [=> function () {
  11758.             return ($this->privates['NetzpGallery6\\Subscriber\\FrontendSubscriber'] ?? $this->getFrontendSubscriberService());
  11759.         }, => 'onProductPageLoaded'], 0);
  11760.         $instance->addListener('tag.loaded', [=> function () {
  11761.             return ($this->privates['H1web\\Blog\\Subscriber\\BlogSubscriber'] ?? $this->getBlogSubscriberService());
  11762.         }, => 'onTagLoaded'], 0);
  11763.         $instance->addListener('H1web\\Blog\\Blog\\Events\\BlogListingCriteriaEvent', [=> function () {
  11764.             return ($this->privates['H1web\\Blog\\Blog\\Listing\\BlogListingFeaturesSubscriber'] ?? $this->getBlogListingFeaturesSubscriberService());
  11765.         }, => 'handleListingRequest'], 100);
  11766.         $instance->addListener('H1web\\Blog\\Blog\\Events\\BlogListingCriteriaEvent', [=> function () {
  11767.             return ($this->privates['H1web\\Blog\\Blog\\Listing\\BlogListingFeaturesSubscriber'] ?? $this->getBlogListingFeaturesSubscriberService());
  11768.         }, => 'switchFilter'], -100);
  11769.         $instance->addListener('H1web\\Blog\\Blog\\Events\\BlogListingResultEvent', [=> function () {
  11770.             return ($this->privates['H1web\\Blog\\Blog\\Listing\\BlogListingFeaturesSubscriber'] ?? $this->getBlogListingFeaturesSubscriberService());
  11771.         }, => 'handleResult'], 0);
  11772.         $instance->addListener('H1web\\Blog\\Blog\\Events\\BlogIndexerEvent', [=> function () {
  11773.             return ($this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11774.         }, => 'updateBlogUrls'], 0);
  11775.         $instance->addListener('tag.written', [=> function () {
  11776.             return ($this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11777.         }, => 'updateBlogTagUrl'], 0);
  11778.         $instance->addListener('tag.deleted', [=> function () {
  11779.             return ($this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11780.         }, => 'deleteBlogTagUrl'], 0);
  11781.         $instance->addListener('sales_channel.written', [=> function () {
  11782.             return ($this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  11783.         }, => 'onSalesChannelWritten'], 0);
  11784.         $instance->addListener('Shopware\\Storefront\\Page\\Search\\SearchPageLoadedEvent', [=> function () {
  11785.             return ($this->privates['H1web\\Blog\\Subscriber\\Search'] ?? $this->getSearchService());
  11786.         }, => 'onSearch'], 0);
  11787.         $instance->addListener('Shopware\\Storefront\\Page\\Suggest\\SuggestPageLoadedEvent', [=> function () {
  11788.             return ($this->privates['H1web\\Blog\\Subscriber\\Search'] ?? $this->getSearchService());
  11789.         }, => 'onSuggest'], 0);
  11790.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11791.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriberService());
  11792.         }, => 'onRender'], -1);
  11793.         $instance->addListener('kernel.controller', [=> function () {
  11794.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  11795.         }, => 'getDataLayerForXmlHttpRequest'], -21);
  11796.         $instance->addListener('kernel.response', [=> function () {
  11797.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] ?? $this->getKernelEventsSubscriberService());
  11798.         }, => 'prependDataLayerToResponse'], -1);
  11799.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\AfterLineItemAddedEvent', [=> function () {
  11800.             return ($this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'] ?? $this->getAfterLineItemAddedSubscriberService());
  11801.         }, => 'onAfterLineItemAdded'], 0);
  11802.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  11803.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  11804.         }, => 'redirectBeforeSendResponse'], 0);
  11805.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendRedirectResponseEvent', [=> function () {
  11806.             return ($this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] ?? $this->getRequestSubscriberService());
  11807.         }, => 'redirectBeforeSendResponse'], 0);
  11808.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  11809.             return ($this->privates['Websignaal\\Goesting\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriber2Service());
  11810.         }, => 'onStorefrontRender'], 0);
  11811.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  11812.             return ($this->privates['Websignaal\\Goesting\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriber2Service());
  11813.         }, => 'addAssociationsToProductListing'], 0);
  11814.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  11815.             return ($this->privates['Websignaal\\Goesting\\Subscriber\\StorefrontRenderSubscriber'] ?? $this->getStorefrontRenderSubscriber2Service());
  11816.         }, => 'addAssociationsToProductSearch'], 0);
  11817.         $instance->addListener('kernel.response', [=> function () {
  11818.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  11819.         }, => 'onKernelResponse'], 0);
  11820.         $instance->addListener('kernel.response', [=> function () {
  11821.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  11822.         }, => 'onKernelResponse'], -1024);
  11823.         $instance->addListener('kernel.request', [=> function () {
  11824.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11825.         }, => 'setDefaultLocale'], 100);
  11826.         $instance->addListener('kernel.request', [=> function () {
  11827.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11828.         }, => 'onKernelRequest'], 16);
  11829.         $instance->addListener('kernel.finish_request', [=> function () {
  11830.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11831.         }, => 'onKernelFinishRequest'], 0);
  11832.         $instance->addListener('kernel.request', [=> function () {
  11833.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  11834.         }, => 'onKernelRequest'], 256);
  11835.         $instance->addListener('kernel.response', [=> function () {
  11836.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  11837.         }, => 'onResponse'], -255);
  11838.         $instance->addListener('kernel.controller_arguments', [=> function () {
  11839.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11840.         }, => 'onControllerArguments'], 0);
  11841.         $instance->addListener('kernel.exception', [=> function () {
  11842.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11843.         }, => 'logKernelException'], 0);
  11844.         $instance->addListener('kernel.exception', [=> function () {
  11845.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11846.         }, => 'onKernelException'], -128);
  11847.         $instance->addListener('kernel.response', [=> function () {
  11848.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11849.         }, => 'removeCspHeader'], -128);
  11850.         $instance->addListener('kernel.request', [=> function () {
  11851.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  11852.         }, => 'onKernelRequest'], 15);
  11853.         $instance->addListener('kernel.finish_request', [=> function () {
  11854.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  11855.         }, => 'onKernelFinishRequest'], -15);
  11856.         $instance->addListener('console.error', [=> function () {
  11857.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  11858.         }, => 'onConsoleError'], -128);
  11859.         $instance->addListener('console.terminate', [=> function () {
  11860.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  11861.         }, => 'onConsoleTerminate'], -128);
  11862.         $instance->addListener('console.error', [=> function () {
  11863.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  11864.         }, => 'onConsoleError'], 0);
  11865.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11866.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  11867.         }, => 'onMessage'], -255);
  11868.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11869.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  11870.         }, => 'onMessage'], -255);
  11871.         $instance->addListener('kernel.response', [=> function () {
  11872.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  11873.         }, => 'onKernelResponse'], 0);
  11874.         $instance->addListener('kernel.request', [=> function () {
  11875.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  11876.         }, => 'onKernelRequest'], 48);
  11877.         $instance->addListener('kernel.request', [=> function () {
  11878.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  11879.         }, => 'configure'], 2048);
  11880.         $instance->addListener('console.command', [=> function () {
  11881.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  11882.         }, => 'configure'], 2048);
  11883.         $instance->addListener('kernel.request', [=> function () {
  11884.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11885.         }, => 'onKernelRequest'], 32);
  11886.         $instance->addListener('kernel.finish_request', [=> function () {
  11887.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11888.         }, => 'onKernelFinishRequest'], 0);
  11889.         $instance->addListener('kernel.exception', [=> function () {
  11890.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11891.         }, => 'onKernelException'], -64);
  11892.         $instance->addListener('kernel.request', [=> function () {
  11893.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11894.         }, => 'onKernelRequest'], 128);
  11895.         $instance->addListener('kernel.response', [=> function () {
  11896.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11897.         }, => 'onKernelResponse'], -1000);
  11898.         $instance->addListener('kernel.finish_request', [=> function () {
  11899.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11900.         }, => 'onFinishRequest'], 0);
  11901.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11902.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  11903.         }, => 'onMessageFailed'], 100);
  11904.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11905.             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()));
  11906.         }, => 'onMessageFailed'], 200);
  11907.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  11908.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  11909.         }, => 'onWorkerRunning'], 100);
  11910.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  11911.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  11912.         }, => 'onWorkerStarted'], 0);
  11913.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  11914.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  11915.         }, => 'onWorkerRunning'], 0);
  11916.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  11917.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  11918.         }, => 'onWorkerStarted'], 100);
  11919.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11920.             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()));
  11921.         }, => 'onMessageFailed'], 0);
  11922.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  11923.             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()));
  11924.         }, => 'onWorkerRunning'], 0);
  11925.         $instance->addListener('kernel.response', [=> function () {
  11926.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11927.         }, => 'onKernelResponse'], -100);
  11928.         $instance->addListener('kernel.exception', [=> function () {
  11929.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11930.         }, => 'onKernelException'], 0);
  11931.         $instance->addListener('kernel.terminate', [=> function () {
  11932.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11933.         }, => 'onKernelTerminate'], -1024);
  11934.         $instance->addListener('kernel.controller', [=> function () {
  11935.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  11936.         }, => 'onKernelController'], 0);
  11937.         $instance->addListener('kernel.response', [=> function () {
  11938.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  11939.         }, => 'onKernelResponse'], 0);
  11940.         $instance->addListener('console.command', [=> function () {
  11941.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  11942.         }, => 'onCommand'], 255);
  11943.         $instance->addListener('console.terminate', [=> function () {
  11944.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  11945.         }, => 'onTerminate'], -255);
  11946.         $instance->addListener('kernel.controller', [=> function () {
  11947.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  11948.         }, => 'onKernelController'], 0);
  11949.         $instance->addListener('kernel.controller', [=> function () {
  11950.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  11951.         }, => 'onKernelController'], 0);
  11952.         $instance->addListener('kernel.controller', [=> function () {
  11953.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  11954.         }, => 'onKernelController'], -128);
  11955.         $instance->addListener('kernel.view', [=> function () {
  11956.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  11957.         }, => 'onKernelView'], 0);
  11958.         $instance->addListener('kernel.controller', [=> function () {
  11959.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  11960.         }, => 'onKernelController'], 0);
  11961.         $instance->addListener('kernel.response', [=> function () {
  11962.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  11963.         }, => 'onKernelResponse'], 0);
  11964.         $instance->addListener('kernel.controller_arguments', [=> function () {
  11965.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  11966.         }, => 'onKernelControllerArguments'], 0);
  11967.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11968.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  11969.         }, => 'onMessage'], 0);
  11970.         $instance->addListener('console.command', [=> function () {
  11971.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  11972.         }, => 'configure'], 1024);
  11973.         $instance->addListener('kernel.terminate', [=> function () {
  11974.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  11975.         }, => 'flushMessages'], 0);
  11976.         $instance->addListener('console.terminate', [=> function () {
  11977.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  11978.         }, => 'flushMessages'], 0);
  11979.         $instance->addListener('kernel.response', [=> function () {
  11980.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  11981.         }, => 'onKernelResponse'], -128);
  11982.         return $instance;
  11983.     }
  11984.     /**
  11985.      * Gets the public 'flow.repository' shared service.
  11986.      *
  11987.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11988.      */
  11989.     protected function getFlow_RepositoryService()
  11990.     {
  11991.         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()));
  11992.     }
  11993.     /**
  11994.      * Gets the public 'flow_sequence.repository' shared service.
  11995.      *
  11996.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11997.      */
  11998.     protected function getFlowSequence_RepositoryService()
  11999.     {
  12000.         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()));
  12001.     }
  12002.     /**
  12003.      * Gets the public 'framework.filesystem.private' shared service.
  12004.      *
  12005.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12006.      */
  12007.     protected function getFramework_Filesystem_PrivateService()
  12008.     {
  12009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12011.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  12012.     }
  12013.     /**
  12014.      * Gets the public 'framework.filesystem.public' shared service.
  12015.      *
  12016.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12017.      */
  12018.     protected function getFramework_Filesystem_PublicService()
  12019.     {
  12020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12022.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  12023.     }
  12024.     /**
  12025.      * Gets the public 'fullscreen_menu.filesystem.private' shared service.
  12026.      *
  12027.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12028.      */
  12029.     protected function getFullscreenMenu_Filesystem_PrivateService()
  12030.     {
  12031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12033.         return $this->services['fullscreen_menu.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/fullscreen_menu');
  12034.     }
  12035.     /**
  12036.      * Gets the public 'fullscreen_menu.filesystem.public' shared service.
  12037.      *
  12038.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12039.      */
  12040.     protected function getFullscreenMenu_Filesystem_PublicService()
  12041.     {
  12042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12044.         return $this->services['fullscreen_menu.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/fullscreen_menu');
  12045.     }
  12046.     /**
  12047.      * Gets the public 'goesting.filesystem.private' shared service.
  12048.      *
  12049.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12050.      */
  12051.     protected function getGoesting_Filesystem_PrivateService()
  12052.     {
  12053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12055.         return $this->services['goesting.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/goesting');
  12056.     }
  12057.     /**
  12058.      * Gets the public 'goesting.filesystem.public' shared service.
  12059.      *
  12060.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12061.      */
  12062.     protected function getGoesting_Filesystem_PublicService()
  12063.     {
  12064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12066.         return $this->services['goesting.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/goesting');
  12067.     }
  12068.     /**
  12069.      * Gets the public 'h1web_blog.filesystem.private' shared service.
  12070.      *
  12071.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12072.      */
  12073.     protected function getH1webBlog_Filesystem_PrivateService()
  12074.     {
  12075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12077.         return $this->services['h1web_blog.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/h1web_blog');
  12078.     }
  12079.     /**
  12080.      * Gets the public 'h1web_blog.filesystem.public' shared service.
  12081.      *
  12082.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12083.      */
  12084.     protected function getH1webBlog_Filesystem_PublicService()
  12085.     {
  12086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12087.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12088.         return $this->services['h1web_blog.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/h1web_blog');
  12089.     }
  12090.     /**
  12091.      * Gets the public 'h1webblog_blog.repository' shared service.
  12092.      *
  12093.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12094.      */
  12095.     protected function getH1webblogBlog_RepositoryService()
  12096.     {
  12097.         return $this->services['h1webblog_blog.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\BlogDefinition'] ?? $this->getBlogDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12098.     }
  12099.     /**
  12100.      * Gets the public 'h1webblog_blog_keyword_dictionary.repository' shared service.
  12101.      *
  12102.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12103.      */
  12104.     protected function getH1webblogBlogKeywordDictionary_RepositoryService()
  12105.     {
  12106.         return $this->services['h1webblog_blog_keyword_dictionary.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition'] ?? $this->getBlogKeywordDictionaryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12107.     }
  12108.     /**
  12109.      * Gets the public 'h1webblog_blog_search_keyword.repository' shared service.
  12110.      *
  12111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12112.      */
  12113.     protected function getH1webblogBlogSearchKeyword_RepositoryService()
  12114.     {
  12115.         return $this->services['h1webblog_blog_search_keyword.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition'] ?? $this->getBlogSearchKeywordDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12116.     }
  12117.     /**
  12118.      * Gets the public 'h1webblog_blog_translation.repository' shared service.
  12119.      *
  12120.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12121.      */
  12122.     protected function getH1webblogBlogTranslation_RepositoryService()
  12123.     {
  12124.         return $this->services['h1webblog_blog_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition'] ?? $this->getBlogTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12125.     }
  12126.     /**
  12127.      * Gets the public 'h1webblog_blog_visibility.repository' shared service.
  12128.      *
  12129.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12130.      */
  12131.     protected function getH1webblogBlogVisibility_RepositoryService()
  12132.     {
  12133.         return $this->services['h1webblog_blog_visibility.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition'] ?? $this->getBlogVisibilityDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12134.     }
  12135.     /**
  12136.      * Gets the public 'h1webblog_category.repository' shared service.
  12137.      *
  12138.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12139.      */
  12140.     protected function getH1webblogCategory_RepositoryService()
  12141.     {
  12142.         return $this->services['h1webblog_category.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition'] ?? $this->getBlogCategoryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12143.     }
  12144.     /**
  12145.      * Gets the public 'h1webblog_category_tree.repository' shared service.
  12146.      *
  12147.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12148.      */
  12149.     protected function getH1webblogCategoryTree_RepositoryService()
  12150.     {
  12151.         return $this->services['h1webblog_category_tree.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition'] ?? $this->getBlogCategoryTreeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12152.     }
  12153.     /**
  12154.      * Gets the public 'h1webblog_option.repository' shared service.
  12155.      *
  12156.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12157.      */
  12158.     protected function getH1webblogOption_RepositoryService()
  12159.     {
  12160.         return $this->services['h1webblog_option.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition'] ?? $this->getBlogOptionDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12161.     }
  12162.     /**
  12163.      * Gets the public 'h1webblog_property.repository' shared service.
  12164.      *
  12165.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12166.      */
  12167.     protected function getH1webblogProperty_RepositoryService()
  12168.     {
  12169.         return $this->services['h1webblog_property.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition'] ?? $this->getBlogPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12170.     }
  12171.     /**
  12172.      * Gets the public 'h1webblog_tag.repository' shared service.
  12173.      *
  12174.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12175.      */
  12176.     protected function getH1webblogTag_RepositoryService()
  12177.     {
  12178.         return $this->services['h1webblog_tag.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition'] ?? $this->getBlogTagDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12179.     }
  12180.     /**
  12181.      * Gets the public 'http_kernel' shared service.
  12182.      *
  12183.      * @return \Symfony\Component\HttpKernel\HttpKernel
  12184.      */
  12185.     protected function getHttpKernelService()
  12186.     {
  12187.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  12188.         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 () {
  12189.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  12190.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  12191.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  12192.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  12193.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  12194.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  12195.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  12196.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  12197.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  12198.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  12199.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  12200.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  12201.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  12202.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  12203.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  12204.         }, 15)), $a));
  12205.     }
  12206.     /**
  12207.      * Gets the public 'import_export_file.repository' shared service.
  12208.      *
  12209.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12210.      */
  12211.     protected function getImportExportFile_RepositoryService()
  12212.     {
  12213.         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()));
  12214.     }
  12215.     /**
  12216.      * Gets the public 'import_export_log.repository' shared service.
  12217.      *
  12218.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12219.      */
  12220.     protected function getImportExportLog_RepositoryService()
  12221.     {
  12222.         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()));
  12223.     }
  12224.     /**
  12225.      * Gets the public 'import_export_profile.repository' shared service.
  12226.      *
  12227.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12228.      */
  12229.     protected function getImportExportProfile_RepositoryService()
  12230.     {
  12231.         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()));
  12232.     }
  12233.     /**
  12234.      * Gets the public 'import_export_profile_translation.repository' shared service.
  12235.      *
  12236.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12237.      */
  12238.     protected function getImportExportProfileTranslation_RepositoryService()
  12239.     {
  12240.         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()));
  12241.     }
  12242.     /**
  12243.      * Gets the public 'integration.repository' shared service.
  12244.      *
  12245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12246.      */
  12247.     protected function getIntegration_RepositoryService()
  12248.     {
  12249.         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()));
  12250.     }
  12251.     /**
  12252.      * Gets the public 'integration_role.repository' shared service.
  12253.      *
  12254.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12255.      */
  12256.     protected function getIntegrationRole_RepositoryService()
  12257.     {
  12258.         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()));
  12259.     }
  12260.     /**
  12261.      * Gets the public 'laenen_grid.filesystem.private' shared service.
  12262.      *
  12263.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12264.      */
  12265.     protected function getLaenenGrid_Filesystem_PrivateService()
  12266.     {
  12267.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12269.         return $this->services['laenen_grid.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/laenen_grid');
  12270.     }
  12271.     /**
  12272.      * Gets the public 'laenen_grid.filesystem.public' shared service.
  12273.      *
  12274.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12275.      */
  12276.     protected function getLaenenGrid_Filesystem_PublicService()
  12277.     {
  12278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12280.         return $this->services['laenen_grid.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/laenen_grid');
  12281.     }
  12282.     /**
  12283.      * Gets the public 'landing_page.repository' shared service.
  12284.      *
  12285.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12286.      */
  12287.     protected function getLandingPage_RepositoryService()
  12288.     {
  12289.         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()));
  12290.     }
  12291.     /**
  12292.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  12293.      *
  12294.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12295.      */
  12296.     protected function getLandingPageSalesChannel_RepositoryService()
  12297.     {
  12298.         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()));
  12299.     }
  12300.     /**
  12301.      * Gets the public 'landing_page_tag.repository' shared service.
  12302.      *
  12303.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12304.      */
  12305.     protected function getLandingPageTag_RepositoryService()
  12306.     {
  12307.         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()));
  12308.     }
  12309.     /**
  12310.      * Gets the public 'landing_page_translation.repository' shared service.
  12311.      *
  12312.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12313.      */
  12314.     protected function getLandingPageTranslation_RepositoryService()
  12315.     {
  12316.         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()));
  12317.     }
  12318.     /**
  12319.      * Gets the public 'language.repository' shared service.
  12320.      *
  12321.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12322.      */
  12323.     protected function getLanguage_RepositoryService()
  12324.     {
  12325.         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()));
  12326.     }
  12327.     /**
  12328.      * Gets the public 'locale.repository' shared service.
  12329.      *
  12330.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12331.      */
  12332.     protected function getLocale_RepositoryService()
  12333.     {
  12334.         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()));
  12335.     }
  12336.     /**
  12337.      * Gets the public 'locale_translation.repository' shared service.
  12338.      *
  12339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12340.      */
  12341.     protected function getLocaleTranslation_RepositoryService()
  12342.     {
  12343.         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()));
  12344.     }
  12345.     /**
  12346.      * Gets the public 'log_entry.repository' shared service.
  12347.      *
  12348.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12349.      */
  12350.     protected function getLogEntry_RepositoryService()
  12351.     {
  12352.         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()));
  12353.     }
  12354.     /**
  12355.      * Gets the public 'mail_header_footer.repository' shared service.
  12356.      *
  12357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12358.      */
  12359.     protected function getMailHeaderFooter_RepositoryService()
  12360.     {
  12361.         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()));
  12362.     }
  12363.     /**
  12364.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  12365.      *
  12366.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12367.      */
  12368.     protected function getMailHeaderFooterTranslation_RepositoryService()
  12369.     {
  12370.         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()));
  12371.     }
  12372.     /**
  12373.      * Gets the public 'mail_template.repository' shared service.
  12374.      *
  12375.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12376.      */
  12377.     protected function getMailTemplate_RepositoryService()
  12378.     {
  12379.         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()));
  12380.     }
  12381.     /**
  12382.      * Gets the public 'mail_template_media.repository' shared service.
  12383.      *
  12384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12385.      */
  12386.     protected function getMailTemplateMedia_RepositoryService()
  12387.     {
  12388.         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()));
  12389.     }
  12390.     /**
  12391.      * Gets the public 'mail_template_translation.repository' shared service.
  12392.      *
  12393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12394.      */
  12395.     protected function getMailTemplateTranslation_RepositoryService()
  12396.     {
  12397.         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()));
  12398.     }
  12399.     /**
  12400.      * Gets the public 'mail_template_type.repository' shared service.
  12401.      *
  12402.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12403.      */
  12404.     protected function getMailTemplateType_RepositoryService()
  12405.     {
  12406.         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()));
  12407.     }
  12408.     /**
  12409.      * Gets the public 'mail_template_type_translation.repository' shared service.
  12410.      *
  12411.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12412.      */
  12413.     protected function getMailTemplateTypeTranslation_RepositoryService()
  12414.     {
  12415.         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()));
  12416.     }
  12417.     /**
  12418.      * Gets the public 'main_category.repository' shared service.
  12419.      *
  12420.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12421.      */
  12422.     protected function getMainCategory_RepositoryService()
  12423.     {
  12424.         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()));
  12425.     }
  12426.     /**
  12427.      * Gets the public 'maintenance.filesystem.private' shared service.
  12428.      *
  12429.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12430.      */
  12431.     protected function getMaintenance_Filesystem_PrivateService()
  12432.     {
  12433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12435.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  12436.     }
  12437.     /**
  12438.      * Gets the public 'maintenance.filesystem.public' shared service.
  12439.      *
  12440.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12441.      */
  12442.     protected function getMaintenance_Filesystem_PublicService()
  12443.     {
  12444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12446.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  12447.     }
  12448.     /**
  12449.      * Gets the public 'media.repository' shared service.
  12450.      *
  12451.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  12452.      */
  12453.     protected function getMedia_RepositoryService()
  12454.     {
  12455.         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())));
  12456.     }
  12457.     /**
  12458.      * Gets the public 'media_default_folder.repository' shared service.
  12459.      *
  12460.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12461.      */
  12462.     protected function getMediaDefaultFolder_RepositoryService()
  12463.     {
  12464.         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()));
  12465.     }
  12466.     /**
  12467.      * Gets the public 'media_folder.repository' shared service.
  12468.      *
  12469.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator
  12470.      */
  12471.     protected function getMediaFolder_RepositoryService()
  12472.     {
  12473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  12474.         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())));
  12475.     }
  12476.     /**
  12477.      * Gets the public 'media_folder_configuration.repository' shared service.
  12478.      *
  12479.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12480.      */
  12481.     protected function getMediaFolderConfiguration_RepositoryService()
  12482.     {
  12483.         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()));
  12484.     }
  12485.     /**
  12486.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  12487.      *
  12488.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12489.      */
  12490.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  12491.     {
  12492.         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()));
  12493.     }
  12494.     /**
  12495.      * Gets the public 'media_tag.repository' shared service.
  12496.      *
  12497.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12498.      */
  12499.     protected function getMediaTag_RepositoryService()
  12500.     {
  12501.         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()));
  12502.     }
  12503.     /**
  12504.      * Gets the public 'media_thumbnail.repository' shared service.
  12505.      *
  12506.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  12507.      */
  12508.     protected function getMediaThumbnail_RepositoryService()
  12509.     {
  12510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  12511.         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())));
  12512.     }
  12513.     /**
  12514.      * Gets the public 'media_thumbnail_size.repository' shared service.
  12515.      *
  12516.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12517.      */
  12518.     protected function getMediaThumbnailSize_RepositoryService()
  12519.     {
  12520.         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()));
  12521.     }
  12522.     /**
  12523.      * Gets the public 'media_translation.repository' shared service.
  12524.      *
  12525.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12526.      */
  12527.     protected function getMediaTranslation_RepositoryService()
  12528.     {
  12529.         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()));
  12530.     }
  12531.     /**
  12532.      * Gets the public 'mes_amis.filesystem.private' shared service.
  12533.      *
  12534.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12535.      */
  12536.     protected function getMesAmis_Filesystem_PrivateService()
  12537.     {
  12538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12540.         return $this->services['mes_amis.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/mes_amis');
  12541.     }
  12542.     /**
  12543.      * Gets the public 'mes_amis.filesystem.public' shared service.
  12544.      *
  12545.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12546.      */
  12547.     protected function getMesAmis_Filesystem_PublicService()
  12548.     {
  12549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12551.         return $this->services['mes_amis.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/mes_amis');
  12552.     }
  12553.     /**
  12554.      * Gets the public 'message_queue_stats.repository' shared service.
  12555.      *
  12556.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12557.      */
  12558.     protected function getMessageQueueStats_RepositoryService()
  12559.     {
  12560.         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()));
  12561.     }
  12562.     /**
  12563.      * Gets the public 'messenger.default_bus' shared service.
  12564.      *
  12565.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  12566.      */
  12567.     protected function getMessenger_DefaultBusService()
  12568.     {
  12569.         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 () {
  12570.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  12571.             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')));
  12572.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  12573.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  12574.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  12575.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  12576.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  12577.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  12578.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  12579.     }
  12580.     /**
  12581.      * Gets the public 'monolog.logger.business_events' shared service.
  12582.      *
  12583.      * @return \Symfony\Bridge\Monolog\Logger
  12584.      */
  12585.     protected function getMonolog_Logger_BusinessEventsService()
  12586.     {
  12587.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  12588.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12589.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  12590.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12591.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  12592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  12593.         return $instance;
  12594.     }
  12595.     /**
  12596.      * Gets the public 'netzp_gallery6.filesystem.private' shared service.
  12597.      *
  12598.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12599.      */
  12600.     protected function getNetzpGallery6_Filesystem_PrivateService()
  12601.     {
  12602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12604.         return $this->services['netzp_gallery6.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/netzp_gallery6');
  12605.     }
  12606.     /**
  12607.      * Gets the public 'netzp_gallery6.filesystem.public' shared service.
  12608.      *
  12609.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12610.      */
  12611.     protected function getNetzpGallery6_Filesystem_PublicService()
  12612.     {
  12613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12615.         return $this->services['netzp_gallery6.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/netzp_gallery6');
  12616.     }
  12617.     /**
  12618.      * Gets the public 'newsletter_recipient.repository' shared service.
  12619.      *
  12620.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12621.      */
  12622.     protected function getNewsletterRecipient_RepositoryService()
  12623.     {
  12624.         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()));
  12625.     }
  12626.     /**
  12627.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  12628.      *
  12629.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12630.      */
  12631.     protected function getNewsletterRecipientTag_RepositoryService()
  12632.     {
  12633.         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()));
  12634.     }
  12635.     /**
  12636.      * Gets the public 'notification.repository' shared service.
  12637.      *
  12638.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12639.      */
  12640.     protected function getNotification_RepositoryService()
  12641.     {
  12642.         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()));
  12643.     }
  12644.     /**
  12645.      * Gets the public 'number_range.repository' shared service.
  12646.      *
  12647.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12648.      */
  12649.     protected function getNumberRange_RepositoryService()
  12650.     {
  12651.         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()));
  12652.     }
  12653.     /**
  12654.      * Gets the public 'number_range_sales_channel.repository' shared service.
  12655.      *
  12656.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12657.      */
  12658.     protected function getNumberRangeSalesChannel_RepositoryService()
  12659.     {
  12660.         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()));
  12661.     }
  12662.     /**
  12663.      * Gets the public 'number_range_state.repository' shared service.
  12664.      *
  12665.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12666.      */
  12667.     protected function getNumberRangeState_RepositoryService()
  12668.     {
  12669.         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()));
  12670.     }
  12671.     /**
  12672.      * Gets the public 'number_range_translation.repository' shared service.
  12673.      *
  12674.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12675.      */
  12676.     protected function getNumberRangeTranslation_RepositoryService()
  12677.     {
  12678.         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()));
  12679.     }
  12680.     /**
  12681.      * Gets the public 'number_range_type.repository' shared service.
  12682.      *
  12683.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12684.      */
  12685.     protected function getNumberRangeType_RepositoryService()
  12686.     {
  12687.         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()));
  12688.     }
  12689.     /**
  12690.      * Gets the public 'number_range_type_translation.repository' shared service.
  12691.      *
  12692.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12693.      */
  12694.     protected function getNumberRangeTypeTranslation_RepositoryService()
  12695.     {
  12696.         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()));
  12697.     }
  12698.     /**
  12699.      * Gets the public 'order.repository' shared service.
  12700.      *
  12701.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12702.      */
  12703.     protected function getOrder_RepositoryService()
  12704.     {
  12705.         return $this->services['order.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  12706.     }
  12707.     /**
  12708.      * Gets the public 'order_address.repository' shared service.
  12709.      *
  12710.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12711.      */
  12712.     protected function getOrderAddress_RepositoryService()
  12713.     {
  12714.         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()));
  12715.     }
  12716.     /**
  12717.      * Gets the public 'order_customer.repository' shared service.
  12718.      *
  12719.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12720.      */
  12721.     protected function getOrderCustomer_RepositoryService()
  12722.     {
  12723.         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()));
  12724.     }
  12725.     /**
  12726.      * Gets the public 'order_delivery.repository' shared service.
  12727.      *
  12728.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12729.      */
  12730.     protected function getOrderDelivery_RepositoryService()
  12731.     {
  12732.         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()));
  12733.     }
  12734.     /**
  12735.      * Gets the public 'order_delivery_position.repository' shared service.
  12736.      *
  12737.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12738.      */
  12739.     protected function getOrderDeliveryPosition_RepositoryService()
  12740.     {
  12741.         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()));
  12742.     }
  12743.     /**
  12744.      * Gets the public 'order_line_item.repository' shared service.
  12745.      *
  12746.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12747.      */
  12748.     protected function getOrderLineItem_RepositoryService()
  12749.     {
  12750.         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()));
  12751.     }
  12752.     /**
  12753.      * Gets the public 'order_tag.repository' shared service.
  12754.      *
  12755.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12756.      */
  12757.     protected function getOrderTag_RepositoryService()
  12758.     {
  12759.         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()));
  12760.     }
  12761.     /**
  12762.      * Gets the public 'order_transaction.repository' shared service.
  12763.      *
  12764.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12765.      */
  12766.     protected function getOrderTransaction_RepositoryService()
  12767.     {
  12768.         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()));
  12769.     }
  12770.     /**
  12771.      * Gets the public 'order_transaction_capture.repository' shared service.
  12772.      *
  12773.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12774.      */
  12775.     protected function getOrderTransactionCapture_RepositoryService()
  12776.     {
  12777.         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()));
  12778.     }
  12779.     /**
  12780.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  12781.      *
  12782.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12783.      */
  12784.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  12785.     {
  12786.         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()));
  12787.     }
  12788.     /**
  12789.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  12790.      *
  12791.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12792.      */
  12793.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  12794.     {
  12795.         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()));
  12796.     }
  12797.     /**
  12798.      * Gets the public 'payment_method.repository' shared service.
  12799.      *
  12800.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator
  12801.      */
  12802.     protected function getPaymentMethod_RepositoryService()
  12803.     {
  12804.         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())));
  12805.     }
  12806.     /**
  12807.      * Gets the public 'payment_method_translation.repository' shared service.
  12808.      *
  12809.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12810.      */
  12811.     protected function getPaymentMethodTranslation_RepositoryService()
  12812.     {
  12813.         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()));
  12814.     }
  12815.     /**
  12816.      * Gets the public 'plugin.repository' shared service.
  12817.      *
  12818.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12819.      */
  12820.     protected function getPlugin_RepositoryService()
  12821.     {
  12822.         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()));
  12823.     }
  12824.     /**
  12825.      * Gets the public 'plugin_translation.repository' shared service.
  12826.      *
  12827.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12828.      */
  12829.     protected function getPluginTranslation_RepositoryService()
  12830.     {
  12831.         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()));
  12832.     }
  12833.     /**
  12834.      * Gets the public 'product.repository' shared service.
  12835.      *
  12836.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12837.      */
  12838.     protected function getProduct_RepositoryService()
  12839.     {
  12840.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  12841.         $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);
  12842.         $instance->setEntityLoadedEventFactory($a);
  12843.         return $instance;
  12844.     }
  12845.     /**
  12846.      * Gets the public 'product_category.repository' shared service.
  12847.      *
  12848.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12849.      */
  12850.     protected function getProductCategory_RepositoryService()
  12851.     {
  12852.         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()));
  12853.     }
  12854.     /**
  12855.      * Gets the public 'product_category_tree.repository' shared service.
  12856.      *
  12857.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12858.      */
  12859.     protected function getProductCategoryTree_RepositoryService()
  12860.     {
  12861.         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()));
  12862.     }
  12863.     /**
  12864.      * Gets the public 'product_configurator_setting.repository' shared service.
  12865.      *
  12866.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12867.      */
  12868.     protected function getProductConfiguratorSetting_RepositoryService()
  12869.     {
  12870.         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()));
  12871.     }
  12872.     /**
  12873.      * Gets the public 'product_cross_selling.repository' shared service.
  12874.      *
  12875.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12876.      */
  12877.     protected function getProductCrossSelling_RepositoryService()
  12878.     {
  12879.         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()));
  12880.     }
  12881.     /**
  12882.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  12883.      *
  12884.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12885.      */
  12886.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  12887.     {
  12888.         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()));
  12889.     }
  12890.     /**
  12891.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  12892.      *
  12893.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12894.      */
  12895.     protected function getProductCrossSellingTranslation_RepositoryService()
  12896.     {
  12897.         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()));
  12898.     }
  12899.     /**
  12900.      * Gets the public 'product_custom_field_set.repository' shared service.
  12901.      *
  12902.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12903.      */
  12904.     protected function getProductCustomFieldSet_RepositoryService()
  12905.     {
  12906.         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()));
  12907.     }
  12908.     /**
  12909.      * Gets the public 'product_export.repository' shared service.
  12910.      *
  12911.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12912.      */
  12913.     protected function getProductExport_RepositoryService()
  12914.     {
  12915.         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()));
  12916.     }
  12917.     /**
  12918.      * Gets the public 'product_feature_set.repository' shared service.
  12919.      *
  12920.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12921.      */
  12922.     protected function getProductFeatureSet_RepositoryService()
  12923.     {
  12924.         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()));
  12925.     }
  12926.     /**
  12927.      * Gets the public 'product_feature_set_translation.repository' shared service.
  12928.      *
  12929.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12930.      */
  12931.     protected function getProductFeatureSetTranslation_RepositoryService()
  12932.     {
  12933.         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()));
  12934.     }
  12935.     /**
  12936.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  12937.      *
  12938.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12939.      */
  12940.     protected function getProductKeywordDictionary_RepositoryService()
  12941.     {
  12942.         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()));
  12943.     }
  12944.     /**
  12945.      * Gets the public 'product_manufacturer.repository' shared service.
  12946.      *
  12947.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12948.      */
  12949.     protected function getProductManufacturer_RepositoryService()
  12950.     {
  12951.         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()));
  12952.     }
  12953.     /**
  12954.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  12955.      *
  12956.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12957.      */
  12958.     protected function getProductManufacturerTranslation_RepositoryService()
  12959.     {
  12960.         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()));
  12961.     }
  12962.     /**
  12963.      * Gets the public 'product_media.repository' shared service.
  12964.      *
  12965.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12966.      */
  12967.     protected function getProductMedia_RepositoryService()
  12968.     {
  12969.         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()));
  12970.     }
  12971.     /**
  12972.      * Gets the public 'product_option.repository' shared service.
  12973.      *
  12974.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12975.      */
  12976.     protected function getProductOption_RepositoryService()
  12977.     {
  12978.         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()));
  12979.     }
  12980.     /**
  12981.      * Gets the public 'product_price.repository' shared service.
  12982.      *
  12983.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12984.      */
  12985.     protected function getProductPrice_RepositoryService()
  12986.     {
  12987.         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()));
  12988.     }
  12989.     /**
  12990.      * Gets the public 'product_property.repository' shared service.
  12991.      *
  12992.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12993.      */
  12994.     protected function getProductProperty_RepositoryService()
  12995.     {
  12996.         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()));
  12997.     }
  12998.     /**
  12999.      * Gets the public 'product_review.repository' shared service.
  13000.      *
  13001.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13002.      */
  13003.     protected function getProductReview_RepositoryService()
  13004.     {
  13005.         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()));
  13006.     }
  13007.     /**
  13008.      * Gets the public 'product_search_config.repository' shared service.
  13009.      *
  13010.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13011.      */
  13012.     protected function getProductSearchConfig_RepositoryService()
  13013.     {
  13014.         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()));
  13015.     }
  13016.     /**
  13017.      * Gets the public 'product_search_config_field.repository' shared service.
  13018.      *
  13019.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13020.      */
  13021.     protected function getProductSearchConfigField_RepositoryService()
  13022.     {
  13023.         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()));
  13024.     }
  13025.     /**
  13026.      * Gets the public 'product_search_keyword.repository' shared service.
  13027.      *
  13028.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13029.      */
  13030.     protected function getProductSearchKeyword_RepositoryService()
  13031.     {
  13032.         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()));
  13033.     }
  13034.     /**
  13035.      * Gets the public 'product_sorting.repository' shared service.
  13036.      *
  13037.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13038.      */
  13039.     protected function getProductSorting_RepositoryService()
  13040.     {
  13041.         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()));
  13042.     }
  13043.     /**
  13044.      * Gets the public 'product_sorting_translation.repository' shared service.
  13045.      *
  13046.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13047.      */
  13048.     protected function getProductSortingTranslation_RepositoryService()
  13049.     {
  13050.         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()));
  13051.     }
  13052.     /**
  13053.      * Gets the public 'product_stream.repository' shared service.
  13054.      *
  13055.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13056.      */
  13057.     protected function getProductStream_RepositoryService()
  13058.     {
  13059.         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()));
  13060.     }
  13061.     /**
  13062.      * Gets the public 'product_stream_filter.repository' shared service.
  13063.      *
  13064.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13065.      */
  13066.     protected function getProductStreamFilter_RepositoryService()
  13067.     {
  13068.         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()));
  13069.     }
  13070.     /**
  13071.      * Gets the public 'product_stream_mapping.repository' shared service.
  13072.      *
  13073.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13074.      */
  13075.     protected function getProductStreamMapping_RepositoryService()
  13076.     {
  13077.         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()));
  13078.     }
  13079.     /**
  13080.      * Gets the public 'product_stream_translation.repository' shared service.
  13081.      *
  13082.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13083.      */
  13084.     protected function getProductStreamTranslation_RepositoryService()
  13085.     {
  13086.         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()));
  13087.     }
  13088.     /**
  13089.      * Gets the public 'product_tag.repository' shared service.
  13090.      *
  13091.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13092.      */
  13093.     protected function getProductTag_RepositoryService()
  13094.     {
  13095.         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()));
  13096.     }
  13097.     /**
  13098.      * Gets the public 'product_translation.repository' shared service.
  13099.      *
  13100.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13101.      */
  13102.     protected function getProductTranslation_RepositoryService()
  13103.     {
  13104.         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()));
  13105.     }
  13106.     /**
  13107.      * Gets the public 'product_visibility.repository' shared service.
  13108.      *
  13109.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13110.      */
  13111.     protected function getProductVisibility_RepositoryService()
  13112.     {
  13113.         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()));
  13114.     }
  13115.     /**
  13116.      * Gets the public 'profiling.filesystem.private' shared service.
  13117.      *
  13118.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13119.      */
  13120.     protected function getProfiling_Filesystem_PrivateService()
  13121.     {
  13122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13124.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  13125.     }
  13126.     /**
  13127.      * Gets the public 'profiling.filesystem.public' shared service.
  13128.      *
  13129.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  13130.      */
  13131.     protected function getProfiling_Filesystem_PublicService()
  13132.     {
  13133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  13134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  13135.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  13136.     }
  13137.     /**
  13138.      * Gets the public 'promotion.repository' shared service.
  13139.      *
  13140.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13141.      */
  13142.     protected function getPromotion_RepositoryService()
  13143.     {
  13144.         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()));
  13145.     }
  13146.     /**
  13147.      * Gets the public 'promotion_cart_rule.repository' shared service.
  13148.      *
  13149.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13150.      */
  13151.     protected function getPromotionCartRule_RepositoryService()
  13152.     {
  13153.         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()));
  13154.     }
  13155.     /**
  13156.      * Gets the public 'promotion_discount.repository' shared service.
  13157.      *
  13158.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13159.      */
  13160.     protected function getPromotionDiscount_RepositoryService()
  13161.     {
  13162.         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()));
  13163.     }
  13164.     /**
  13165.      * Gets the public 'promotion_discount_prices.repository' shared service.
  13166.      *
  13167.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13168.      */
  13169.     protected function getPromotionDiscountPrices_RepositoryService()
  13170.     {
  13171.         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()));
  13172.     }
  13173.     /**
  13174.      * Gets the public 'promotion_discount_rule.repository' shared service.
  13175.      *
  13176.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13177.      */
  13178.     protected function getPromotionDiscountRule_RepositoryService()
  13179.     {
  13180.         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()));
  13181.     }
  13182.     /**
  13183.      * Gets the public 'promotion_individual_code.repository' shared service.
  13184.      *
  13185.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13186.      */
  13187.     protected function getPromotionIndividualCode_RepositoryService()
  13188.     {
  13189.         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()));
  13190.     }
  13191.     /**
  13192.      * Gets the public 'promotion_order_rule.repository' shared service.
  13193.      *
  13194.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13195.      */
  13196.     protected function getPromotionOrderRule_RepositoryService()
  13197.     {
  13198.         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()));
  13199.     }
  13200.     /**
  13201.      * Gets the public 'promotion_persona_customer.repository' shared service.
  13202.      *
  13203.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13204.      */
  13205.     protected function getPromotionPersonaCustomer_RepositoryService()
  13206.     {
  13207.         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()));
  13208.     }
  13209.     /**
  13210.      * Gets the public 'promotion_persona_rule.repository' shared service.
  13211.      *
  13212.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13213.      */
  13214.     protected function getPromotionPersonaRule_RepositoryService()
  13215.     {
  13216.         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()));
  13217.     }
  13218.     /**
  13219.      * Gets the public 'promotion_sales_channel.repository' shared service.
  13220.      *
  13221.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13222.      */
  13223.     protected function getPromotionSalesChannel_RepositoryService()
  13224.     {
  13225.         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()));
  13226.     }
  13227.     /**
  13228.      * Gets the public 'promotion_setgroup.repository' shared service.
  13229.      *
  13230.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13231.      */
  13232.     protected function getPromotionSetgroup_RepositoryService()
  13233.     {
  13234.         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()));
  13235.     }
  13236.     /**
  13237.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  13238.      *
  13239.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13240.      */
  13241.     protected function getPromotionSetgroupRule_RepositoryService()
  13242.     {
  13243.         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()));
  13244.     }
  13245.     /**
  13246.      * Gets the public 'promotion_translation.repository' shared service.
  13247.      *
  13248.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13249.      */
  13250.     protected function getPromotionTranslation_RepositoryService()
  13251.     {
  13252.         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()));
  13253.     }
  13254.     /**
  13255.      * Gets the public 'property_group.repository' shared service.
  13256.      *
  13257.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13258.      */
  13259.     protected function getPropertyGroup_RepositoryService()
  13260.     {
  13261.         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()));
  13262.     }
  13263.     /**
  13264.      * Gets the public 'property_group_option.repository' shared service.
  13265.      *
  13266.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13267.      */
  13268.     protected function getPropertyGroupOption_RepositoryService()
  13269.     {
  13270.         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()));
  13271.     }
  13272.     /**
  13273.      * Gets the public 'property_group_option_translation.repository' shared service.
  13274.      *
  13275.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13276.      */
  13277.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  13278.     {
  13279.         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()));
  13280.     }
  13281.     /**
  13282.      * Gets the public 'property_group_translation.repository' shared service.
  13283.      *
  13284.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13285.      */
  13286.     protected function getPropertyGroupTranslation_RepositoryService()
  13287.     {
  13288.         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()));
  13289.     }
  13290.     /**
  13291.      * Gets the public 'request_stack' shared service.
  13292.      *
  13293.      * @return \Symfony\Component\HttpFoundation\RequestStack
  13294.      */
  13295.     protected function getRequestStackService()
  13296.     {
  13297.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  13298.     }
  13299.     /**
  13300.      * Gets the public 'router' shared service.
  13301.      *
  13302.      * @return \Websignaal\SeoRedirects\Service\ServiceDecorator
  13303.      */
  13304.     protected function getRouterService()
  13305.     {
  13306.         return $this->services['router'] = new \Websignaal\SeoRedirects\Service\ServiceDecorator(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()))), ($this->services['ws_redirect.repository'] ?? $this->getWsRedirect_RepositoryService()), ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()));
  13307.     }
  13308.     /**
  13309.      * Gets the public 'routing.loader' shared service.
  13310.      *
  13311.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  13312.      */
  13313.     protected function getRouting_LoaderService()
  13314.     {
  13315.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  13316.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  13317.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  13321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  13322.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  13323.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  13324.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  13325.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  13326.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  13327.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  13328.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  13332.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  13333.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  13334.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  13335.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  13336.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  13337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  13338.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  13339.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  13340.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  13341.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  13342.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  13343.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  13344.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  13345.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  13346.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  13347.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  13348.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  13349.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13350.             'kernel' => ['services''kernel''getKernelService'false],
  13351.         ], [
  13352.             'kernel' => 'Shopware\\Core\\Kernel',
  13353.         ]), 'dev'));
  13354.         $a->addLoader($c);
  13355.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  13356.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  13357.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  13358.     }
  13359.     /**
  13360.      * Gets the public 'rule.repository' shared service.
  13361.      *
  13362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13363.      */
  13364.     protected function getRule_RepositoryService()
  13365.     {
  13366.         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()));
  13367.     }
  13368.     /**
  13369.      * Gets the public 'rule_condition.repository' shared service.
  13370.      *
  13371.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13372.      */
  13373.     protected function getRuleCondition_RepositoryService()
  13374.     {
  13375.         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()));
  13376.     }
  13377.     /**
  13378.      * Gets the public 'rule_tag.repository' shared service.
  13379.      *
  13380.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13381.      */
  13382.     protected function getRuleTag_RepositoryService()
  13383.     {
  13384.         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()));
  13385.     }
  13386.     /**
  13387.      * Gets the public 's_plugin_netzp_gallery.repository' shared service.
  13388.      *
  13389.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13390.      */
  13391.     protected function getSPluginNetzpGallery_RepositoryService()
  13392.     {
  13393.         return $this->services['s_plugin_netzp_gallery.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition'] ?? $this->getGalleryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13394.     }
  13395.     /**
  13396.      * Gets the public 's_plugin_netzp_gallery_entry.repository' shared service.
  13397.      *
  13398.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13399.      */
  13400.     protected function getSPluginNetzpGalleryEntry_RepositoryService()
  13401.     {
  13402.         return $this->services['s_plugin_netzp_gallery_entry.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition'] ?? $this->getGalleryEntryDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13403.     }
  13404.     /**
  13405.      * Gets the public 's_plugin_netzp_gallery_entry_translation.repository' shared service.
  13406.      *
  13407.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13408.      */
  13409.     protected function getSPluginNetzpGalleryEntryTranslation_RepositoryService()
  13410.     {
  13411.         return $this->services['s_plugin_netzp_gallery_entry_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition'] ?? $this->getGalleryEntryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13412.     }
  13413.     /**
  13414.      * Gets the public 's_plugin_netzp_gallery_media.repository' shared service.
  13415.      *
  13416.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13417.      */
  13418.     protected function getSPluginNetzpGalleryMedia_RepositoryService()
  13419.     {
  13420.         return $this->services['s_plugin_netzp_gallery_media.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition'] ?? $this->getGalleryMediaDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13421.     }
  13422.     /**
  13423.      * Gets the public 's_plugin_netzp_gallery_product.repository' shared service.
  13424.      *
  13425.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13426.      */
  13427.     protected function getSPluginNetzpGalleryProduct_RepositoryService()
  13428.     {
  13429.         return $this->services['s_plugin_netzp_gallery_product.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition'] ?? $this->getGalleryProductDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13430.     }
  13431.     /**
  13432.      * Gets the public 's_plugin_netzp_gallery_translation.repository' shared service.
  13433.      *
  13434.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13435.      */
  13436.     protected function getSPluginNetzpGalleryTranslation_RepositoryService()
  13437.     {
  13438.         return $this->services['s_plugin_netzp_gallery_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition'] ?? $this->getGalleryTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  13439.     }
  13440.     /**
  13441.      * Gets the public 'sales_channel.category.repository' shared service.
  13442.      *
  13443.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13444.      */
  13445.     protected function getSalesChannel_Category_RepositoryService()
  13446.     {
  13447.         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()));
  13448.     }
  13449.     /**
  13450.      * Gets the public 'sales_channel.country.repository' shared service.
  13451.      *
  13452.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13453.      */
  13454.     protected function getSalesChannel_Country_RepositoryService()
  13455.     {
  13456.         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()));
  13457.     }
  13458.     /**
  13459.      * Gets the public 'sales_channel.country_state.repository' shared service.
  13460.      *
  13461.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13462.      */
  13463.     protected function getSalesChannel_CountryState_RepositoryService()
  13464.     {
  13465.         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()));
  13466.     }
  13467.     /**
  13468.      * Gets the public 'sales_channel.currency.repository' shared service.
  13469.      *
  13470.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13471.      */
  13472.     protected function getSalesChannel_Currency_RepositoryService()
  13473.     {
  13474.         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()));
  13475.     }
  13476.     /**
  13477.      * Gets the public 'sales_channel.h1webblog_blog.repository' shared service.
  13478.      *
  13479.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13480.      */
  13481.     protected function getSalesChannel_H1webblogBlog_RepositoryService()
  13482.     {
  13483.         return $this->services['sales_channel.h1webblog_blog.repository'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository(($this->services['H1web\\Blog\\Blog\\SalesChannel\\SalesChannelBlogDefinition'] ?? $this->getSalesChannelBlogDefinitionService()), ($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()));
  13484.     }
  13485.     /**
  13486.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  13487.      *
  13488.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13489.      */
  13490.     protected function getSalesChannel_LandingPage_RepositoryService()
  13491.     {
  13492.         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()));
  13493.     }
  13494.     /**
  13495.      * Gets the public 'sales_channel.language.repository' shared service.
  13496.      *
  13497.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13498.      */
  13499.     protected function getSalesChannel_Language_RepositoryService()
  13500.     {
  13501.         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()));
  13502.     }
  13503.     /**
  13504.      * Gets the public 'sales_channel.main_category.repository' shared service.
  13505.      *
  13506.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13507.      */
  13508.     protected function getSalesChannel_MainCategory_RepositoryService()
  13509.     {
  13510.         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()));
  13511.     }
  13512.     /**
  13513.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  13514.      *
  13515.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13516.      */
  13517.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  13518.     {
  13519.         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()));
  13520.     }
  13521.     /**
  13522.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  13523.      *
  13524.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13525.      */
  13526.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  13527.     {
  13528.         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()));
  13529.     }
  13530.     /**
  13531.      * Gets the public 'sales_channel.product.repository' shared service.
  13532.      *
  13533.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13534.      */
  13535.     protected function getSalesChannel_Product_RepositoryService()
  13536.     {
  13537.         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()));
  13538.     }
  13539.     /**
  13540.      * Gets the public 'sales_channel.repository' shared service.
  13541.      *
  13542.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13543.      */
  13544.     protected function getSalesChannel_RepositoryService()
  13545.     {
  13546.         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()));
  13547.     }
  13548.     /**
  13549.      * Gets the public 'sales_channel.salutation.repository' shared service.
  13550.      *
  13551.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13552.      */
  13553.     protected function getSalesChannel_Salutation_RepositoryService()
  13554.     {
  13555.         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()));
  13556.     }
  13557.     /**
  13558.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  13559.      *
  13560.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13561.      */
  13562.     protected function getSalesChannel_SeoUrl_RepositoryService()
  13563.     {
  13564.         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()));
  13565.     }
  13566.     /**
  13567.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  13568.      *
  13569.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  13570.      */
  13571.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  13572.     {
  13573.         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()));
  13574.     }
  13575.     /**
  13576.      * Gets the public 'sales_channel_analytics.repository' shared service.
  13577.      *
  13578.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13579.      */
  13580.     protected function getSalesChannelAnalytics_RepositoryService()
  13581.     {
  13582.         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()));
  13583.     }
  13584.     /**
  13585.      * Gets the public 'sales_channel_country.repository' shared service.
  13586.      *
  13587.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13588.      */
  13589.     protected function getSalesChannelCountry_RepositoryService()
  13590.     {
  13591.         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()));
  13592.     }
  13593.     /**
  13594.      * Gets the public 'sales_channel_currency.repository' shared service.
  13595.      *
  13596.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  13597.      */
  13598.     protected function getSalesChannelCurrency_RepositoryService()
  13599.     {
  13600.         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()));
  13601.     }
  13602.     /**
  13603.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition' shared service.
  13604.      *
  13605.      * @return \H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition
  13606.      */
  13607.     protected function getBlogCategoryTreeDefinition2Service()
  13608.     {
  13609.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogCategoryTree/BlogCategoryTreeDefinition.php';
  13610.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogCategoryTree\\BlogCategoryTreeDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogCategoryTree\BlogCategoryTreeDefinition();
  13611.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13612.         return $instance;
  13613.     }
  13614.     /**
  13615.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition' shared service.
  13616.      *
  13617.      * @return \H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition
  13618.      */
  13619.     protected function getBlogCategoryDefinition2Service()
  13620.     {
  13621.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogCategory/BlogCategoryDefinition.php';
  13622.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogCategory\\BlogCategoryDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogCategory\BlogCategoryDefinition();
  13623.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13624.         return $instance;
  13625.     }
  13626.     /**
  13627.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition' shared service.
  13628.      *
  13629.      * @return \H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition
  13630.      */
  13631.     protected function getBlogKeywordDictionaryDefinition2Service()
  13632.     {
  13633.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogKeywordDictionary/BlogKeywordDictionaryDefinition.php';
  13634.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogKeywordDictionary\\BlogKeywordDictionaryDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogKeywordDictionary\BlogKeywordDictionaryDefinition();
  13635.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13636.         return $instance;
  13637.     }
  13638.     /**
  13639.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition' shared service.
  13640.      *
  13641.      * @return \H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition
  13642.      */
  13643.     protected function getBlogOptionDefinition2Service()
  13644.     {
  13645.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogOption/BlogOptionDefinition.php';
  13646.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogOption\\BlogOptionDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogOption\BlogOptionDefinition();
  13647.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13648.         return $instance;
  13649.     }
  13650.     /**
  13651.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition' shared service.
  13652.      *
  13653.      * @return \H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition
  13654.      */
  13655.     protected function getBlogPropertyDefinition2Service()
  13656.     {
  13657.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogProperty/BlogPropertyDefinition.php';
  13658.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogProperty\\BlogPropertyDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogProperty\BlogPropertyDefinition();
  13659.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13660.         return $instance;
  13661.     }
  13662.     /**
  13663.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition' shared service.
  13664.      *
  13665.      * @return \H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition
  13666.      */
  13667.     protected function getBlogSearchKeywordDefinition2Service()
  13668.     {
  13669.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogSearchKeyword/BlogSearchKeywordDefinition.php';
  13670.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogSearchKeyword\\BlogSearchKeywordDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogSearchKeyword\BlogSearchKeywordDefinition();
  13671.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13672.         return $instance;
  13673.     }
  13674.     /**
  13675.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition' shared service.
  13676.      *
  13677.      * @return \H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition
  13678.      */
  13679.     protected function getBlogTagDefinition2Service()
  13680.     {
  13681.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogTag/BlogTagDefinition.php';
  13682.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogTag\\BlogTagDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogTag\BlogTagDefinition();
  13683.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13684.         return $instance;
  13685.     }
  13686.     /**
  13687.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition' shared service.
  13688.      *
  13689.      * @return \H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition
  13690.      */
  13691.     protected function getBlogTranslationDefinition2Service()
  13692.     {
  13693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13694.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogTranslation/BlogTranslationDefinition.php';
  13695.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogTranslation\\BlogTranslationDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogTranslation\BlogTranslationDefinition();
  13696.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13697.         return $instance;
  13698.     }
  13699.     /**
  13700.      * Gets the public 'sales_channel_definition.H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition' shared service.
  13701.      *
  13702.      * @return \H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition
  13703.      */
  13704.     protected function getBlogVisibilityDefinition2Service()
  13705.     {
  13706.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Aggregate/BlogVisibility/BlogVisibilityDefinition.php';
  13707.         $this->services['sales_channel_definition.H1web\\Blog\\Blog\\Aggregate\\BlogVisibility\\BlogVisibilityDefinition'] = $instance = new \H1web\Blog\Blog\Aggregate\BlogVisibility\BlogVisibilityDefinition();
  13708.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13709.         return $instance;
  13710.     }
  13711.     /**
  13712.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition' shared service.
  13713.      *
  13714.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition
  13715.      */
  13716.     protected function getGalleryEntryTranslationDefinition2Service()
  13717.     {
  13718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13719.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryEntryTranslation/GalleryEntryTranslationDefinition.php';
  13720.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryEntryTranslation\\GalleryEntryTranslationDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryEntryTranslation\GalleryEntryTranslationDefinition();
  13721.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13722.         return $instance;
  13723.     }
  13724.     /**
  13725.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition' shared service.
  13726.      *
  13727.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition
  13728.      */
  13729.     protected function getGalleryProductDefinition2Service()
  13730.     {
  13731.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryProduct/GalleryProductDefinition.php';
  13732.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryProduct\\GalleryProductDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryProduct\GalleryProductDefinition();
  13733.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13734.         return $instance;
  13735.     }
  13736.     /**
  13737.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition' shared service.
  13738.      *
  13739.      * @return \NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition
  13740.      */
  13741.     protected function getGalleryTranslationDefinition2Service()
  13742.     {
  13743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13744.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Aggregate/GalleryTranslation/GalleryTranslationDefinition.php';
  13745.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\Aggregate\\GalleryTranslation\\GalleryTranslationDefinition'] = $instance = new \NetzpGallery6\Core\Content\Aggregate\GalleryTranslation\GalleryTranslationDefinition();
  13746.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13747.         return $instance;
  13748.     }
  13749.     /**
  13750.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition' shared service.
  13751.      *
  13752.      * @return \NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition
  13753.      */
  13754.     protected function getGalleryEntryDefinition2Service()
  13755.     {
  13756.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/GalleryEntry/GalleryEntryDefinition.php';
  13757.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\GalleryEntry\\GalleryEntryDefinition'] = $instance = new \NetzpGallery6\Core\Content\GalleryEntry\GalleryEntryDefinition();
  13758.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13759.         return $instance;
  13760.     }
  13761.     /**
  13762.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition' shared service.
  13763.      *
  13764.      * @return \NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition
  13765.      */
  13766.     protected function getGalleryMediaDefinition2Service()
  13767.     {
  13768.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/GalleryMedia/GalleryMediaDefinition.php';
  13769.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\GalleryMedia\\GalleryMediaDefinition'] = $instance = new \NetzpGallery6\Core\Content\GalleryMedia\GalleryMediaDefinition();
  13770.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13771.         return $instance;
  13772.     }
  13773.     /**
  13774.      * Gets the public 'sales_channel_definition.NetzpGallery6\Core\Content\Gallery\GalleryDefinition' shared service.
  13775.      *
  13776.      * @return \NetzpGallery6\Core\Content\Gallery\GalleryDefinition
  13777.      */
  13778.     protected function getGalleryDefinition2Service()
  13779.     {
  13780.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Core/Content/Gallery/GalleryDefinition.php';
  13781.         $this->services['sales_channel_definition.NetzpGallery6\\Core\\Content\\Gallery\\GalleryDefinition'] = $instance = new \NetzpGallery6\Core\Content\Gallery\GalleryDefinition();
  13782.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13783.         return $instance;
  13784.     }
  13785.     /**
  13786.      * Gets the public 'sales_channel_definition.Scop\PlatformRedirecter\Redirect\RedirectDefinition' shared service.
  13787.      *
  13788.      * @return \Scop\PlatformRedirecter\Redirect\RedirectDefinition
  13789.      */
  13790.     protected function getRedirectDefinition2Service()
  13791.     {
  13792.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Redirect/RedirectDefinition.php';
  13793.         $this->services['sales_channel_definition.Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] = $instance = new \Scop\PlatformRedirecter\Redirect\RedirectDefinition();
  13794.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13795.         return $instance;
  13796.     }
  13797.     /**
  13798.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  13799.      *
  13800.      * @return \Shopware\Administration\Notification\NotificationDefinition
  13801.      */
  13802.     protected function getNotificationDefinition2Service()
  13803.     {
  13804.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  13805.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  13806.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13807.         return $instance;
  13808.     }
  13809.     /**
  13810.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  13811.      *
  13812.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  13813.      */
  13814.     protected function getAppAdministrationSnippetDefinition2Service()
  13815.     {
  13816.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  13817.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  13818.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13819.         return $instance;
  13820.     }
  13821.     /**
  13822.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  13823.      *
  13824.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  13825.      */
  13826.     protected function getCustomerAddressDefinition2Service()
  13827.     {
  13828.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  13829.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13830.         return $instance;
  13831.     }
  13832.     /**
  13833.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  13834.      *
  13835.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  13836.      */
  13837.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  13838.     {
  13839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  13840.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  13841.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13842.         return $instance;
  13843.     }
  13844.     /**
  13845.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  13846.      *
  13847.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  13848.      */
  13849.     protected function getCustomerGroupTranslationDefinition2Service()
  13850.     {
  13851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  13853.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  13854.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13855.         return $instance;
  13856.     }
  13857.     /**
  13858.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  13859.      *
  13860.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  13861.      */
  13862.     protected function getCustomerGroupDefinition2Service()
  13863.     {
  13864.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  13865.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13866.         return $instance;
  13867.     }
  13868.     /**
  13869.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  13870.      *
  13871.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  13872.      */
  13873.     protected function getCustomerRecoveryDefinition2Service()
  13874.     {
  13875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  13876.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  13877.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13878.         return $instance;
  13879.     }
  13880.     /**
  13881.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  13882.      *
  13883.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  13884.      */
  13885.     protected function getCustomerTagDefinition2Service()
  13886.     {
  13887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  13888.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  13889.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13890.         return $instance;
  13891.     }
  13892.     /**
  13893.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  13894.      *
  13895.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  13896.      */
  13897.     protected function getCustomerWishlistProductDefinition2Service()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  13900.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  13901.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13902.         return $instance;
  13903.     }
  13904.     /**
  13905.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  13906.      *
  13907.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  13908.      */
  13909.     protected function getCustomerWishlistDefinition2Service()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  13912.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  13913.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13914.         return $instance;
  13915.     }
  13916.     /**
  13917.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  13918.      *
  13919.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  13920.      */
  13921.     protected function getCustomerDefinition2Service()
  13922.     {
  13923.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  13924.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13925.         return $instance;
  13926.     }
  13927.     /**
  13928.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  13929.      *
  13930.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  13931.      */
  13932.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  13933.     {
  13934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  13935.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  13936.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13937.         return $instance;
  13938.     }
  13939.     /**
  13940.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  13941.      *
  13942.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  13943.      */
  13944.     protected function getDocumentBaseConfigDefinition2Service()
  13945.     {
  13946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  13947.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  13948.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13949.         return $instance;
  13950.     }
  13951.     /**
  13952.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  13953.      *
  13954.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  13955.      */
  13956.     protected function getDocumentTypeTranslationDefinition2Service()
  13957.     {
  13958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  13960.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  13961.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13962.         return $instance;
  13963.     }
  13964.     /**
  13965.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  13966.      *
  13967.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  13968.      */
  13969.     protected function getDocumentTypeDefinition2Service()
  13970.     {
  13971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  13972.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  13973.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13974.         return $instance;
  13975.     }
  13976.     /**
  13977.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  13978.      *
  13979.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  13980.      */
  13981.     protected function getDocumentDefinition2Service()
  13982.     {
  13983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  13984.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  13985.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13986.         return $instance;
  13987.     }
  13988.     /**
  13989.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  13990.      *
  13991.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  13992.      */
  13993.     protected function getOrderAddressDefinition2Service()
  13994.     {
  13995.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  13996.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13997.         return $instance;
  13998.     }
  13999.     /**
  14000.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  14001.      *
  14002.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  14003.      */
  14004.     protected function getOrderCustomerDefinition2Service()
  14005.     {
  14006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  14007.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  14008.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14009.         return $instance;
  14010.     }
  14011.     /**
  14012.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  14013.      *
  14014.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  14015.      */
  14016.     protected function getOrderDeliveryPositionDefinition2Service()
  14017.     {
  14018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  14019.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  14020.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14021.         return $instance;
  14022.     }
  14023.     /**
  14024.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  14025.      *
  14026.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  14027.      */
  14028.     protected function getOrderDeliveryDefinition2Service()
  14029.     {
  14030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  14031.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  14032.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14033.         return $instance;
  14034.     }
  14035.     /**
  14036.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  14037.      *
  14038.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  14039.      */
  14040.     protected function getOrderLineItemDefinition2Service()
  14041.     {
  14042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  14043.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  14044.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14045.         return $instance;
  14046.     }
  14047.     /**
  14048.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  14049.      *
  14050.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  14051.      */
  14052.     protected function getOrderTagDefinition2Service()
  14053.     {
  14054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  14055.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  14056.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14057.         return $instance;
  14058.     }
  14059.     /**
  14060.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  14061.      *
  14062.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  14063.      */
  14064.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  14065.     {
  14066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  14067.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  14068.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14069.         return $instance;
  14070.     }
  14071.     /**
  14072.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  14073.      *
  14074.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  14075.      */
  14076.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  14077.     {
  14078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  14079.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  14080.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14081.         return $instance;
  14082.     }
  14083.     /**
  14084.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  14085.      *
  14086.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  14087.      */
  14088.     protected function getOrderTransactionCaptureDefinition2Service()
  14089.     {
  14090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  14091.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  14092.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14093.         return $instance;
  14094.     }
  14095.     /**
  14096.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  14097.      *
  14098.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  14099.      */
  14100.     protected function getOrderTransactionDefinition2Service()
  14101.     {
  14102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  14103.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  14104.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14105.         return $instance;
  14106.     }
  14107.     /**
  14108.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  14109.      *
  14110.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  14111.      */
  14112.     protected function getOrderDefinition2Service()
  14113.     {
  14114.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  14115.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14116.         return $instance;
  14117.     }
  14118.     /**
  14119.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  14120.      *
  14121.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  14122.      */
  14123.     protected function getPaymentMethodTranslationDefinition2Service()
  14124.     {
  14125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  14127.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  14128.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14129.         return $instance;
  14130.     }
  14131.     /**
  14132.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  14133.      *
  14134.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  14135.      */
  14136.     protected function getPromotionCartRuleDefinition2Service()
  14137.     {
  14138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  14139.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  14140.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14141.         return $instance;
  14142.     }
  14143.     /**
  14144.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  14145.      *
  14146.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  14147.      */
  14148.     protected function getPromotionDiscountPriceDefinition2Service()
  14149.     {
  14150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  14151.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  14152.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14153.         return $instance;
  14154.     }
  14155.     /**
  14156.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  14157.      *
  14158.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  14159.      */
  14160.     protected function getPromotionDiscountRuleDefinition2Service()
  14161.     {
  14162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  14163.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  14164.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14165.         return $instance;
  14166.     }
  14167.     /**
  14168.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  14169.      *
  14170.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  14171.      */
  14172.     protected function getPromotionDiscountDefinition2Service()
  14173.     {
  14174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  14175.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  14176.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14177.         return $instance;
  14178.     }
  14179.     /**
  14180.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  14181.      *
  14182.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  14183.      */
  14184.     protected function getPromotionIndividualCodeDefinition2Service()
  14185.     {
  14186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  14187.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  14188.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14189.         return $instance;
  14190.     }
  14191.     /**
  14192.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  14193.      *
  14194.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  14195.      */
  14196.     protected function getPromotionOrderRuleDefinition2Service()
  14197.     {
  14198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  14199.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  14200.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14201.         return $instance;
  14202.     }
  14203.     /**
  14204.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  14205.      *
  14206.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  14207.      */
  14208.     protected function getPromotionPersonaCustomerDefinition2Service()
  14209.     {
  14210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  14211.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  14212.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14213.         return $instance;
  14214.     }
  14215.     /**
  14216.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  14217.      *
  14218.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  14219.      */
  14220.     protected function getPromotionPersonaRuleDefinition2Service()
  14221.     {
  14222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  14223.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  14224.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14225.         return $instance;
  14226.     }
  14227.     /**
  14228.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  14229.      *
  14230.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  14231.      */
  14232.     protected function getPromotionSalesChannelDefinition2Service()
  14233.     {
  14234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  14235.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  14236.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14237.         return $instance;
  14238.     }
  14239.     /**
  14240.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  14241.      *
  14242.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  14243.      */
  14244.     protected function getPromotionSetGroupRuleDefinition2Service()
  14245.     {
  14246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  14247.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  14248.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14249.         return $instance;
  14250.     }
  14251.     /**
  14252.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  14253.      *
  14254.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  14255.      */
  14256.     protected function getPromotionSetGroupDefinition2Service()
  14257.     {
  14258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  14259.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  14260.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14261.         return $instance;
  14262.     }
  14263.     /**
  14264.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  14265.      *
  14266.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  14267.      */
  14268.     protected function getPromotionTranslationDefinition2Service()
  14269.     {
  14270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  14272.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  14273.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14274.         return $instance;
  14275.     }
  14276.     /**
  14277.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  14278.      *
  14279.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  14280.      */
  14281.     protected function getPromotionDefinition2Service()
  14282.     {
  14283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  14284.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  14285.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14286.         return $instance;
  14287.     }
  14288.     /**
  14289.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  14290.      *
  14291.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  14292.      */
  14293.     protected function getShippingMethodPriceDefinition2Service()
  14294.     {
  14295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  14296.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  14297.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14298.         return $instance;
  14299.     }
  14300.     /**
  14301.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  14302.      *
  14303.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  14304.      */
  14305.     protected function getShippingMethodTagDefinition2Service()
  14306.     {
  14307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  14308.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  14309.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14310.         return $instance;
  14311.     }
  14312.     /**
  14313.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  14314.      *
  14315.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  14316.      */
  14317.     protected function getShippingMethodTranslationDefinition2Service()
  14318.     {
  14319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  14321.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  14322.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14323.         return $instance;
  14324.     }
  14325.     /**
  14326.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  14327.      *
  14328.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  14329.      */
  14330.     protected function getCategoryTagDefinition2Service()
  14331.     {
  14332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  14333.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  14334.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14335.         return $instance;
  14336.     }
  14337.     /**
  14338.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  14339.      *
  14340.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  14341.      */
  14342.     protected function getCategoryTranslationDefinition2Service()
  14343.     {
  14344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  14346.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  14347.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14348.         return $instance;
  14349.     }
  14350.     /**
  14351.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  14352.      *
  14353.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  14354.      */
  14355.     protected function getCmsBlockDefinition2Service()
  14356.     {
  14357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  14358.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  14359.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14360.         return $instance;
  14361.     }
  14362.     /**
  14363.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  14364.      *
  14365.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  14366.      */
  14367.     protected function getCmsPageTranslationDefinition2Service()
  14368.     {
  14369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  14371.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  14372.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14373.         return $instance;
  14374.     }
  14375.     /**
  14376.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  14377.      *
  14378.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  14379.      */
  14380.     protected function getCmsSectionDefinition2Service()
  14381.     {
  14382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  14383.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  14384.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14385.         return $instance;
  14386.     }
  14387.     /**
  14388.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  14389.      *
  14390.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  14391.      */
  14392.     protected function getCmsSlotTranslationDefinition2Service()
  14393.     {
  14394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  14396.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  14397.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14398.         return $instance;
  14399.     }
  14400.     /**
  14401.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  14402.      *
  14403.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  14404.      */
  14405.     protected function getCmsSlotDefinition2Service()
  14406.     {
  14407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  14408.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  14409.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14410.         return $instance;
  14411.     }
  14412.     /**
  14413.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  14414.      *
  14415.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  14416.      */
  14417.     protected function getCmsPageDefinition2Service()
  14418.     {
  14419.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  14420.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14421.         return $instance;
  14422.     }
  14423.     /**
  14424.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  14425.      *
  14426.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  14427.      */
  14428.     protected function getFlowSequenceDefinition2Service()
  14429.     {
  14430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  14431.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  14432.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14433.         return $instance;
  14434.     }
  14435.     /**
  14436.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  14437.      *
  14438.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  14439.      */
  14440.     protected function getFlowDefinition2Service()
  14441.     {
  14442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  14443.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  14444.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14445.         return $instance;
  14446.     }
  14447.     /**
  14448.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  14449.      *
  14450.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  14451.      */
  14452.     protected function getImportExportFileDefinition2Service()
  14453.     {
  14454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  14455.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  14456.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14457.         return $instance;
  14458.     }
  14459.     /**
  14460.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  14461.      *
  14462.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  14463.      */
  14464.     protected function getImportExportLogDefinition2Service()
  14465.     {
  14466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  14467.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  14468.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14469.         return $instance;
  14470.     }
  14471.     /**
  14472.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  14473.      *
  14474.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  14475.      */
  14476.     protected function getImportExportProfileDefinition2Service()
  14477.     {
  14478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  14479.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  14480.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14481.         return $instance;
  14482.     }
  14483.     /**
  14484.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  14485.      *
  14486.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  14487.      */
  14488.     protected function getImportExportProfileTranslationDefinition2Service()
  14489.     {
  14490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  14492.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  14493.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14494.         return $instance;
  14495.     }
  14496.     /**
  14497.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  14498.      *
  14499.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  14500.      */
  14501.     protected function getLandingPageSalesChannelDefinition2Service()
  14502.     {
  14503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  14504.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  14505.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14506.         return $instance;
  14507.     }
  14508.     /**
  14509.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  14510.      *
  14511.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  14512.      */
  14513.     protected function getLandingPageTagDefinition2Service()
  14514.     {
  14515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  14516.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  14517.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14518.         return $instance;
  14519.     }
  14520.     /**
  14521.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  14522.      *
  14523.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  14524.      */
  14525.     protected function getLandingPageTranslationDefinition2Service()
  14526.     {
  14527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  14529.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  14530.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14531.         return $instance;
  14532.     }
  14533.     /**
  14534.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  14535.      *
  14536.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  14537.      */
  14538.     protected function getMailHeaderFooterTranslationDefinition2Service()
  14539.     {
  14540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  14542.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  14543.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14544.         return $instance;
  14545.     }
  14546.     /**
  14547.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  14548.      *
  14549.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  14550.      */
  14551.     protected function getMailHeaderFooterDefinition2Service()
  14552.     {
  14553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  14554.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  14555.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14556.         return $instance;
  14557.     }
  14558.     /**
  14559.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  14560.      *
  14561.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  14562.      */
  14563.     protected function getMailTemplateMediaDefinition2Service()
  14564.     {
  14565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  14566.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  14567.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14568.         return $instance;
  14569.     }
  14570.     /**
  14571.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  14572.      *
  14573.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  14574.      */
  14575.     protected function getMailTemplateTranslationDefinition2Service()
  14576.     {
  14577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  14579.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  14580.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14581.         return $instance;
  14582.     }
  14583.     /**
  14584.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  14585.      *
  14586.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  14587.      */
  14588.     protected function getMailTemplateTypeTranslationDefinition2Service()
  14589.     {
  14590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  14592.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  14593.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14594.         return $instance;
  14595.     }
  14596.     /**
  14597.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  14598.      *
  14599.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  14600.      */
  14601.     protected function getMailTemplateTypeDefinition2Service()
  14602.     {
  14603.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  14604.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  14605.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14606.         return $instance;
  14607.     }
  14608.     /**
  14609.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  14610.      *
  14611.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  14612.      */
  14613.     protected function getMailTemplateDefinition2Service()
  14614.     {
  14615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  14616.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  14617.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14618.         return $instance;
  14619.     }
  14620.     /**
  14621.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  14622.      *
  14623.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  14624.      */
  14625.     protected function getMediaDefaultFolderDefinition2Service()
  14626.     {
  14627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  14628.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  14629.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14630.         return $instance;
  14631.     }
  14632.     /**
  14633.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  14634.      *
  14635.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  14636.      */
  14637.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  14638.     {
  14639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  14640.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  14641.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14642.         return $instance;
  14643.     }
  14644.     /**
  14645.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  14646.      *
  14647.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  14648.      */
  14649.     protected function getMediaFolderConfigurationDefinition2Service()
  14650.     {
  14651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  14652.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  14653.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14654.         return $instance;
  14655.     }
  14656.     /**
  14657.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  14658.      *
  14659.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  14660.      */
  14661.     protected function getMediaFolderDefinition2Service()
  14662.     {
  14663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  14664.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  14665.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14666.         return $instance;
  14667.     }
  14668.     /**
  14669.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  14670.      *
  14671.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  14672.      */
  14673.     protected function getMediaTagDefinition2Service()
  14674.     {
  14675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  14676.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  14677.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14678.         return $instance;
  14679.     }
  14680.     /**
  14681.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  14682.      *
  14683.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  14684.      */
  14685.     protected function getMediaThumbnailSizeDefinition2Service()
  14686.     {
  14687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  14688.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  14689.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14690.         return $instance;
  14691.     }
  14692.     /**
  14693.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  14694.      *
  14695.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  14696.      */
  14697.     protected function getMediaThumbnailDefinition2Service()
  14698.     {
  14699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  14700.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  14701.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14702.         return $instance;
  14703.     }
  14704.     /**
  14705.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  14706.      *
  14707.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  14708.      */
  14709.     protected function getMediaTranslationDefinition2Service()
  14710.     {
  14711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  14713.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  14714.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14715.         return $instance;
  14716.     }
  14717.     /**
  14718.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  14719.      *
  14720.      * @return \Shopware\Core\Content\Media\MediaDefinition
  14721.      */
  14722.     protected function getMediaDefinition2Service()
  14723.     {
  14724.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  14725.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14726.         return $instance;
  14727.     }
  14728.     /**
  14729.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  14730.      *
  14731.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  14732.      */
  14733.     protected function getNewsletterRecipientTagDefinition2Service()
  14734.     {
  14735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  14736.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  14737.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14738.         return $instance;
  14739.     }
  14740.     /**
  14741.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  14742.      *
  14743.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  14744.      */
  14745.     protected function getProductExportDefinition2Service()
  14746.     {
  14747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  14748.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  14749.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14750.         return $instance;
  14751.     }
  14752.     /**
  14753.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  14754.      *
  14755.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  14756.      */
  14757.     protected function getProductStreamFilterDefinition2Service()
  14758.     {
  14759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  14760.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  14761.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14762.         return $instance;
  14763.     }
  14764.     /**
  14765.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  14766.      *
  14767.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  14768.      */
  14769.     protected function getProductStreamTranslationDefinition2Service()
  14770.     {
  14771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  14773.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  14774.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14775.         return $instance;
  14776.     }
  14777.     /**
  14778.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  14779.      *
  14780.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  14781.      */
  14782.     protected function getProductStreamDefinition2Service()
  14783.     {
  14784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  14785.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  14786.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14787.         return $instance;
  14788.     }
  14789.     /**
  14790.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  14791.      *
  14792.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  14793.      */
  14794.     protected function getProductCategoryTreeDefinition2Service()
  14795.     {
  14796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  14797.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  14798.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14799.         return $instance;
  14800.     }
  14801.     /**
  14802.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  14803.      *
  14804.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  14805.      */
  14806.     protected function getProductCategoryDefinition2Service()
  14807.     {
  14808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  14809.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  14810.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14811.         return $instance;
  14812.     }
  14813.     /**
  14814.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  14815.      *
  14816.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  14817.      */
  14818.     protected function getProductConfiguratorSettingDefinition2Service()
  14819.     {
  14820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  14821.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  14822.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14823.         return $instance;
  14824.     }
  14825.     /**
  14826.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  14827.      *
  14828.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  14829.      */
  14830.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  14831.     {
  14832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  14833.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  14834.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14835.         return $instance;
  14836.     }
  14837.     /**
  14838.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  14839.      *
  14840.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  14841.      */
  14842.     protected function getProductCrossSellingTranslationDefinition2Service()
  14843.     {
  14844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  14846.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  14847.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14848.         return $instance;
  14849.     }
  14850.     /**
  14851.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  14852.      *
  14853.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  14854.      */
  14855.     protected function getProductCrossSellingDefinition2Service()
  14856.     {
  14857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  14858.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  14859.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14860.         return $instance;
  14861.     }
  14862.     /**
  14863.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  14864.      *
  14865.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  14866.      */
  14867.     protected function getProductCustomFieldSetDefinition2Service()
  14868.     {
  14869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  14870.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  14871.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14872.         return $instance;
  14873.     }
  14874.     /**
  14875.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  14876.      *
  14877.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  14878.      */
  14879.     protected function getProductFeatureSetTranslationDefinition2Service()
  14880.     {
  14881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  14883.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  14884.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14885.         return $instance;
  14886.     }
  14887.     /**
  14888.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  14889.      *
  14890.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  14891.      */
  14892.     protected function getProductFeatureSetDefinition2Service()
  14893.     {
  14894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  14895.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  14896.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14897.         return $instance;
  14898.     }
  14899.     /**
  14900.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  14901.      *
  14902.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  14903.      */
  14904.     protected function getProductKeywordDictionaryDefinition2Service()
  14905.     {
  14906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  14907.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  14908.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14909.         return $instance;
  14910.     }
  14911.     /**
  14912.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  14913.      *
  14914.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  14915.      */
  14916.     protected function getProductManufacturerTranslationDefinition2Service()
  14917.     {
  14918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  14920.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  14921.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14922.         return $instance;
  14923.     }
  14924.     /**
  14925.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  14926.      *
  14927.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  14928.      */
  14929.     protected function getProductManufacturerDefinition2Service()
  14930.     {
  14931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  14932.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  14933.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14934.         return $instance;
  14935.     }
  14936.     /**
  14937.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  14938.      *
  14939.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  14940.      */
  14941.     protected function getProductMediaDefinition2Service()
  14942.     {
  14943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  14944.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  14945.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14946.         return $instance;
  14947.     }
  14948.     /**
  14949.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  14950.      *
  14951.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  14952.      */
  14953.     protected function getProductOptionDefinition2Service()
  14954.     {
  14955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  14956.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  14957.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14958.         return $instance;
  14959.     }
  14960.     /**
  14961.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  14962.      *
  14963.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  14964.      */
  14965.     protected function getProductPriceDefinition2Service()
  14966.     {
  14967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  14968.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  14969.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14970.         return $instance;
  14971.     }
  14972.     /**
  14973.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  14974.      *
  14975.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  14976.      */
  14977.     protected function getProductPropertyDefinition2Service()
  14978.     {
  14979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  14980.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  14981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14982.         return $instance;
  14983.     }
  14984.     /**
  14985.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  14986.      *
  14987.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  14988.      */
  14989.     protected function getProductReviewDefinition2Service()
  14990.     {
  14991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  14992.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  14993.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14994.         return $instance;
  14995.     }
  14996.     /**
  14997.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  14998.      *
  14999.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  15000.      */
  15001.     protected function getProductSearchConfigFieldDefinition2Service()
  15002.     {
  15003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  15004.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  15005.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15006.         return $instance;
  15007.     }
  15008.     /**
  15009.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  15010.      *
  15011.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  15012.      */
  15013.     protected function getProductSearchConfigDefinition2Service()
  15014.     {
  15015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  15016.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  15017.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15018.         return $instance;
  15019.     }
  15020.     /**
  15021.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  15022.      *
  15023.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  15024.      */
  15025.     protected function getProductSearchKeywordDefinition2Service()
  15026.     {
  15027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  15028.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  15029.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15030.         return $instance;
  15031.     }
  15032.     /**
  15033.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  15034.      *
  15035.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  15036.      */
  15037.     protected function getProductStreamMappingDefinition2Service()
  15038.     {
  15039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  15040.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  15041.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15042.         return $instance;
  15043.     }
  15044.     /**
  15045.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  15046.      *
  15047.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  15048.      */
  15049.     protected function getProductTagDefinition2Service()
  15050.     {
  15051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  15052.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  15053.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15054.         return $instance;
  15055.     }
  15056.     /**
  15057.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  15058.      *
  15059.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  15060.      */
  15061.     protected function getProductTranslationDefinition2Service()
  15062.     {
  15063.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15064.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  15065.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  15066.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15067.         return $instance;
  15068.     }
  15069.     /**
  15070.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  15071.      *
  15072.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  15073.      */
  15074.     protected function getProductVisibilityDefinition2Service()
  15075.     {
  15076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  15077.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  15078.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15079.         return $instance;
  15080.     }
  15081.     /**
  15082.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  15083.      *
  15084.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  15085.      */
  15086.     protected function getProductSortingDefinition2Service()
  15087.     {
  15088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  15089.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  15090.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15091.         return $instance;
  15092.     }
  15093.     /**
  15094.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  15095.      *
  15096.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  15097.      */
  15098.     protected function getProductSortingTranslationDefinition2Service()
  15099.     {
  15100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  15102.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  15103.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15104.         return $instance;
  15105.     }
  15106.     /**
  15107.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  15108.      *
  15109.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  15110.      */
  15111.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  15112.     {
  15113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  15115.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  15116.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15117.         return $instance;
  15118.     }
  15119.     /**
  15120.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  15121.      *
  15122.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  15123.      */
  15124.     protected function getPropertyGroupOptionDefinition2Service()
  15125.     {
  15126.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  15127.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  15128.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15129.         return $instance;
  15130.     }
  15131.     /**
  15132.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  15133.      *
  15134.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  15135.      */
  15136.     protected function getPropertyGroupTranslationDefinition2Service()
  15137.     {
  15138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  15140.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  15141.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15142.         return $instance;
  15143.     }
  15144.     /**
  15145.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  15146.      *
  15147.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  15148.      */
  15149.     protected function getPropertyGroupDefinition2Service()
  15150.     {
  15151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  15152.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  15153.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15154.         return $instance;
  15155.     }
  15156.     /**
  15157.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  15158.      *
  15159.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  15160.      */
  15161.     protected function getRuleConditionDefinition2Service()
  15162.     {
  15163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  15164.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  15165.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15166.         return $instance;
  15167.     }
  15168.     /**
  15169.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  15170.      *
  15171.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  15172.      */
  15173.     protected function getRuleTagDefinition2Service()
  15174.     {
  15175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  15176.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  15177.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15178.         return $instance;
  15179.     }
  15180.     /**
  15181.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  15182.      *
  15183.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  15184.      */
  15185.     protected function getRuleDefinition2Service()
  15186.     {
  15187.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  15188.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15189.         return $instance;
  15190.     }
  15191.     /**
  15192.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  15193.      *
  15194.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  15195.      */
  15196.     protected function getSeoUrlTemplateDefinition2Service()
  15197.     {
  15198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  15199.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  15200.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15201.         return $instance;
  15202.     }
  15203.     /**
  15204.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  15205.      *
  15206.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  15207.      */
  15208.     protected function getAclRoleDefinition2Service()
  15209.     {
  15210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  15211.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  15212.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15213.         return $instance;
  15214.     }
  15215.     /**
  15216.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  15217.      *
  15218.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  15219.      */
  15220.     protected function getAclUserRoleDefinition2Service()
  15221.     {
  15222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  15223.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  15224.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15225.         return $instance;
  15226.     }
  15227.     /**
  15228.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  15229.      *
  15230.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  15231.      */
  15232.     protected function getActionButtonTranslationDefinition2Service()
  15233.     {
  15234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  15236.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  15237.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15238.         return $instance;
  15239.     }
  15240.     /**
  15241.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  15242.      *
  15243.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  15244.      */
  15245.     protected function getActionButtonDefinition2Service()
  15246.     {
  15247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  15248.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  15249.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15250.         return $instance;
  15251.     }
  15252.     /**
  15253.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  15254.      *
  15255.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  15256.      */
  15257.     protected function getAppPaymentMethodDefinition2Service()
  15258.     {
  15259.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  15260.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15261.         return $instance;
  15262.     }
  15263.     /**
  15264.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  15265.      *
  15266.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  15267.      */
  15268.     protected function getAppScriptConditionTranslationDefinition2Service()
  15269.     {
  15270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  15272.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  15273.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15274.         return $instance;
  15275.     }
  15276.     /**
  15277.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  15278.      *
  15279.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  15280.      */
  15281.     protected function getAppScriptConditionDefinition2Service()
  15282.     {
  15283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  15284.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  15285.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15286.         return $instance;
  15287.     }
  15288.     /**
  15289.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  15290.      *
  15291.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  15292.      */
  15293.     protected function getAppTranslationDefinition2Service()
  15294.     {
  15295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  15297.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  15298.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15299.         return $instance;
  15300.     }
  15301.     /**
  15302.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  15303.      *
  15304.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  15305.      */
  15306.     protected function getAppCmsBlockTranslationDefinition2Service()
  15307.     {
  15308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  15310.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  15311.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15312.         return $instance;
  15313.     }
  15314.     /**
  15315.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  15316.      *
  15317.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  15318.      */
  15319.     protected function getAppCmsBlockDefinition2Service()
  15320.     {
  15321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  15322.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  15323.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15324.         return $instance;
  15325.     }
  15326.     /**
  15327.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  15328.      *
  15329.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  15330.      */
  15331.     protected function getAppFlowActionTranslationDefinition2Service()
  15332.     {
  15333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  15335.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  15336.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15337.         return $instance;
  15338.     }
  15339.     /**
  15340.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  15341.      *
  15342.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  15343.      */
  15344.     protected function getAppFlowActionDefinition2Service()
  15345.     {
  15346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  15347.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  15348.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15349.         return $instance;
  15350.     }
  15351.     /**
  15352.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  15353.      *
  15354.      * @return \Shopware\Core\Framework\App\AppDefinition
  15355.      */
  15356.     protected function getAppDefinition2Service()
  15357.     {
  15358.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  15359.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15360.         return $instance;
  15361.     }
  15362.     /**
  15363.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  15364.      *
  15365.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  15366.      */
  15367.     protected function getTemplateDefinition2Service()
  15368.     {
  15369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  15370.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  15371.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15372.         return $instance;
  15373.     }
  15374.     /**
  15375.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  15376.      *
  15377.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  15378.      */
  15379.     protected function getVersionCommitDataDefinition2Service()
  15380.     {
  15381.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  15382.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15383.         return $instance;
  15384.     }
  15385.     /**
  15386.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  15387.      *
  15388.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  15389.      */
  15390.     protected function getVersionCommitDefinition2Service()
  15391.     {
  15392.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  15393.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15394.         return $instance;
  15395.     }
  15396.     /**
  15397.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  15398.      *
  15399.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  15400.      */
  15401.     protected function getVersionDefinition2Service()
  15402.     {
  15403.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  15404.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15405.         return $instance;
  15406.     }
  15407.     /**
  15408.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  15409.      *
  15410.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  15411.      */
  15412.     protected function getEventActionRuleDefinition2Service()
  15413.     {
  15414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  15415.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  15416.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15417.         return $instance;
  15418.     }
  15419.     /**
  15420.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  15421.      *
  15422.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  15423.      */
  15424.     protected function getEventActionSalesChannelDefinition2Service()
  15425.     {
  15426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  15427.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  15428.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15429.         return $instance;
  15430.     }
  15431.     /**
  15432.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  15433.      *
  15434.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  15435.      */
  15436.     protected function getEventActionDefinition2Service()
  15437.     {
  15438.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  15439.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15440.         return $instance;
  15441.     }
  15442.     /**
  15443.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  15444.      *
  15445.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  15446.      */
  15447.     protected function getLogEntryDefinition2Service()
  15448.     {
  15449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  15450.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  15451.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15452.         return $instance;
  15453.     }
  15454.     /**
  15455.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  15456.      *
  15457.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  15458.      */
  15459.     protected function getDeadMessageDefinition2Service()
  15460.     {
  15461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  15462.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  15463.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15464.         return $instance;
  15465.     }
  15466.     /**
  15467.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  15468.      *
  15469.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  15470.      */
  15471.     protected function getMessageQueueStatsDefinition2Service()
  15472.     {
  15473.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  15474.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  15475.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15476.         return $instance;
  15477.     }
  15478.     /**
  15479.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  15480.      *
  15481.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  15482.      */
  15483.     protected function getScheduledTaskDefinition2Service()
  15484.     {
  15485.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  15486.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15487.         return $instance;
  15488.     }
  15489.     /**
  15490.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  15491.      *
  15492.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  15493.      */
  15494.     protected function getPluginTranslationDefinition2Service()
  15495.     {
  15496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15497.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  15498.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  15499.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15500.         return $instance;
  15501.     }
  15502.     /**
  15503.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  15504.      *
  15505.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  15506.      */
  15507.     protected function getPluginDefinition2Service()
  15508.     {
  15509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  15510.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  15511.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15512.         return $instance;
  15513.     }
  15514.     /**
  15515.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  15516.      *
  15517.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  15518.      */
  15519.     protected function getScriptDefinition2Service()
  15520.     {
  15521.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  15522.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15523.         return $instance;
  15524.     }
  15525.     /**
  15526.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  15527.      *
  15528.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  15529.      */
  15530.     protected function getWebhookEventLogDefinition2Service()
  15531.     {
  15532.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  15533.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  15534.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15535.         return $instance;
  15536.     }
  15537.     /**
  15538.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  15539.      *
  15540.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  15541.      */
  15542.     protected function getWebhookDefinition2Service()
  15543.     {
  15544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  15545.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  15546.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15547.         return $instance;
  15548.     }
  15549.     /**
  15550.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  15551.      *
  15552.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  15553.      */
  15554.     protected function getCountryStateTranslationDefinition2Service()
  15555.     {
  15556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  15558.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  15559.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15560.         return $instance;
  15561.     }
  15562.     /**
  15563.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  15564.      *
  15565.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  15566.      */
  15567.     protected function getCountryTranslationDefinition2Service()
  15568.     {
  15569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  15571.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  15572.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15573.         return $instance;
  15574.     }
  15575.     /**
  15576.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  15577.      *
  15578.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  15579.      */
  15580.     protected function getCurrencyCountryRoundingDefinition2Service()
  15581.     {
  15582.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  15583.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15584.         return $instance;
  15585.     }
  15586.     /**
  15587.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  15588.      *
  15589.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  15590.      */
  15591.     protected function getCurrencyTranslationDefinition2Service()
  15592.     {
  15593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  15595.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  15596.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15597.         return $instance;
  15598.     }
  15599.     /**
  15600.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  15601.      *
  15602.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  15603.      */
  15604.     protected function getCustomEntityDefinition2Service()
  15605.     {
  15606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  15607.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  15608.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15609.         return $instance;
  15610.     }
  15611.     /**
  15612.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  15613.      *
  15614.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  15615.      */
  15616.     protected function getCustomFieldSetRelationDefinition2Service()
  15617.     {
  15618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  15619.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  15620.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15621.         return $instance;
  15622.     }
  15623.     /**
  15624.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  15625.      *
  15626.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  15627.      */
  15628.     protected function getCustomFieldSetDefinition2Service()
  15629.     {
  15630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  15631.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  15632.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15633.         return $instance;
  15634.     }
  15635.     /**
  15636.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  15637.      *
  15638.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  15639.      */
  15640.     protected function getCustomFieldDefinition2Service()
  15641.     {
  15642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  15643.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  15644.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15645.         return $instance;
  15646.     }
  15647.     /**
  15648.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  15649.      *
  15650.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  15651.      */
  15652.     protected function getDeliveryTimeTranslationDefinition2Service()
  15653.     {
  15654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  15656.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  15657.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15658.         return $instance;
  15659.     }
  15660.     /**
  15661.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  15662.      *
  15663.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  15664.      */
  15665.     protected function getDeliveryTimeDefinition2Service()
  15666.     {
  15667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  15668.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  15669.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15670.         return $instance;
  15671.     }
  15672.     /**
  15673.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  15674.      *
  15675.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  15676.      */
  15677.     protected function getIntegrationRoleDefinition2Service()
  15678.     {
  15679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  15680.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  15681.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15682.         return $instance;
  15683.     }
  15684.     /**
  15685.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  15686.      *
  15687.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  15688.      */
  15689.     protected function getIntegrationDefinition2Service()
  15690.     {
  15691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  15692.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  15693.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15694.         return $instance;
  15695.     }
  15696.     /**
  15697.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  15698.      *
  15699.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  15700.      */
  15701.     protected function getLocaleTranslationDefinition2Service()
  15702.     {
  15703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  15705.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  15706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15707.         return $instance;
  15708.     }
  15709.     /**
  15710.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  15711.      *
  15712.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  15713.      */
  15714.     protected function getLocaleDefinition2Service()
  15715.     {
  15716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  15717.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  15718.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15719.         return $instance;
  15720.     }
  15721.     /**
  15722.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  15723.      *
  15724.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  15725.      */
  15726.     protected function getNumberRangeSalesChannelDefinition2Service()
  15727.     {
  15728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  15729.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  15730.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15731.         return $instance;
  15732.     }
  15733.     /**
  15734.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  15735.      *
  15736.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  15737.      */
  15738.     protected function getNumberRangeStateDefinition2Service()
  15739.     {
  15740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  15741.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  15742.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15743.         return $instance;
  15744.     }
  15745.     /**
  15746.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  15747.      *
  15748.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  15749.      */
  15750.     protected function getNumberRangeTranslationDefinition2Service()
  15751.     {
  15752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  15754.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  15755.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15756.         return $instance;
  15757.     }
  15758.     /**
  15759.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  15760.      *
  15761.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  15762.      */
  15763.     protected function getNumberRangeTypeTranslationDefinition2Service()
  15764.     {
  15765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  15767.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  15768.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15769.         return $instance;
  15770.     }
  15771.     /**
  15772.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  15773.      *
  15774.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  15775.      */
  15776.     protected function getNumberRangeTypeDefinition2Service()
  15777.     {
  15778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  15779.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  15780.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15781.         return $instance;
  15782.     }
  15783.     /**
  15784.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  15785.      *
  15786.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  15787.      */
  15788.     protected function getNumberRangeDefinition2Service()
  15789.     {
  15790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  15791.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  15792.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15793.         return $instance;
  15794.     }
  15795.     /**
  15796.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  15797.      *
  15798.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  15799.      */
  15800.     protected function getSalesChannelAnalyticsDefinition2Service()
  15801.     {
  15802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  15803.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  15804.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15805.         return $instance;
  15806.     }
  15807.     /**
  15808.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  15809.      *
  15810.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  15811.      */
  15812.     protected function getSalesChannelCountryDefinition3Service()
  15813.     {
  15814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  15815.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  15816.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15817.         return $instance;
  15818.     }
  15819.     /**
  15820.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  15821.      *
  15822.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  15823.      */
  15824.     protected function getSalesChannelCurrencyDefinition3Service()
  15825.     {
  15826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  15827.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  15828.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15829.         return $instance;
  15830.     }
  15831.     /**
  15832.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  15833.      *
  15834.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  15835.      */
  15836.     protected function getSalesChannelDomainDefinition2Service()
  15837.     {
  15838.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  15839.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15840.         return $instance;
  15841.     }
  15842.     /**
  15843.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  15844.      *
  15845.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  15846.      */
  15847.     protected function getSalesChannelLanguageDefinition3Service()
  15848.     {
  15849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  15850.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  15851.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15852.         return $instance;
  15853.     }
  15854.     /**
  15855.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  15856.      *
  15857.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  15858.      */
  15859.     protected function getSalesChannelPaymentMethodDefinition3Service()
  15860.     {
  15861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  15862.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  15863.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15864.         return $instance;
  15865.     }
  15866.     /**
  15867.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  15868.      *
  15869.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  15870.      */
  15871.     protected function getSalesChannelShippingMethodDefinition3Service()
  15872.     {
  15873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  15874.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  15875.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15876.         return $instance;
  15877.     }
  15878.     /**
  15879.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  15880.      *
  15881.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  15882.      */
  15883.     protected function getSalesChannelTranslationDefinition2Service()
  15884.     {
  15885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  15887.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  15888.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15889.         return $instance;
  15890.     }
  15891.     /**
  15892.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  15893.      *
  15894.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  15895.      */
  15896.     protected function getSalesChannelTypeTranslationDefinition2Service()
  15897.     {
  15898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  15900.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  15901.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15902.         return $instance;
  15903.     }
  15904.     /**
  15905.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  15906.      *
  15907.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  15908.      */
  15909.     protected function getSalesChannelTypeDefinition2Service()
  15910.     {
  15911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  15912.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  15913.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15914.         return $instance;
  15915.     }
  15916.     /**
  15917.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  15918.      *
  15919.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  15920.      */
  15921.     protected function getSalesChannelDefinition2Service()
  15922.     {
  15923.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  15924.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15925.         return $instance;
  15926.     }
  15927.     /**
  15928.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  15929.      *
  15930.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  15931.      */
  15932.     protected function getSalutationTranslationDefinition2Service()
  15933.     {
  15934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  15936.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  15937.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15938.         return $instance;
  15939.     }
  15940.     /**
  15941.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  15942.      *
  15943.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  15944.      */
  15945.     protected function getSnippetSetDefinition2Service()
  15946.     {
  15947.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  15948.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15949.         return $instance;
  15950.     }
  15951.     /**
  15952.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  15953.      *
  15954.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  15955.      */
  15956.     protected function getSnippetDefinition2Service()
  15957.     {
  15958.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  15959.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15960.         return $instance;
  15961.     }
  15962.     /**
  15963.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  15964.      *
  15965.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  15966.      */
  15967.     protected function getStateMachineHistoryDefinition2Service()
  15968.     {
  15969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  15970.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  15971.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15972.         return $instance;
  15973.     }
  15974.     /**
  15975.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  15976.      *
  15977.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  15978.      */
  15979.     protected function getStateMachineStateDefinition2Service()
  15980.     {
  15981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  15982.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  15983.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15984.         return $instance;
  15985.     }
  15986.     /**
  15987.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  15988.      *
  15989.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  15990.      */
  15991.     protected function getStateMachineStateTranslationDefinition2Service()
  15992.     {
  15993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  15995.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  15996.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15997.         return $instance;
  15998.     }
  15999.     /**
  16000.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  16001.      *
  16002.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  16003.      */
  16004.     protected function getStateMachineTransitionDefinition2Service()
  16005.     {
  16006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  16007.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  16008.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16009.         return $instance;
  16010.     }
  16011.     /**
  16012.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  16013.      *
  16014.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  16015.      */
  16016.     protected function getStateMachineDefinition2Service()
  16017.     {
  16018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  16019.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  16020.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16021.         return $instance;
  16022.     }
  16023.     /**
  16024.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  16025.      *
  16026.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  16027.      */
  16028.     protected function getStateMachineTranslationDefinition2Service()
  16029.     {
  16030.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  16032.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  16033.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16034.         return $instance;
  16035.     }
  16036.     /**
  16037.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  16038.      *
  16039.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  16040.      */
  16041.     protected function getSystemConfigDefinition2Service()
  16042.     {
  16043.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  16044.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16045.         return $instance;
  16046.     }
  16047.     /**
  16048.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  16049.      *
  16050.      * @return \Shopware\Core\System\Tag\TagDefinition
  16051.      */
  16052.     protected function getTagDefinition2Service()
  16053.     {
  16054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  16055.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  16056.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16057.         return $instance;
  16058.     }
  16059.     /**
  16060.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  16061.      *
  16062.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  16063.      */
  16064.     protected function getTaxRuleTypeTranslationDefinition2Service()
  16065.     {
  16066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  16068.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  16069.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16070.         return $instance;
  16071.     }
  16072.     /**
  16073.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  16074.      *
  16075.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  16076.      */
  16077.     protected function getTaxRuleTypeDefinition2Service()
  16078.     {
  16079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  16080.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  16081.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16082.         return $instance;
  16083.     }
  16084.     /**
  16085.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  16086.      *
  16087.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  16088.      */
  16089.     protected function getTaxRuleDefinition2Service()
  16090.     {
  16091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  16092.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  16093.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16094.         return $instance;
  16095.     }
  16096.     /**
  16097.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  16098.      *
  16099.      * @return \Shopware\Core\System\Tax\TaxDefinition
  16100.      */
  16101.     protected function getTaxDefinition2Service()
  16102.     {
  16103.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  16104.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16105.         return $instance;
  16106.     }
  16107.     /**
  16108.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  16109.      *
  16110.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  16111.      */
  16112.     protected function getUnitTranslationDefinition2Service()
  16113.     {
  16114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  16116.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  16117.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16118.         return $instance;
  16119.     }
  16120.     /**
  16121.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  16122.      *
  16123.      * @return \Shopware\Core\System\Unit\UnitDefinition
  16124.      */
  16125.     protected function getUnitDefinition2Service()
  16126.     {
  16127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  16128.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  16129.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16130.         return $instance;
  16131.     }
  16132.     /**
  16133.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  16134.      *
  16135.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  16136.      */
  16137.     protected function getUserAccessKeyDefinition2Service()
  16138.     {
  16139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  16140.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  16141.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16142.         return $instance;
  16143.     }
  16144.     /**
  16145.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  16146.      *
  16147.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  16148.      */
  16149.     protected function getUserConfigDefinition2Service()
  16150.     {
  16151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  16152.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  16153.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16154.         return $instance;
  16155.     }
  16156.     /**
  16157.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  16158.      *
  16159.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  16160.      */
  16161.     protected function getUserRecoveryDefinition2Service()
  16162.     {
  16163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  16164.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  16165.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16166.         return $instance;
  16167.     }
  16168.     /**
  16169.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  16170.      *
  16171.      * @return \Shopware\Core\System\User\UserDefinition
  16172.      */
  16173.     protected function getUserDefinition2Service()
  16174.     {
  16175.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  16176.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16177.         return $instance;
  16178.     }
  16179.     /**
  16180.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  16181.      *
  16182.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  16183.      */
  16184.     protected function getThemeChildDefinition2Service()
  16185.     {
  16186.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  16187.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  16188.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16189.         return $instance;
  16190.     }
  16191.     /**
  16192.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  16193.      *
  16194.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  16195.      */
  16196.     protected function getThemeMediaDefinition2Service()
  16197.     {
  16198.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  16199.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  16200.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16201.         return $instance;
  16202.     }
  16203.     /**
  16204.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  16205.      *
  16206.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  16207.      */
  16208.     protected function getThemeSalesChannelDefinition2Service()
  16209.     {
  16210.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  16211.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16212.         return $instance;
  16213.     }
  16214.     /**
  16215.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  16216.      *
  16217.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  16218.      */
  16219.     protected function getThemeTranslationDefinition2Service()
  16220.     {
  16221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  16222.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  16223.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  16224.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16225.         return $instance;
  16226.     }
  16227.     /**
  16228.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  16229.      *
  16230.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  16231.      */
  16232.     protected function getThemeDefinition2Service()
  16233.     {
  16234.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  16235.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16236.         return $instance;
  16237.     }
  16238.     /**
  16239.      * Gets the public 'sales_channel_definition.Swag\LanguagePack\PackLanguage\PackLanguageDefinition' shared service.
  16240.      *
  16241.      * @return \Swag\LanguagePack\PackLanguage\PackLanguageDefinition
  16242.      */
  16243.     protected function getPackLanguageDefinition2Service()
  16244.     {
  16245.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/PackLanguage/PackLanguageDefinition.php';
  16246.         $this->services['sales_channel_definition.Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] = $instance = new \Swag\LanguagePack\PackLanguage\PackLanguageDefinition();
  16247.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16248.         return $instance;
  16249.     }
  16250.     /**
  16251.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition' shared service.
  16252.      *
  16253.      * @return \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition
  16254.      */
  16255.     protected function getModuleDefinition2Service()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Module/ModuleDefinition.php';
  16258.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Module\ModuleDefinition();
  16259.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16260.         return $instance;
  16261.     }
  16262.     /**
  16263.      * Gets the public 'sales_channel_definition.Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition' shared service.
  16264.      *
  16265.      * @return \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition
  16266.      */
  16267.     protected function getPropertyDefinition2Service()
  16268.     {
  16269.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Core/Content/Property/PropertyDefinition.php';
  16270.         $this->services['sales_channel_definition.Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] = $instance = new \Wbm\TagManagerEcomm\Core\Content\Property\PropertyDefinition();
  16271.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16272.         return $instance;
  16273.     }
  16274.     /**
  16275.      * Gets the public 'sales_channel_definition.Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition' shared service.
  16276.      *
  16277.      * @return \Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition
  16278.      */
  16279.     protected function getWsRedirectDefinition2Service()
  16280.     {
  16281.         $this->services['sales_channel_definition.Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition'] = $instance = new \Websignaal\SeoRedirects\DataAbstractionLayer\WsRedirect\WsRedirectDefinition();
  16282.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  16283.         return $instance;
  16284.     }
  16285.     /**
  16286.      * Gets the public 'sales_channel_domain.repository' shared service.
  16287.      *
  16288.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16289.      */
  16290.     protected function getSalesChannelDomain_RepositoryService()
  16291.     {
  16292.         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()));
  16293.     }
  16294.     /**
  16295.      * Gets the public 'sales_channel_language.repository' shared service.
  16296.      *
  16297.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16298.      */
  16299.     protected function getSalesChannelLanguage_RepositoryService()
  16300.     {
  16301.         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()));
  16302.     }
  16303.     /**
  16304.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  16305.      *
  16306.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16307.      */
  16308.     protected function getSalesChannelPaymentMethod_RepositoryService()
  16309.     {
  16310.         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()));
  16311.     }
  16312.     /**
  16313.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  16314.      *
  16315.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16316.      */
  16317.     protected function getSalesChannelShippingMethod_RepositoryService()
  16318.     {
  16319.         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()));
  16320.     }
  16321.     /**
  16322.      * Gets the public 'sales_channel_translation.repository' shared service.
  16323.      *
  16324.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16325.      */
  16326.     protected function getSalesChannelTranslation_RepositoryService()
  16327.     {
  16328.         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()));
  16329.     }
  16330.     /**
  16331.      * Gets the public 'sales_channel_type.repository' shared service.
  16332.      *
  16333.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16334.      */
  16335.     protected function getSalesChannelType_RepositoryService()
  16336.     {
  16337.         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()));
  16338.     }
  16339.     /**
  16340.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  16341.      *
  16342.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16343.      */
  16344.     protected function getSalesChannelTypeTranslation_RepositoryService()
  16345.     {
  16346.         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()));
  16347.     }
  16348.     /**
  16349.      * Gets the public 'salutation.repository' shared service.
  16350.      *
  16351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16352.      */
  16353.     protected function getSalutation_RepositoryService()
  16354.     {
  16355.         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()));
  16356.     }
  16357.     /**
  16358.      * Gets the public 'salutation_translation.repository' shared service.
  16359.      *
  16360.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16361.      */
  16362.     protected function getSalutationTranslation_RepositoryService()
  16363.     {
  16364.         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()));
  16365.     }
  16366.     /**
  16367.      * Gets the public 'scheduled_task.repository' shared service.
  16368.      *
  16369.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16370.      */
  16371.     protected function getScheduledTask_RepositoryService()
  16372.     {
  16373.         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()));
  16374.     }
  16375.     /**
  16376.      * Gets the public 'scop.platform_redirecter.test.test_browser' service.
  16377.      *
  16378.      * @return \Scop\PlatformRedirecter\Test\ScopTestBrowser
  16379.      */
  16380.     protected function getScop_PlatformRedirecter_Test_TestBrowserService()
  16381.     {
  16382.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  16383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  16384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  16385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Test/TestCaseHelper/TestBrowser.php';
  16386.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Test/ScopTestBrowser.php';
  16387.         $this->factories['scop.platform_redirecter.test.test_browser'] = function () {
  16388.             return new \Scop\PlatformRedirecter\Test\ScopTestBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULLNULL);
  16389.         };
  16390.         return $this->factories['scop.platform_redirecter.test.test_browser']();
  16391.     }
  16392.     /**
  16393.      * Gets the public 'scop_platform_redirecter.filesystem.private' shared service.
  16394.      *
  16395.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16396.      */
  16397.     protected function getScopPlatformRedirecter_Filesystem_PrivateService()
  16398.     {
  16399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16401.         return $this->services['scop_platform_redirecter.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/scop_platform_redirecter');
  16402.     }
  16403.     /**
  16404.      * Gets the public 'scop_platform_redirecter.filesystem.public' shared service.
  16405.      *
  16406.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16407.      */
  16408.     protected function getScopPlatformRedirecter_Filesystem_PublicService()
  16409.     {
  16410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16412.         return $this->services['scop_platform_redirecter.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/scop_platform_redirecter');
  16413.     }
  16414.     /**
  16415.      * Gets the public 'scop_platform_redirecter_redirect.repository' shared service.
  16416.      *
  16417.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16418.      */
  16419.     protected function getScopPlatformRedirecterRedirect_RepositoryService()
  16420.     {
  16421.         return $this->services['scop_platform_redirecter_redirect.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Scop\\PlatformRedirecter\\Redirect\\RedirectDefinition'] ?? $this->getRedirectDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  16422.     }
  16423.     /**
  16424.      * Gets the public 'script.repository' shared service.
  16425.      *
  16426.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16427.      */
  16428.     protected function getScript_RepositoryService()
  16429.     {
  16430.         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()));
  16431.     }
  16432.     /**
  16433.      * Gets the public 'seo_redirects.filesystem.private' shared service.
  16434.      *
  16435.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16436.      */
  16437.     protected function getSeoRedirects_Filesystem_PrivateService()
  16438.     {
  16439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16441.         return $this->services['seo_redirects.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/seo_redirects');
  16442.     }
  16443.     /**
  16444.      * Gets the public 'seo_redirects.filesystem.public' shared service.
  16445.      *
  16446.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16447.      */
  16448.     protected function getSeoRedirects_Filesystem_PublicService()
  16449.     {
  16450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16452.         return $this->services['seo_redirects.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/seo_redirects');
  16453.     }
  16454.     /**
  16455.      * Gets the public 'seo_url.repository' shared service.
  16456.      *
  16457.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16458.      */
  16459.     protected function getSeoUrl_RepositoryService()
  16460.     {
  16461.         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()));
  16462.     }
  16463.     /**
  16464.      * Gets the public 'seo_url_template.repository' shared service.
  16465.      *
  16466.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16467.      */
  16468.     protected function getSeoUrlTemplate_RepositoryService()
  16469.     {
  16470.         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()));
  16471.     }
  16472.     /**
  16473.      * Gets the public 'services_resetter' shared service.
  16474.      *
  16475.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  16476.      */
  16477.     protected function getServicesResetterService()
  16478.     {
  16479.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  16480.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  16481.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  16482.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  16483.             }
  16484.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  16485.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  16486.             }
  16487.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  16488.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  16489.             }
  16490.             if (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) {
  16491.                 yield 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? null);
  16492.             }
  16493.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  16494.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  16495.             }
  16496.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  16497.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  16498.             }
  16499.             if (false) {
  16500.                 yield 'shopware.increment.gateway.array' => null;
  16501.             }
  16502.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  16503.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  16504.             }
  16505.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  16506.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  16507.             }
  16508.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  16509.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  16510.             }
  16511.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  16512.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  16513.             }
  16514.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  16515.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  16516.             }
  16517.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  16518.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  16519.             }
  16520.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  16521.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  16522.             }
  16523.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  16524.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  16525.             }
  16526.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) {
  16527.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? null);
  16528.             }
  16529.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  16530.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  16531.             }
  16532.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  16533.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  16534.             }
  16535.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  16536.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  16537.             }
  16538.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  16539.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  16540.             }
  16541.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  16542.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  16543.             }
  16544.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) {
  16545.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? null);
  16546.             }
  16547.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) {
  16548.                 yield 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? null);
  16549.             }
  16550.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  16551.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  16552.             }
  16553.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  16554.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  16555.             }
  16556.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  16557.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  16558.             }
  16559.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  16560.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  16561.             }
  16562.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  16563.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  16564.             }
  16565.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  16566.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  16567.             }
  16568.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  16569.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  16570.             }
  16571.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  16572.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  16573.             }
  16574.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  16575.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  16576.             }
  16577.             if (isset($this->services['cache.app'])) {
  16578.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  16579.             }
  16580.             if (isset($this->services['cache.system'])) {
  16581.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  16582.             }
  16583.             if (isset($this->privates['cache.validator'])) {
  16584.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  16585.             }
  16586.             if (isset($this->privates['cache.serializer'])) {
  16587.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  16588.             }
  16589.             if (isset($this->privates['cache.annotations'])) {
  16590.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  16591.             }
  16592.             if (isset($this->privates['cache.property_info'])) {
  16593.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  16594.             }
  16595.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  16596.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  16597.             }
  16598.             if (isset($this->privates['mailer.message_logger_listener'])) {
  16599.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  16600.             }
  16601.             if (isset($this->privates['debug.stopwatch'])) {
  16602.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  16603.             }
  16604.             if (isset($this->services['event_dispatcher'])) {
  16605.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  16606.             }
  16607.             if (isset($this->privates['cache.rate_limiter'])) {
  16608.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  16609.             }
  16610.             if (isset($this->privates['.cache.object.inner'])) {
  16611.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  16612.             }
  16613.             if (isset($this->privates['.cache.http.inner'])) {
  16614.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  16615.             }
  16616.             if (isset($this->privates['cache.tags'])) {
  16617.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  16618.             }
  16619.             if (isset($this->privates['session_listener'])) {
  16620.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  16621.             }
  16622.             if (isset($this->services['cache.validator_expression_language'])) {
  16623.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  16624.             }
  16625.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  16626.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  16627.             }
  16628.             if (isset($this->services['.container.private.profiler'])) {
  16629.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  16630.             }
  16631.             if (isset($this->privates['debug.validator'])) {
  16632.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  16633.             }
  16634.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) {
  16635.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? null);
  16636.             }
  16637.             if (isset($this->privates['monolog.handler.console'])) {
  16638.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  16639.             }
  16640.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  16641.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  16642.             }
  16643.         }, function () {
  16644.             return + (int) (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) + (int) (false) + (int) (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) + (int) (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) + (int) (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) + (int) (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'])) + (int) (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) + (int) (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) + (int) (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) + (int) (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['cache.rate_limiter'])) + (int) (isset($this->privates['.cache.object.inner'])) + (int) (isset($this->privates['.cache.http.inner'])) + (int) (isset($this->privates['cache.tags'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->privates['debug.validator'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.business_event_handler_buffer']));
  16645.         }), ['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => [=> 'reset'], 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => [=> 'reset'], 'Shopware\\Core\\System\\CustomField\\CustomFieldService' => [=> 'reset'], 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [=> 'reset'], 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => [=> 'reset'], 'shopware.increment.gateway.array' => [=> 'resetAll'], 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => [=> 'reset'], 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => [=> 'reset'], 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => [=> 'reset'], 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => [=> 'reset'], 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => [=> 'reset'], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber' => [=> 'reset'], 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => [=> 'reset'], 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'cache.rate_limiter' => [=> 'reset'], '.cache.object.inner' => [=> 'reset'], '.cache.http.inner' => [=> 'reset'], 'cache.tags' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.business_event_handler_buffer' => [=> 'reset']]);
  16646.     }
  16647.     /**
  16648.      * Gets the public 'shipping_method.repository' shared service.
  16649.      *
  16650.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16651.      */
  16652.     protected function getShippingMethod_RepositoryService()
  16653.     {
  16654.         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()));
  16655.     }
  16656.     /**
  16657.      * Gets the public 'shipping_method_price.repository' shared service.
  16658.      *
  16659.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16660.      */
  16661.     protected function getShippingMethodPrice_RepositoryService()
  16662.     {
  16663.         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()));
  16664.     }
  16665.     /**
  16666.      * Gets the public 'shipping_method_tag.repository' shared service.
  16667.      *
  16668.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16669.      */
  16670.     protected function getShippingMethodTag_RepositoryService()
  16671.     {
  16672.         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()));
  16673.     }
  16674.     /**
  16675.      * Gets the public 'shipping_method_translation.repository' shared service.
  16676.      *
  16677.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16678.      */
  16679.     protected function getShippingMethodTranslation_RepositoryService()
  16680.     {
  16681.         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()));
  16682.     }
  16683.     /**
  16684.      * Gets the public 'shopware.filesystem.asset' shared service.
  16685.      *
  16686.      * @return \League\Flysystem\FilesystemInterface
  16687.      */
  16688.     protected function getShopware_Filesystem_AssetService()
  16689.     {
  16690.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  16691.     }
  16692.     /**
  16693.      * Gets the public 'shopware.filesystem.private' shared service.
  16694.      *
  16695.      * @return \League\Flysystem\FilesystemInterface
  16696.      */
  16697.     protected function getShopware_Filesystem_PrivateService()
  16698.     {
  16699.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  16700.     }
  16701.     /**
  16702.      * Gets the public 'shopware.filesystem.public' shared service.
  16703.      *
  16704.      * @return \League\Flysystem\FilesystemInterface
  16705.      */
  16706.     protected function getShopware_Filesystem_PublicService()
  16707.     {
  16708.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  16709.     }
  16710.     /**
  16711.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  16712.      *
  16713.      * @return \League\Flysystem\FilesystemInterface
  16714.      */
  16715.     protected function getShopware_Filesystem_SitemapService()
  16716.     {
  16717.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  16718.     }
  16719.     /**
  16720.      * Gets the public 'shopware.filesystem.temp' shared service.
  16721.      *
  16722.      * @return \League\Flysystem\FilesystemInterface
  16723.      */
  16724.     protected function getShopware_Filesystem_TempService()
  16725.     {
  16726.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  16727.     }
  16728.     /**
  16729.      * Gets the public 'shopware.filesystem.theme' shared service.
  16730.      *
  16731.      * @return \League\Flysystem\FilesystemInterface
  16732.      */
  16733.     protected function getShopware_Filesystem_ThemeService()
  16734.     {
  16735.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  16736.     }
  16737.     /**
  16738.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  16739.      *
  16740.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  16741.      */
  16742.     protected function getShopware_Increment_Gateway_RegistryService()
  16743.     {
  16744.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  16745.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  16746.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  16747.         }, 2));
  16748.     }
  16749.     /**
  16750.      * Gets the public 'shopware.store_client' shared service.
  16751.      *
  16752.      * @return \GuzzleHttp\Client
  16753.      */
  16754.     protected function getShopware_StoreClientService($lazyLoad true)
  16755.     {
  16756.         if ($lazyLoad) {
  16757.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  16758.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  16759.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  16760.                     $proxy->setProxyInitializer(null);
  16761.                     return true;
  16762.                 });
  16763.             });
  16764.         }
  16765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  16766.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  16767.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  16768.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  16769.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  16770.         }, 3)))->create();
  16771.     }
  16772.     /**
  16773.      * Gets the public 'snippet.repository' shared service.
  16774.      *
  16775.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16776.      */
  16777.     protected function getSnippet_RepositoryService()
  16778.     {
  16779.         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()));
  16780.     }
  16781.     /**
  16782.      * Gets the public 'snippet_set.repository' shared service.
  16783.      *
  16784.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16785.      */
  16786.     protected function getSnippetSet_RepositoryService()
  16787.     {
  16788.         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()));
  16789.     }
  16790.     /**
  16791.      * Gets the public 'solid_advanced_slider_elements.filesystem.private' shared service.
  16792.      *
  16793.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16794.      */
  16795.     protected function getSolidAdvancedSliderElements_Filesystem_PrivateService()
  16796.     {
  16797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16799.         return $this->services['solid_advanced_slider_elements.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/solid_advanced_slider_elements');
  16800.     }
  16801.     /**
  16802.      * Gets the public 'solid_advanced_slider_elements.filesystem.public' shared service.
  16803.      *
  16804.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16805.      */
  16806.     protected function getSolidAdvancedSliderElements_Filesystem_PublicService()
  16807.     {
  16808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16810.         return $this->services['solid_advanced_slider_elements.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/solid_advanced_slider_elements');
  16811.     }
  16812.     /**
  16813.      * Gets the public 'state_machine.repository' shared service.
  16814.      *
  16815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16816.      */
  16817.     protected function getStateMachine_RepositoryService()
  16818.     {
  16819.         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()));
  16820.     }
  16821.     /**
  16822.      * Gets the public 'state_machine_history.repository' shared service.
  16823.      *
  16824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16825.      */
  16826.     protected function getStateMachineHistory_RepositoryService()
  16827.     {
  16828.         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()));
  16829.     }
  16830.     /**
  16831.      * Gets the public 'state_machine_state.repository' shared service.
  16832.      *
  16833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16834.      */
  16835.     protected function getStateMachineState_RepositoryService()
  16836.     {
  16837.         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()));
  16838.     }
  16839.     /**
  16840.      * Gets the public 'state_machine_state_translation.repository' shared service.
  16841.      *
  16842.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16843.      */
  16844.     protected function getStateMachineStateTranslation_RepositoryService()
  16845.     {
  16846.         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()));
  16847.     }
  16848.     /**
  16849.      * Gets the public 'state_machine_transition.repository' shared service.
  16850.      *
  16851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16852.      */
  16853.     protected function getStateMachineTransition_RepositoryService()
  16854.     {
  16855.         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()));
  16856.     }
  16857.     /**
  16858.      * Gets the public 'state_machine_translation.repository' shared service.
  16859.      *
  16860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16861.      */
  16862.     protected function getStateMachineTranslation_RepositoryService()
  16863.     {
  16864.         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()));
  16865.     }
  16866.     /**
  16867.      * Gets the public 'storefront.filesystem.private' shared service.
  16868.      *
  16869.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16870.      */
  16871.     protected function getStorefront_Filesystem_PrivateService()
  16872.     {
  16873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16875.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  16876.     }
  16877.     /**
  16878.      * Gets the public 'storefront.filesystem.public' shared service.
  16879.      *
  16880.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16881.      */
  16882.     protected function getStorefront_Filesystem_PublicService()
  16883.     {
  16884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16886.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  16887.     }
  16888.     /**
  16889.      * Gets the public 'swag_extension_store.filesystem.private' shared service.
  16890.      *
  16891.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16892.      */
  16893.     protected function getSwagExtensionStore_Filesystem_PrivateService()
  16894.     {
  16895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16897.         return $this->services['swag_extension_store.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_extension_store');
  16898.     }
  16899.     /**
  16900.      * Gets the public 'swag_extension_store.filesystem.public' shared service.
  16901.      *
  16902.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16903.      */
  16904.     protected function getSwagExtensionStore_Filesystem_PublicService()
  16905.     {
  16906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16908.         return $this->services['swag_extension_store.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_extension_store');
  16909.     }
  16910.     /**
  16911.      * Gets the public 'swag_language_pack.filesystem.private' shared service.
  16912.      *
  16913.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16914.      */
  16915.     protected function getSwagLanguagePack_Filesystem_PrivateService()
  16916.     {
  16917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16919.         return $this->services['swag_language_pack.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/swag_language_pack');
  16920.     }
  16921.     /**
  16922.      * Gets the public 'swag_language_pack.filesystem.public' shared service.
  16923.      *
  16924.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16925.      */
  16926.     protected function getSwagLanguagePack_Filesystem_PublicService()
  16927.     {
  16928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16930.         return $this->services['swag_language_pack.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/swag_language_pack');
  16931.     }
  16932.     /**
  16933.      * Gets the public 'swag_language_pack_language.repository' shared service.
  16934.      *
  16935.      * @return \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator
  16936.      */
  16937.     protected function getSwagLanguagePackLanguage_RepositoryService()
  16938.     {
  16939.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Content/PackLanguageRepositoryDecorator.php';
  16940.         return $this->services['swag_language_pack_language.repository'] = new \Swag\LanguagePack\Core\Content\PackLanguageRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Swag\\LanguagePack\\PackLanguage\\PackLanguageDefinition'] ?? $this->getPackLanguageDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  16941.     }
  16942.     /**
  16943.      * Gets the public 'system.filesystem.private' shared service.
  16944.      *
  16945.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16946.      */
  16947.     protected function getSystem_Filesystem_PrivateService()
  16948.     {
  16949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16951.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  16952.     }
  16953.     /**
  16954.      * Gets the public 'system.filesystem.public' shared service.
  16955.      *
  16956.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  16957.      */
  16958.     protected function getSystem_Filesystem_PublicService()
  16959.     {
  16960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  16961.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  16962.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  16963.     }
  16964.     /**
  16965.      * Gets the public 'system_config.repository' shared service.
  16966.      *
  16967.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16968.      */
  16969.     protected function getSystemConfig_RepositoryService()
  16970.     {
  16971.         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()));
  16972.     }
  16973.     /**
  16974.      * Gets the public 'tag.repository' shared service.
  16975.      *
  16976.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16977.      */
  16978.     protected function getTag_RepositoryService()
  16979.     {
  16980.         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()));
  16981.     }
  16982.     /**
  16983.      * Gets the public 'tax.repository' shared service.
  16984.      *
  16985.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16986.      */
  16987.     protected function getTax_RepositoryService()
  16988.     {
  16989.         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()));
  16990.     }
  16991.     /**
  16992.      * Gets the public 'tax_rule.repository' shared service.
  16993.      *
  16994.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  16995.      */
  16996.     protected function getTaxRule_RepositoryService()
  16997.     {
  16998.         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()));
  16999.     }
  17000.     /**
  17001.      * Gets the public 'tax_rule_type.repository' shared service.
  17002.      *
  17003.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17004.      */
  17005.     protected function getTaxRuleType_RepositoryService()
  17006.     {
  17007.         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()));
  17008.     }
  17009.     /**
  17010.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  17011.      *
  17012.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17013.      */
  17014.     protected function getTaxRuleTypeTranslation_RepositoryService()
  17015.     {
  17016.         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()));
  17017.     }
  17018.     /**
  17019.      * Gets the public 'theme.repository' shared service.
  17020.      *
  17021.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17022.      */
  17023.     protected function getTheme_RepositoryService()
  17024.     {
  17025.         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()));
  17026.     }
  17027.     /**
  17028.      * Gets the public 'theme_child.repository' shared service.
  17029.      *
  17030.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17031.      */
  17032.     protected function getThemeChild_RepositoryService()
  17033.     {
  17034.         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()));
  17035.     }
  17036.     /**
  17037.      * Gets the public 'theme_media.repository' shared service.
  17038.      *
  17039.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17040.      */
  17041.     protected function getThemeMedia_RepositoryService()
  17042.     {
  17043.         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()));
  17044.     }
  17045.     /**
  17046.      * Gets the public 'theme_sales_channel.repository' shared service.
  17047.      *
  17048.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17049.      */
  17050.     protected function getThemeSalesChannel_RepositoryService()
  17051.     {
  17052.         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()));
  17053.     }
  17054.     /**
  17055.      * Gets the public 'theme_translation.repository' shared service.
  17056.      *
  17057.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17058.      */
  17059.     protected function getThemeTranslation_RepositoryService()
  17060.     {
  17061.         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()));
  17062.     }
  17063.     /**
  17064.      * Gets the public 'translator' shared service.
  17065.      *
  17066.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  17067.      */
  17068.     protected function getTranslatorService()
  17069.     {
  17070.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()));
  17071.     }
  17072.     /**
  17073.      * Gets the public 'unit.repository' shared service.
  17074.      *
  17075.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17076.      */
  17077.     protected function getUnit_RepositoryService()
  17078.     {
  17079.         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()));
  17080.     }
  17081.     /**
  17082.      * Gets the public 'unit_translation.repository' shared service.
  17083.      *
  17084.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17085.      */
  17086.     protected function getUnitTranslation_RepositoryService()
  17087.     {
  17088.         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()));
  17089.     }
  17090.     /**
  17091.      * Gets the public 'user.repository' shared service.
  17092.      *
  17093.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17094.      */
  17095.     protected function getUser_RepositoryService()
  17096.     {
  17097.         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()));
  17098.     }
  17099.     /**
  17100.      * Gets the public 'user_access_key.repository' shared service.
  17101.      *
  17102.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17103.      */
  17104.     protected function getUserAccessKey_RepositoryService()
  17105.     {
  17106.         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()));
  17107.     }
  17108.     /**
  17109.      * Gets the public 'user_config.repository' shared service.
  17110.      *
  17111.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17112.      */
  17113.     protected function getUserConfig_RepositoryService()
  17114.     {
  17115.         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()));
  17116.     }
  17117.     /**
  17118.      * Gets the public 'user_recovery.repository' shared service.
  17119.      *
  17120.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17121.      */
  17122.     protected function getUserRecovery_RepositoryService()
  17123.     {
  17124.         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()));
  17125.     }
  17126.     /**
  17127.      * Gets the public 'var_dumper.cloner' shared service.
  17128.      *
  17129.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  17130.      */
  17131.     protected function getVarDumper_ClonerService()
  17132.     {
  17133.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  17134.         $instance->setMaxItems(2500);
  17135.         $instance->setMinDepth(1);
  17136.         $instance->setMaxString(-1);
  17137.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  17138.         return $instance;
  17139.     }
  17140.     /**
  17141.      * Gets the public 'version.repository' shared service.
  17142.      *
  17143.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17144.      */
  17145.     protected function getVersion_RepositoryService()
  17146.     {
  17147.         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()));
  17148.     }
  17149.     /**
  17150.      * Gets the public 'version_commit.repository' shared service.
  17151.      *
  17152.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17153.      */
  17154.     protected function getVersionCommit_RepositoryService()
  17155.     {
  17156.         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()));
  17157.     }
  17158.     /**
  17159.      * Gets the public 'version_commit_data.repository' shared service.
  17160.      *
  17161.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17162.      */
  17163.     protected function getVersionCommitData_RepositoryService()
  17164.     {
  17165.         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()));
  17166.     }
  17167.     /**
  17168.      * Gets the public 'wbm_data_layer_modules.repository' shared service.
  17169.      *
  17170.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17171.      */
  17172.     protected function getWbmDataLayerModules_RepositoryService()
  17173.     {
  17174.         return $this->services['wbm_data_layer_modules.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Module\\ModuleDefinition'] ?? $this->getModuleDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17175.     }
  17176.     /**
  17177.      * Gets the public 'wbm_data_layer_properties.repository' shared service.
  17178.      *
  17179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17180.      */
  17181.     protected function getWbmDataLayerProperties_RepositoryService()
  17182.     {
  17183.         return $this->services['wbm_data_layer_properties.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Wbm\\TagManagerEcomm\\Core\\Content\\Property\\PropertyDefinition'] ?? $this->getPropertyDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17184.     }
  17185.     /**
  17186.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.private' shared service.
  17187.      *
  17188.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17189.      */
  17190.     protected function getWbmTagManagerEcomm_Filesystem_PrivateService()
  17191.     {
  17192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17194.         return $this->services['wbm_tag_manager_ecomm.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/wbm_tag_manager_ecomm');
  17195.     }
  17196.     /**
  17197.      * Gets the public 'wbm_tag_manager_ecomm.filesystem.public' shared service.
  17198.      *
  17199.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17200.      */
  17201.     protected function getWbmTagManagerEcomm_Filesystem_PublicService()
  17202.     {
  17203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17205.         return $this->services['wbm_tag_manager_ecomm.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/wbm_tag_manager_ecomm');
  17206.     }
  17207.     /**
  17208.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  17209.      *
  17210.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  17211.      */
  17212.     protected function getWebProfiler_Controller_ExceptionPanelService()
  17213.     {
  17214.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  17215.         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()));
  17216.     }
  17217.     /**
  17218.      * Gets the public 'web_profiler.controller.profiler' shared service.
  17219.      *
  17220.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  17221.      */
  17222.     protected function getWebProfiler_Controller_ProfilerService()
  17223.     {
  17224.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  17225.         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));
  17226.     }
  17227.     /**
  17228.      * Gets the public 'web_profiler.controller.router' shared service.
  17229.      *
  17230.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  17231.      */
  17232.     protected function getWebProfiler_Controller_RouterService()
  17233.     {
  17234.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  17235.         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 () {
  17236.             return new \EmptyIterator();
  17237.         }, 0));
  17238.     }
  17239.     /**
  17240.      * Gets the public 'webhook.repository' shared service.
  17241.      *
  17242.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17243.      */
  17244.     protected function getWebhook_RepositoryService()
  17245.     {
  17246.         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()));
  17247.     }
  17248.     /**
  17249.      * Gets the public 'webhook_event_log.repository' shared service.
  17250.      *
  17251.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17252.      */
  17253.     protected function getWebhookEventLog_RepositoryService()
  17254.     {
  17255.         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()));
  17256.     }
  17257.     /**
  17258.      * Gets the public 'websignaal_cms_extensions.filesystem.private' shared service.
  17259.      *
  17260.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17261.      */
  17262.     protected function getWebsignaalCmsExtensions_Filesystem_PrivateService()
  17263.     {
  17264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17266.         return $this->services['websignaal_cms_extensions.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/websignaal_cms_extensions');
  17267.     }
  17268.     /**
  17269.      * Gets the public 'websignaal_cms_extensions.filesystem.public' shared service.
  17270.      *
  17271.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  17272.      */
  17273.     protected function getWebsignaalCmsExtensions_Filesystem_PublicService()
  17274.     {
  17275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  17276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  17277.         return $this->services['websignaal_cms_extensions.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/websignaal_cms_extensions');
  17278.     }
  17279.     /**
  17280.      * Gets the public 'ws_redirect.repository' shared service.
  17281.      *
  17282.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  17283.      */
  17284.     protected function getWsRedirect_RepositoryService()
  17285.     {
  17286.         return $this->services['ws_redirect.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Websignaal\\SeoRedirects\\DataAbstractionLayer\\WsRedirect\\WsRedirectDefinition'] ?? $this->getWsRedirectDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  17287.     }
  17288.     /**
  17289.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  17290.      *
  17291.      * @return \Symfony\Component\Console\Command\LazyCommand
  17292.      */
  17293.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  17294.     {
  17295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17297.         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 {
  17298.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  17299.         });
  17300.     }
  17301.     /**
  17302.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  17303.      *
  17304.      * @return \Symfony\Component\Console\Command\LazyCommand
  17305.      */
  17306.     protected function getDotenvDumpCommand_LazyService()
  17307.     {
  17308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17310.         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 {
  17311.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  17312.         });
  17313.     }
  17314.     /**
  17315.      * Gets the private '.cache.http.inner' shared service.
  17316.      *
  17317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17318.      */
  17319.     protected function get_Cache_Http_InnerService()
  17320.     {
  17321.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  17322.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17323.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  17324.     }
  17325.     /**
  17326.      * Gets the private '.cache.object.inner' shared service.
  17327.      *
  17328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17329.      */
  17330.     protected function get_Cache_Object_InnerService()
  17331.     {
  17332.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  17333.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17334.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  17335.     }
  17336.     /**
  17337.      * Gets the private '.console.command.about.lazy' shared service.
  17338.      *
  17339.      * @return \Symfony\Component\Console\Command\LazyCommand
  17340.      */
  17341.     protected function get_Console_Command_About_LazyService()
  17342.     {
  17343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17345.         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 {
  17346.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  17347.         });
  17348.     }
  17349.     /**
  17350.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  17351.      *
  17352.      * @return \Symfony\Component\Console\Command\LazyCommand
  17353.      */
  17354.     protected function get_Console_Command_CacheClear_LazyService()
  17355.     {
  17356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17358.         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 {
  17359.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  17360.         });
  17361.     }
  17362.     /**
  17363.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  17364.      *
  17365.      * @return \Symfony\Component\Console\Command\LazyCommand
  17366.      */
  17367.     protected function get_Console_Command_CachePoolClear_LazyService()
  17368.     {
  17369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17371.         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 {
  17372.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  17373.         });
  17374.     }
  17375.     /**
  17376.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  17377.      *
  17378.      * @return \Symfony\Component\Console\Command\LazyCommand
  17379.      */
  17380.     protected function get_Console_Command_CachePoolDelete_LazyService()
  17381.     {
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17384.         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 {
  17385.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  17386.         });
  17387.     }
  17388.     /**
  17389.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  17390.      *
  17391.      * @return \Symfony\Component\Console\Command\LazyCommand
  17392.      */
  17393.     protected function get_Console_Command_CachePoolList_LazyService()
  17394.     {
  17395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17397.         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 {
  17398.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  17399.         });
  17400.     }
  17401.     /**
  17402.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  17403.      *
  17404.      * @return \Symfony\Component\Console\Command\LazyCommand
  17405.      */
  17406.     protected function get_Console_Command_CachePoolPrune_LazyService()
  17407.     {
  17408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17410.         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 {
  17411.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  17412.         });
  17413.     }
  17414.     /**
  17415.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  17416.      *
  17417.      * @return \Symfony\Component\Console\Command\LazyCommand
  17418.      */
  17419.     protected function get_Console_Command_CacheWarmup_LazyService()
  17420.     {
  17421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17423.         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 {
  17424.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  17425.         });
  17426.     }
  17427.     /**
  17428.      * Gets the private '.console.command.config_debug.lazy' shared service.
  17429.      *
  17430.      * @return \Symfony\Component\Console\Command\LazyCommand
  17431.      */
  17432.     protected function get_Console_Command_ConfigDebug_LazyService()
  17433.     {
  17434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17436.         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 {
  17437.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  17438.         });
  17439.     }
  17440.     /**
  17441.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  17442.      *
  17443.      * @return \Symfony\Component\Console\Command\LazyCommand
  17444.      */
  17445.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  17446.     {
  17447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17449.         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 {
  17450.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  17451.         });
  17452.     }
  17453.     /**
  17454.      * Gets the private '.console.command.container_debug.lazy' shared service.
  17455.      *
  17456.      * @return \Symfony\Component\Console\Command\LazyCommand
  17457.      */
  17458.     protected function get_Console_Command_ContainerDebug_LazyService()
  17459.     {
  17460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17462.         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 {
  17463.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  17464.         });
  17465.     }
  17466.     /**
  17467.      * Gets the private '.console.command.container_lint.lazy' shared service.
  17468.      *
  17469.      * @return \Symfony\Component\Console\Command\LazyCommand
  17470.      */
  17471.     protected function get_Console_Command_ContainerLint_LazyService()
  17472.     {
  17473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17475.         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 {
  17476.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  17477.         });
  17478.     }
  17479.     /**
  17480.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  17481.      *
  17482.      * @return \Symfony\Component\Console\Command\LazyCommand
  17483.      */
  17484.     protected function get_Console_Command_DebugAutowiring_LazyService()
  17485.     {
  17486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17488.         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 {
  17489.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  17490.         });
  17491.     }
  17492.     /**
  17493.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  17494.      *
  17495.      * @return \Symfony\Component\Console\Command\LazyCommand
  17496.      */
  17497.     protected function get_Console_Command_DotenvDebug_LazyService()
  17498.     {
  17499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17501.         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 {
  17502.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  17503.         });
  17504.     }
  17505.     /**
  17506.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  17507.      *
  17508.      * @return \Symfony\Component\Console\Command\LazyCommand
  17509.      */
  17510.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  17511.     {
  17512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17514.         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 {
  17515.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  17516.         });
  17517.     }
  17518.     /**
  17519.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  17520.      *
  17521.      * @return \Symfony\Component\Console\Command\LazyCommand
  17522.      */
  17523.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  17524.     {
  17525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17527.         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 {
  17528.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  17529.         });
  17530.     }
  17531.     /**
  17532.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  17533.      *
  17534.      * @return \Symfony\Component\Console\Command\LazyCommand
  17535.      */
  17536.     protected function get_Console_Command_MessengerDebug_LazyService()
  17537.     {
  17538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17540.         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 {
  17541.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  17542.         });
  17543.     }
  17544.     /**
  17545.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  17546.      *
  17547.      * @return \Symfony\Component\Console\Command\LazyCommand
  17548.      */
  17549.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  17550.     {
  17551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17553.         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 {
  17554.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  17555.         });
  17556.     }
  17557.     /**
  17558.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  17559.      *
  17560.      * @return \Symfony\Component\Console\Command\LazyCommand
  17561.      */
  17562.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  17563.     {
  17564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17566.         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 {
  17567.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  17568.         });
  17569.     }
  17570.     /**
  17571.      * Gets the private '.console.command.router_debug.lazy' shared service.
  17572.      *
  17573.      * @return \Symfony\Component\Console\Command\LazyCommand
  17574.      */
  17575.     protected function get_Console_Command_RouterDebug_LazyService()
  17576.     {
  17577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17579.         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 {
  17580.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  17581.         });
  17582.     }
  17583.     /**
  17584.      * Gets the private '.console.command.router_match.lazy' shared service.
  17585.      *
  17586.      * @return \Symfony\Component\Console\Command\LazyCommand
  17587.      */
  17588.     protected function get_Console_Command_RouterMatch_LazyService()
  17589.     {
  17590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17592.         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 {
  17593.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  17594.         });
  17595.     }
  17596.     /**
  17597.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  17598.      *
  17599.      * @return \Symfony\Component\Console\Command\LazyCommand
  17600.      */
  17601.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  17602.     {
  17603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17605.         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 {
  17606.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  17607.         });
  17608.     }
  17609.     /**
  17610.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  17611.      *
  17612.      * @return \Symfony\Component\Console\Command\LazyCommand
  17613.      */
  17614.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  17615.     {
  17616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17618.         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 {
  17619.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  17620.         });
  17621.     }
  17622.     /**
  17623.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  17624.      *
  17625.      * @return \Symfony\Component\Console\Command\LazyCommand
  17626.      */
  17627.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  17628.     {
  17629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17631.         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 {
  17632.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  17633.         });
  17634.     }
  17635.     /**
  17636.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  17637.      *
  17638.      * @return \Symfony\Component\Console\Command\LazyCommand
  17639.      */
  17640.     protected function get_Console_Command_SecretsList_LazyService()
  17641.     {
  17642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17644.         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 {
  17645.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  17646.         });
  17647.     }
  17648.     /**
  17649.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  17650.      *
  17651.      * @return \Symfony\Component\Console\Command\LazyCommand
  17652.      */
  17653.     protected function get_Console_Command_SecretsRemove_LazyService()
  17654.     {
  17655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17657.         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 {
  17658.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  17659.         });
  17660.     }
  17661.     /**
  17662.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  17663.      *
  17664.      * @return \Symfony\Component\Console\Command\LazyCommand
  17665.      */
  17666.     protected function get_Console_Command_SecretsSet_LazyService()
  17667.     {
  17668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17670.         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 {
  17671.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  17672.         });
  17673.     }
  17674.     /**
  17675.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  17676.      *
  17677.      * @return \Symfony\Component\Console\Command\LazyCommand
  17678.      */
  17679.     protected function get_Console_Command_TranslationDebug_LazyService()
  17680.     {
  17681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17683.         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 {
  17684.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  17685.         });
  17686.     }
  17687.     /**
  17688.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  17689.      *
  17690.      * @return \Symfony\Component\Console\Command\LazyCommand
  17691.      */
  17692.     protected function get_Console_Command_TranslationExtract_LazyService()
  17693.     {
  17694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17696.         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 {
  17697.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  17698.         });
  17699.     }
  17700.     /**
  17701.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  17702.      *
  17703.      * @return \Symfony\Component\Console\Command\LazyCommand
  17704.      */
  17705.     protected function get_Console_Command_TranslationPull_LazyService()
  17706.     {
  17707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17709.         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 {
  17710.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  17711.         });
  17712.     }
  17713.     /**
  17714.      * Gets the private '.console.command.translation_push.lazy' shared service.
  17715.      *
  17716.      * @return \Symfony\Component\Console\Command\LazyCommand
  17717.      */
  17718.     protected function get_Console_Command_TranslationPush_LazyService()
  17719.     {
  17720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17722.         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 {
  17723.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  17724.         });
  17725.     }
  17726.     /**
  17727.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  17728.      *
  17729.      * @return \Symfony\Component\Console\Command\LazyCommand
  17730.      */
  17731.     protected function get_Console_Command_ValidatorDebug_LazyService()
  17732.     {
  17733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17735.         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 {
  17736.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  17737.         });
  17738.     }
  17739.     /**
  17740.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  17741.      *
  17742.      * @return \Symfony\Component\Console\Command\LazyCommand
  17743.      */
  17744.     protected function get_Console_Command_XliffLint_LazyService()
  17745.     {
  17746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17748.         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 {
  17749.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  17750.         });
  17751.     }
  17752.     /**
  17753.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  17754.      *
  17755.      * @return \Symfony\Component\Console\Command\LazyCommand
  17756.      */
  17757.     protected function get_Console_Command_YamlLint_LazyService()
  17758.     {
  17759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  17761.         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 {
  17762.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  17763.         });
  17764.     }
  17765.     /**
  17766.      * Gets the private '.errored..service_locator.MgXytEm.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  17767.      *
  17768.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  17769.      */
  17770.     protected function getRequestDataBagService()
  17771.     {
  17772.         $this->throw('Cannot autowire service ".service_locator.MgXytEm": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  17773.     }
  17774.     /**
  17775.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  17776.      *
  17777.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  17778.      */
  17779.     protected function getLoaderInterfaceService()
  17780.     {
  17781.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  17782.     }
  17783.     /**
  17784.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  17785.      *
  17786.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17787.      */
  17788.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  17789.     {
  17790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17791.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  17792.     }
  17793.     /**
  17794.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  17795.      *
  17796.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17797.      */
  17798.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  17799.     {
  17800.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17801.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  17802.     }
  17803.     /**
  17804.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  17805.      *
  17806.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17807.      */
  17808.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  17809.     {
  17810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17811.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService()), []);
  17812.     }
  17813.     /**
  17814.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  17815.      *
  17816.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17817.      */
  17818.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  17819.     {
  17820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17821.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  17822.     }
  17823.     /**
  17824.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  17825.      *
  17826.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17827.      */
  17828.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  17829.     {
  17830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17831.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  17832.     }
  17833.     /**
  17834.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  17835.      *
  17836.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17837.      */
  17838.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  17839.     {
  17840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17841.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  17842.     }
  17843.     /**
  17844.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  17845.      *
  17846.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17847.      */
  17848.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  17849.     {
  17850.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17851.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  17852.     }
  17853.     /**
  17854.      * Gets the private '.messenger.handler_descriptor.9FtfQXI' shared service.
  17855.      *
  17856.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17857.      */
  17858.     protected function get_Messenger_HandlerDescriptor_9FtfQXIService()
  17859.     {
  17860.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17861.         return $this->privates['.messenger.handler_descriptor.9FtfQXI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()), []);
  17862.     }
  17863.     /**
  17864.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  17865.      *
  17866.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17867.      */
  17868.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  17869.     {
  17870.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17871.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  17872.     }
  17873.     /**
  17874.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  17875.      *
  17876.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17877.      */
  17878.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  17879.     {
  17880.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17881.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService()), []);
  17882.     }
  17883.     /**
  17884.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  17885.      *
  17886.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17887.      */
  17888.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  17889.     {
  17890.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17891.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  17892.     }
  17893.     /**
  17894.      * Gets the private '.messenger.handler_descriptor.MTsgLOi' shared service.
  17895.      *
  17896.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17897.      */
  17898.     protected function get_Messenger_HandlerDescriptor_MTsgLOiService()
  17899.     {
  17900.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17901.         return $this->privates['.messenger.handler_descriptor.MTsgLOi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTaskHandler'] ?? $this->getCacheInvalidateTaskHandlerService()), []);
  17902.     }
  17903.     /**
  17904.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  17905.      *
  17906.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17907.      */
  17908.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  17909.     {
  17910.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17911.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  17912.     }
  17913.     /**
  17914.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  17915.      *
  17916.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17917.      */
  17918.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  17919.     {
  17920.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17921.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()), []);
  17922.     }
  17923.     /**
  17924.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  17925.      *
  17926.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17927.      */
  17928.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  17929.     {
  17930.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17931.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService()), []);
  17932.     }
  17933.     /**
  17934.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  17935.      *
  17936.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17937.      */
  17938.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  17939.     {
  17940.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17941.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  17942.     }
  17943.     /**
  17944.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  17945.      *
  17946.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17947.      */
  17948.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  17949.     {
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17951.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService()), []);
  17952.     }
  17953.     /**
  17954.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  17955.      *
  17956.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17957.      */
  17958.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  17959.     {
  17960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17961.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService()), []);
  17962.     }
  17963.     /**
  17964.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  17965.      *
  17966.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17967.      */
  17968.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  17969.     {
  17970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17971.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  17972.     }
  17973.     /**
  17974.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  17975.      *
  17976.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17977.      */
  17978.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  17979.     {
  17980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17981.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  17982.     }
  17983.     /**
  17984.      * Gets the private '.messenger.handler_descriptor.aM76mVQ' shared service.
  17985.      *
  17986.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17987.      */
  17988.     protected function get_Messenger_HandlerDescriptor_AM76mVQService()
  17989.     {
  17990.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  17991.         return $this->privates['.messenger.handler_descriptor.aM76mVQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService()), []);
  17992.     }
  17993.     /**
  17994.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  17995.      *
  17996.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  17997.      */
  17998.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  17999.     {
  18000.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18001.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService()), []);
  18002.     }
  18003.     /**
  18004.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  18005.      *
  18006.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18007.      */
  18008.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  18009.     {
  18010.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18011.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  18012.     }
  18013.     /**
  18014.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  18015.      *
  18016.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18017.      */
  18018.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  18019.     {
  18020.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18021.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  18022.     }
  18023.     /**
  18024.      * Gets the private '.messenger.handler_descriptor.goUFZIo' shared service.
  18025.      *
  18026.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18027.      */
  18028.     protected function get_Messenger_HandlerDescriptor_GoUFZIoService()
  18029.     {
  18030.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18031.         return $this->privates['.messenger.handler_descriptor.goUFZIo'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService()), []);
  18032.     }
  18033.     /**
  18034.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  18035.      *
  18036.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18037.      */
  18038.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  18039.     {
  18040.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18041.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService()), []);
  18042.     }
  18043.     /**
  18044.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  18045.      *
  18046.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18047.      */
  18048.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  18049.     {
  18050.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18051.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  18052.     }
  18053.     /**
  18054.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  18055.      *
  18056.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18057.      */
  18058.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  18059.     {
  18060.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18061.         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()), []);
  18062.     }
  18063.     /**
  18064.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  18065.      *
  18066.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18067.      */
  18068.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  18069.     {
  18070.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18071.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService()), []);
  18072.     }
  18073.     /**
  18074.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  18075.      *
  18076.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18077.      */
  18078.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  18079.     {
  18080.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18081.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService()), []);
  18082.     }
  18083.     /**
  18084.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  18085.      *
  18086.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18087.      */
  18088.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  18089.     {
  18090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18091.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  18092.     }
  18093.     /**
  18094.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  18095.      *
  18096.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18097.      */
  18098.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  18099.     {
  18100.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18101.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService()), []);
  18102.     }
  18103.     /**
  18104.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  18105.      *
  18106.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18107.      */
  18108.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  18109.     {
  18110.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18111.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  18112.     }
  18113.     /**
  18114.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  18115.      *
  18116.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18117.      */
  18118.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  18119.     {
  18120.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18121.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  18122.     }
  18123.     /**
  18124.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  18125.      *
  18126.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  18127.      */
  18128.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  18129.     {
  18130.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18131.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  18132.     }
  18133.     /**
  18134.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  18135.      *
  18136.      * @return \Symfony\Component\Console\Command\LazyCommand
  18137.      */
  18138.     protected function get_Monolog_Command_ServerLog_LazyService()
  18139.     {
  18140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18142.         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 {
  18143.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  18144.         });
  18145.     }
  18146.     /**
  18147.      * Gets the private '.service_locator.MgXytEm' shared service.
  18148.      *
  18149.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18150.      */
  18151.     protected function get_ServiceLocator_MgXytEmService()
  18152.     {
  18153.         return $this->privates['.service_locator.MgXytEm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18154.             'dataBag' => ['privates''.errored..service_locator.MgXytEm.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.MgXytEm": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  18155.         ], [
  18156.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  18157.         ]);
  18158.     }
  18159.     /**
  18160.      * Gets the private '.service_locator.dnaFhpz' shared service.
  18161.      *
  18162.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18163.      */
  18164.     protected function get_ServiceLocator_DnaFhpzService()
  18165.     {
  18166.         return $this->privates['.service_locator.dnaFhpz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18167.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  18168.         ], [
  18169.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  18170.         ]);
  18171.     }
  18172.     /**
  18173.      * Gets the private '.service_locator.ltYzMMM' shared service.
  18174.      *
  18175.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18176.      */
  18177.     protected function get_ServiceLocator_LtYzMMMService()
  18178.     {
  18179.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18180.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  18181.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  18182.         ], [
  18183.             'default' => '?',
  18184.             'messenger.transport.default' => '?',
  18185.         ]);
  18186.     }
  18187.     /**
  18188.      * Gets the private '.service_locator.nVgY_UE' shared service.
  18189.      *
  18190.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18191.      */
  18192.     protected function get_ServiceLocator_NVgYUEService()
  18193.     {
  18194.         return $this->privates['.service_locator.nVgY_UE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18195.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  18196.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  18197.             'kernel::reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  18198.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  18199.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.MgXytEm''get_ServiceLocator_MgXytEmService'false],
  18200.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  18201.             'kernel:reboot' => ['privates''.service_locator.dnaFhpz''get_ServiceLocator_DnaFhpzService'false],
  18202.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  18203.         ], [
  18204.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  18205.             'kernel::loadRoutes' => '?',
  18206.             'kernel::reboot' => '?',
  18207.             'kernel::registerContainerConfiguration' => '?',
  18208.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  18209.             'kernel:loadRoutes' => '?',
  18210.             'kernel:reboot' => '?',
  18211.             'kernel:registerContainerConfiguration' => '?',
  18212.         ]);
  18213.     }
  18214.     /**
  18215.      * Gets the private '.service_locator.xUrKPVU' shared service.
  18216.      *
  18217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18218.      */
  18219.     protected function get_ServiceLocator_XUrKPVUService()
  18220.     {
  18221.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18222.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  18223.         ], [
  18224.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  18225.         ]);
  18226.     }
  18227.     /**
  18228.      * Gets the private '.session.deprecated' shared service.
  18229.      *
  18230.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  18231.      */
  18232.     protected function get_Session_DeprecatedService()
  18233.     {
  18234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  18235.         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();
  18236.     }
  18237.     /**
  18238.      * Gets the private '.twig.command.debug.lazy' shared service.
  18239.      *
  18240.      * @return \Symfony\Component\Console\Command\LazyCommand
  18241.      */
  18242.     protected function get_Twig_Command_Debug_LazyService()
  18243.     {
  18244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18246.         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 {
  18247.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  18248.         });
  18249.     }
  18250.     /**
  18251.      * Gets the private '.twig.command.lint.lazy' shared service.
  18252.      *
  18253.      * @return \Symfony\Component\Console\Command\LazyCommand
  18254.      */
  18255.     protected function get_Twig_Command_Lint_LazyService()
  18256.     {
  18257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18259.         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 {
  18260.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  18261.         });
  18262.     }
  18263.     /**
  18264.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  18265.      *
  18266.      * @return \Symfony\Component\Console\Command\LazyCommand
  18267.      */
  18268.     protected function get_VarDumper_Command_ServerDump_LazyService()
  18269.     {
  18270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  18272.         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 {
  18273.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  18274.         });
  18275.     }
  18276.     /**
  18277.      * Gets the private 'H1web\Blog\Blog\Cms\BlogListingCmsElementResolver' shared service.
  18278.      *
  18279.      * @return \H1web\Blog\Blog\Cms\BlogListingCmsElementResolver
  18280.      */
  18281.     protected function getBlogListingCmsElementResolverService()
  18282.     {
  18283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18284.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18285.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Cms/BlogListingCmsElementResolver.php';
  18286.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Listing/BlogListingGateway.php';
  18287.         return $this->privates['H1web\\Blog\\Blog\\Cms\\BlogListingCmsElementResolver'] = new \H1web\Blog\Blog\Cms\BlogListingCmsElementResolver(new \H1web\Blog\Blog\Listing\BlogListingGateway(($this->services['H1web\\Blog\\Blog\\Listing\\BlogListingRoute'] ?? $this->getBlogListingRouteService())), ($this->privates['H1web\\Blog\\Blog\\Listing\\BlogListingFeaturesSubscriber'] ?? $this->getBlogListingFeaturesSubscriberService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18288.     }
  18289.     /**
  18290.      * Gets the private 'H1web\Blog\Blog\DataAbstractionLayer\BlogIndexer' shared service.
  18291.      *
  18292.      * @return \H1web\Blog\Blog\DataAbstractionLayer\BlogIndexer
  18293.      */
  18294.     protected function getBlogIndexerService()
  18295.     {
  18296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18297.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/DataAbstractionLayer/BlogIndexer.php';
  18298.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/DataAbstractionLayer/BlogCategoryDenormalizer.php';
  18299.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/DataAbstractionLayer/SearchKeywordUpdater.php';
  18300.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/SearchKeyword/BlogSearchKeywordAnalyzer.php';
  18301.         $a = ($this->services['h1webblog_blog.repository'] ?? $this->getH1webblogBlog_RepositoryService());
  18302.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  18303.         return $this->privates['H1web\\Blog\\Blog\\DataAbstractionLayer\\BlogIndexer'] = new \H1web\Blog\Blog\DataAbstractionLayer\BlogIndexer(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), $a, ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\ManyToManyIdFieldUpdater'] ?? $this->getManyToManyIdFieldUpdaterService()), new \H1web\Blog\Blog\DataAbstractionLayer\BlogCategoryDenormalizer($b), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \H1web\Blog\Blog\DataAbstractionLayer\SearchKeywordUpdater($b, ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), $a, new \H1web\Blog\Blog\SearchKeyword\BlogSearchKeywordAnalyzer(($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')))))));
  18304.     }
  18305.     /**
  18306.      * Gets the private 'H1web\Blog\Blog\Listing\BlogListingFeaturesSubscriber' shared service.
  18307.      *
  18308.      * @return \H1web\Blog\Blog\Listing\BlogListingFeaturesSubscriber
  18309.      */
  18310.     protected function getBlogListingFeaturesSubscriberService()
  18311.     {
  18312.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Listing/BlogListingFeaturesSubscriber.php';
  18313.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/Listing/BlogListingSortingRegistry.php';
  18314.         return $this->privates['H1web\\Blog\\Blog\\Listing\\BlogListingFeaturesSubscriber'] = new \H1web\Blog\Blog\Listing\BlogListingFeaturesSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService()), new \H1web\Blog\Blog\Listing\BlogListingSortingRegistry(new RewindableGenerator(function () {
  18315.             yield => ($this->privates['h1webblog_listing.sorting.title_ascending'] ?? ($this->privates['h1webblog_listing.sorting.title_ascending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('title--asc''filter.sortByTitleAscending', ['h1webblog_blog.title' => 'asc'])));
  18316.             yield => ($this->privates['h1webblog_listing.sorting.title_descending'] ?? ($this->privates['h1webblog_listing.sorting.title_descending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('title--desc''filter.sortByTitleDescending', ['h1webblog_blog.title' => 'desc'])));
  18317.             yield => ($this->privates['h1webblog_listing.sorting.published_at_ascending'] ?? ($this->privates['h1webblog_listing.sorting.published_at_ascending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('publishedAt--asc''filter.sortByPublishedAtAscending', ['h1webblog_blog.publishedAt' => 'asc'])));
  18318.             yield => ($this->privates['h1webblog_listing.sorting.published_at_descending'] ?? ($this->privates['h1webblog_listing.sorting.published_at_descending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('publishedAt--desc''filter.sortByPublishedAtDescending', ['h1webblog_blog.publishedAt' => 'desc'])));
  18319.             yield => ($this->privates['h1webblog_listing.sorting.created_at_ascending'] ?? ($this->privates['h1webblog_listing.sorting.created_at_ascending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('createdAt--asc''filter.sortByCreatedAscending', ['h1webblog_blog.createdAt' => 'asc'])));
  18320.             yield => ($this->privates['h1webblog_listing.sorting.created_at_descending'] ?? ($this->privates['h1webblog_listing.sorting.created_at_descending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('createdAt--desc''filter.sortByCreatedDescending', ['h1webblog_blog.createdAt' => 'desc'])));
  18321.             yield => ($this->privates['h1webblog_listing.sorting.updated_at_ascending'] ?? ($this->privates['h1webblog_listing.sorting.updated_at_ascending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('updatedAt--asc''filter.sortByUpdatedAscending', ['h1webblog_blog.updatedAt' => 'asc'])));
  18322.             yield => ($this->privates['h1webblog_listing.sorting.updated_at_descending'] ?? ($this->privates['h1webblog_listing.sorting.updated_at_descending'] = new \H1web\Blog\Blog\Listing\BlogListingSorting('updatedAt--desc''filter.sortByUpdatedDescending', ['h1webblog_blog.updatedAt' => 'desc'])));
  18323.         }, 8)), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  18324.     }
  18325.     /**
  18326.      * Gets the private 'H1web\Blog\Provider\BlogProvider' shared service.
  18327.      *
  18328.      * @return \H1web\Blog\Provider\BlogProvider
  18329.      */
  18330.     protected function getBlogProviderService()
  18331.     {
  18332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  18333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  18334.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Provider/BlogProvider.php';
  18335.         return $this->privates['H1web\\Blog\\Provider\\BlogProvider'] = new \H1web\Blog\Provider\BlogProvider(($this->services['h1webblog_blog.repository'] ?? $this->getH1webblogBlog_RepositoryService()), ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18336.     }
  18337.     /**
  18338.      * Gets the private 'H1web\Blog\Seo\SeoUrlRoute\BlogPageSeoUrlRoute' shared service.
  18339.      *
  18340.      * @return \H1web\Blog\Seo\SeoUrlRoute\BlogPageSeoUrlRoute
  18341.      */
  18342.     protected function getBlogPageSeoUrlRouteService()
  18343.     {
  18344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  18345.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Seo/SeoUrlRoute/BlogPageSeoUrlRoute.php';
  18346.         return $this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\BlogPageSeoUrlRoute'] = new \H1web\Blog\Seo\SeoUrlRoute\BlogPageSeoUrlRoute(($this->services['H1web\\Blog\\Blog\\BlogDefinition'] ?? $this->getBlogDefinitionService()));
  18347.     }
  18348.     /**
  18349.      * Gets the private 'H1web\Blog\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  18350.      *
  18351.      * @return \H1web\Blog\Seo\SeoUrlRoute\SeoUrlUpdateListener
  18352.      */
  18353.     protected function getSeoUrlUpdateListenerService()
  18354.     {
  18355.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  18356.         return $this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \H1web\Blog\Seo\SeoUrlRoute\SeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()), ($this->privates['slugify'] ?? $this->getSlugifyService()), ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()), ($this->services['tag.repository'] ?? $this->getTag_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18357.     }
  18358.     /**
  18359.      * Gets the private 'H1web\Blog\Service\ScheduledTask\CacheInvalidateTaskHandler' shared service.
  18360.      *
  18361.      * @return \H1web\Blog\Service\ScheduledTask\CacheInvalidateTaskHandler
  18362.      */
  18363.     protected function getCacheInvalidateTaskHandlerService()
  18364.     {
  18365.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Service/ScheduledTask/CacheInvalidateTaskHandler.php';
  18366.         return $this->privates['H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTaskHandler'] = new \H1web\Blog\Service\ScheduledTask\CacheInvalidateTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  18367.     }
  18368.     /**
  18369.      * Gets the private 'H1web\Blog\Subscriber\BlogSubscriber' shared service.
  18370.      *
  18371.      * @return \H1web\Blog\Subscriber\BlogSubscriber
  18372.      */
  18373.     protected function getBlogSubscriberService()
  18374.     {
  18375.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Subscriber/BlogSubscriber.php';
  18376.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Helper/BlogHelper.php';
  18377.         return $this->privates['H1web\\Blog\\Subscriber\\BlogSubscriber'] = new \H1web\Blog\Subscriber\BlogSubscriber(($this->services['h1webblog_blog.repository'] ?? $this->getH1webblogBlog_RepositoryService()), new \H1web\Blog\Helper\BlogHelper(($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService())));
  18378.     }
  18379.     /**
  18380.      * Gets the private 'H1web\Blog\Subscriber\Search' shared service.
  18381.      *
  18382.      * @return \H1web\Blog\Subscriber\Search
  18383.      */
  18384.     protected function getSearchService()
  18385.     {
  18386.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Subscriber/Search.php';
  18387.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Blog/SearchKeyword/BlogSearchTermInterpreter.php';
  18388.         return $this->privates['H1web\\Blog\\Subscriber\\Search'] = new \H1web\Blog\Subscriber\Search(($this->services['h1webblog_blog.repository'] ?? $this->getH1webblogBlog_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] ?? $this->getRequestCriteriaBuilderService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \H1web\Blog\Blog\SearchKeyword\BlogSearchTermInterpreter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService())));
  18389.     }
  18390.     /**
  18391.      * Gets the private 'NetzpGallery6\Components\GalleryHelper' shared service.
  18392.      *
  18393.      * @return \NetzpGallery6\Components\GalleryHelper
  18394.      */
  18395.     protected function getGalleryHelperService()
  18396.     {
  18397.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Components/GalleryHelper.php';
  18398.         return $this->privates['NetzpGallery6\\Components\\GalleryHelper'] = new \NetzpGallery6\Components\GalleryHelper($this, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  18399.     }
  18400.     /**
  18401.      * Gets the private 'NetzpGallery6\Resolver\GalleryElementResolver' shared service.
  18402.      *
  18403.      * @return \NetzpGallery6\Resolver\GalleryElementResolver
  18404.      */
  18405.     protected function getGalleryElementResolverService()
  18406.     {
  18407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18409.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resolver/GalleryElementResolver.php';
  18410.         return $this->privates['NetzpGallery6\\Resolver\\GalleryElementResolver'] = new \NetzpGallery6\Resolver\GalleryElementResolver(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['NetzpGallery6\\Components\\GalleryHelper'] ?? $this->getGalleryHelperService()));
  18411.     }
  18412.     /**
  18413.      * Gets the private 'NetzpGallery6\Resolver\GalleryListElementResolver' shared service.
  18414.      *
  18415.      * @return \NetzpGallery6\Resolver\GalleryListElementResolver
  18416.      */
  18417.     protected function getGalleryListElementResolverService()
  18418.     {
  18419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18421.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resolver/GalleryListElementResolver.php';
  18422.         return $this->privates['NetzpGallery6\\Resolver\\GalleryListElementResolver'] = new \NetzpGallery6\Resolver\GalleryListElementResolver(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['NetzpGallery6\\Components\\GalleryHelper'] ?? $this->getGalleryHelperService()));
  18423.     }
  18424.     /**
  18425.      * Gets the private 'NetzpGallery6\Subscriber\FrontendSubscriber' shared service.
  18426.      *
  18427.      * @return \NetzpGallery6\Subscriber\FrontendSubscriber
  18428.      */
  18429.     protected function getFrontendSubscriberService()
  18430.     {
  18431.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Subscriber/FrontendSubscriber.php';
  18432.         return $this->privates['NetzpGallery6\\Subscriber\\FrontendSubscriber'] = new \NetzpGallery6\Subscriber\FrontendSubscriber($this, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['NetzpGallery6\\Components\\GalleryHelper'] ?? $this->getGalleryHelperService()));
  18433.     }
  18434.     /**
  18435.      * Gets the private 'Scop\PlatformRedirecter\Subscriber\RequestSubscriber' shared service.
  18436.      *
  18437.      * @return \Scop\PlatformRedirecter\Subscriber\RequestSubscriber
  18438.      */
  18439.     protected function getRequestSubscriberService()
  18440.     {
  18441.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Subscriber/RequestSubscriber.php';
  18442.         return $this->privates['Scop\\PlatformRedirecter\\Subscriber\\RequestSubscriber'] = new \Scop\PlatformRedirecter\Subscriber\RequestSubscriber(($this->services['scop_platform_redirecter_redirect.repository'] ?? $this->getScopPlatformRedirecterRedirect_RepositoryService()), ($this->services['seo_url.repository'] ?? $this->getSeoUrl_RepositoryService()));
  18443.     }
  18444.     /**
  18445.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  18446.      *
  18447.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  18448.      */
  18449.     protected function getSalesChannelUserConfigSubscriberService()
  18450.     {
  18451.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  18452.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber(($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService()));
  18453.     }
  18454.     /**
  18455.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  18456.      *
  18457.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  18458.      */
  18459.     protected function getAddressValidatorService()
  18460.     {
  18461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  18462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  18463.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  18464.     }
  18465.     /**
  18466.      * Gets the private 'Shopware\Core\Checkout\Cart\CachedRuleLoader' shared service.
  18467.      *
  18468.      * @return \Shopware\Core\Checkout\Cart\CachedRuleLoader
  18469.      */
  18470.     protected function getCachedRuleLoaderService()
  18471.     {
  18472.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] = new \Shopware\Core\Checkout\Cart\CachedRuleLoader(new \Shopware\Core\Checkout\Cart\RuleLoader(($this->services['rule.repository'] ?? $this->getRule_RepositoryService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()));
  18473.     }
  18474.     /**
  18475.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  18476.      *
  18477.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  18478.      */
  18479.     protected function getCartCalculatorService()
  18480.     {
  18481.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()));
  18482.     }
  18483.     /**
  18484.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  18485.      *
  18486.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  18487.      */
  18488.     protected function getCartPersisterService()
  18489.     {
  18490.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  18491.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18492.         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);
  18493.     }
  18494.     /**
  18495.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  18496.      *
  18497.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  18498.      */
  18499.     protected function getCartRuleLoaderService()
  18500.     {
  18501.         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()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CachedRuleLoader'] ?? $this->getCachedRuleLoaderService()), ($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()));
  18502.     }
  18503.     /**
  18504.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  18505.      *
  18506.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  18507.      */
  18508.     protected function getCleanupCartTaskHandlerService()
  18509.     {
  18510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  18511.         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);
  18512.     }
  18513.     /**
  18514.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  18515.      *
  18516.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  18517.      */
  18518.     protected function getCartMigrateCommandService()
  18519.     {
  18520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  18522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  18523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  18524.         $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')));
  18525.         $instance->setName('cart:migrate');
  18526.         return $instance;
  18527.     }
  18528.     /**
  18529.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  18530.      *
  18531.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  18532.      */
  18533.     protected function getCreditCartProcessorService()
  18534.     {
  18535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  18537.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  18538.     }
  18539.     /**
  18540.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  18541.      *
  18542.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  18543.      */
  18544.     protected function getCustomCartProcessorService()
  18545.     {
  18546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  18548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  18549.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  18550.     }
  18551.     /**
  18552.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  18553.      *
  18554.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  18555.      */
  18556.     protected function getDeliveryProcessorService()
  18557.     {
  18558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  18560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  18561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  18562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  18563.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryBuilder'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder())), new \Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder()))), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  18564.     }
  18565.     /**
  18566.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  18567.      *
  18568.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  18569.      */
  18570.     protected function getCartFacadeHelperService()
  18571.     {
  18572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  18573.         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()));
  18574.     }
  18575.     /**
  18576.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  18577.      *
  18578.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  18579.      */
  18580.     protected function getCreditLineItemFactoryService()
  18581.     {
  18582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  18583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  18584.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  18585.         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()));
  18586.     }
  18587.     /**
  18588.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  18589.      *
  18590.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  18591.      */
  18592.     protected function getCustomLineItemFactoryService()
  18593.     {
  18594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  18595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  18596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  18597.         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()));
  18598.     }
  18599.     /**
  18600.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  18601.      *
  18602.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  18603.      */
  18604.     protected function getProductLineItemFactoryService()
  18605.     {
  18606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  18608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  18609.         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())));
  18610.     }
  18611.     /**
  18612.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  18613.      *
  18614.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  18615.      */
  18616.     protected function getLineItemFactoryRegistryService()
  18617.     {
  18618.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  18619.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  18620.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  18621.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  18622.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  18623.         }, 4), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  18624.     }
  18625.     /**
  18626.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  18627.      *
  18628.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  18629.      */
  18630.     protected function getLineItemGroupBuilderService()
  18631.     {
  18632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  18633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  18634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  18635.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  18636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  18637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  18638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  18639.         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());
  18640.     }
  18641.     /**
  18642.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  18643.      *
  18644.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  18645.      */
  18646.     protected function getLineItemGroupServiceRegistryService()
  18647.     {
  18648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  18649.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  18650.             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()));
  18651.             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()));
  18652.             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()));
  18653.         }, 3), new RewindableGenerator(function () {
  18654.             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()));
  18655.             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()));
  18656.         }, 2));
  18657.     }
  18658.     /**
  18659.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  18660.      *
  18661.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  18662.      */
  18663.     protected function getLineItemQuantitySplitterService()
  18664.     {
  18665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  18666.         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()));
  18667.     }
  18668.     /**
  18669.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  18670.      *
  18671.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  18672.      */
  18673.     protected function getOrderConverterService()
  18674.     {
  18675.         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()));
  18676.     }
  18677.     /**
  18678.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  18679.      *
  18680.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  18681.      */
  18682.     protected function getAbsolutePriceCalculatorService()
  18683.     {
  18684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  18685.         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())));
  18686.     }
  18687.     /**
  18688.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  18689.      *
  18690.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  18691.      */
  18692.     protected function getAmountCalculatorService()
  18693.     {
  18694.         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())));
  18695.     }
  18696.     /**
  18697.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  18698.      *
  18699.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  18700.      */
  18701.     protected function getCurrencyPriceCalculatorService()
  18702.     {
  18703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  18704.         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())));
  18705.     }
  18706.     /**
  18707.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  18708.      *
  18709.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  18710.      */
  18711.     protected function getGrossPriceCalculatorService()
  18712.     {
  18713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  18714.         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())));
  18715.     }
  18716.     /**
  18717.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  18718.      *
  18719.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  18720.      */
  18721.     protected function getNetPriceCalculatorService()
  18722.     {
  18723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  18724.         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())));
  18725.     }
  18726.     /**
  18727.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  18728.      *
  18729.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  18730.      */
  18731.     protected function getPercentagePriceCalculatorService()
  18732.     {
  18733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  18734.         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())));
  18735.     }
  18736.     /**
  18737.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  18738.      *
  18739.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  18740.      */
  18741.     protected function getQuantityPriceCalculatorService()
  18742.     {
  18743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  18744.         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()));
  18745.     }
  18746.     /**
  18747.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  18748.      *
  18749.      * @return \Shopware\Core\Checkout\Cart\Processor
  18750.      */
  18751.     protected function getProcessorService()
  18752.     {
  18753.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  18754.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  18755.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  18756.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  18757.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  18758.             yield => ($this->privates['0'] ?? ($this->privates['0'] = new \Swag\Security\Fixes\NEXT23325\ProductLineItemValidator()));
  18759.         }, 5)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  18760.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  18761.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  18762.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  18763.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  18764.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  18765.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  18766.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  18767.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  18768.         }, 8), new RewindableGenerator(function () {
  18769.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  18770.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  18771.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  18772.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  18773.         }, 4), ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()));
  18774.     }
  18775.     /**
  18776.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  18777.      *
  18778.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  18779.      */
  18780.     protected function getContainerCartProcessorService()
  18781.     {
  18782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  18784.         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()));
  18785.     }
  18786.     /**
  18787.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  18788.      *
  18789.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  18790.      */
  18791.     protected function getDiscountCartProcessorService()
  18792.     {
  18793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  18795.         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()));
  18796.     }
  18797.     /**
  18798.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  18799.      *
  18800.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  18801.      */
  18802.     protected function getDeleteUnusedGuestCustomersCommandService()
  18803.     {
  18804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  18806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  18807.         $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())));
  18808.         $instance->setName('customer:delete-unused-guests');
  18809.         return $instance;
  18810.     }
  18811.     /**
  18812.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  18813.      *
  18814.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  18815.      */
  18816.     protected function getCustomerIndexerService()
  18817.     {
  18818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  18820.         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()));
  18821.     }
  18822.     /**
  18823.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  18824.      *
  18825.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  18826.      */
  18827.     protected function getLegacyPasswordVerifierService()
  18828.     {
  18829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  18830.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  18831.             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()));
  18832.             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()));
  18833.         }, 2));
  18834.     }
  18835.     /**
  18836.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  18837.      *
  18838.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  18839.      */
  18840.     protected function getAccountServiceService()
  18841.     {
  18842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  18843.         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()));
  18844.     }
  18845.     /**
  18846.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  18847.      *
  18848.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  18849.      */
  18850.     protected function getCustomerBeforeDeleteSubscriberService()
  18851.     {
  18852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  18853.         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()));
  18854.     }
  18855.     /**
  18856.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  18857.      *
  18858.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  18859.      */
  18860.     protected function getCustomerChangePasswordSubscriberService()
  18861.     {
  18862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  18863.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18864.     }
  18865.     /**
  18866.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  18867.      *
  18868.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  18869.      */
  18870.     protected function getCustomerDefaultSalutationSubscriberService()
  18871.     {
  18872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  18873.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  18874.     }
  18875.     /**
  18876.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  18877.      *
  18878.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  18879.      */
  18880.     protected function getCustomerFlowEventsSubscriberService()
  18881.     {
  18882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  18883.         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()));
  18884.     }
  18885.     /**
  18886.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  18887.      *
  18888.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  18889.      */
  18890.     protected function getCustomerGroupSubscriberService()
  18891.     {
  18892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  18893.         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()));
  18894.     }
  18895.     /**
  18896.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  18897.      *
  18898.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  18899.      */
  18900.     protected function getCustomerMetaFieldSubscriberService()
  18901.     {
  18902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  18903.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18904.     }
  18905.     /**
  18906.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  18907.      *
  18908.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  18909.      */
  18910.     protected function getCustomerRemoteAddressSubscriberService()
  18911.     {
  18912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  18913.         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())));
  18914.     }
  18915.     /**
  18916.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  18917.      *
  18918.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  18919.      */
  18920.     protected function getCustomerTokenSubscriberService()
  18921.     {
  18922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  18923.         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())));
  18924.     }
  18925.     /**
  18926.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  18927.      *
  18928.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  18929.      */
  18930.     protected function getAddressValidationFactoryService()
  18931.     {
  18932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  18933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  18934.         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()));
  18935.     }
  18936.     /**
  18937.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  18938.      *
  18939.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  18940.      */
  18941.     protected function getCustomerEmailUniqueValidatorService()
  18942.     {
  18943.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18944.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  18946.         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()));
  18947.     }
  18948.     /**
  18949.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  18950.      *
  18951.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  18952.      */
  18953.     protected function getCustomerPasswordMatchesValidatorService()
  18954.     {
  18955.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18956.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  18958.         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()));
  18959.     }
  18960.     /**
  18961.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  18962.      *
  18963.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  18964.      */
  18965.     protected function getCustomerVatIdentificationValidatorService()
  18966.     {
  18967.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18968.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  18970.         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()));
  18971.     }
  18972.     /**
  18973.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator' shared service.
  18974.      *
  18975.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator
  18976.      */
  18977.     protected function getCustomerZipCodeValidatorService()
  18978.     {
  18979.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18980.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerZipCodeValidator.php';
  18982.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator'] = new \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerZipCodeValidator(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  18983.     }
  18984.     /**
  18985.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  18986.      *
  18987.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  18988.      */
  18989.     protected function getCustomerProfileValidationFactoryService()
  18990.     {
  18991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  18992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  18993.         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()));
  18994.     }
  18995.     /**
  18996.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  18997.      *
  18998.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  18999.      */
  19000.     protected function getCreditNoteGeneratorService()
  19001.     {
  19002.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  19004.         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));
  19005.     }
  19006.     /**
  19007.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  19008.      *
  19009.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  19010.      */
  19011.     protected function getDeliveryNoteGeneratorService()
  19012.     {
  19013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  19015.         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));
  19016.     }
  19017.     /**
  19018.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  19019.      *
  19020.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  19021.      */
  19022.     protected function getDocumentGeneratorRegistryService()
  19023.     {
  19024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  19025.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  19026.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  19027.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  19028.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  19029.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  19030.         }, 4));
  19031.     }
  19032.     /**
  19033.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  19034.      *
  19035.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  19036.      */
  19037.     protected function getInvoiceGeneratorService()
  19038.     {
  19039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  19041.         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));
  19042.     }
  19043.     /**
  19044.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  19045.      *
  19046.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  19047.      */
  19048.     protected function getStornoGeneratorService()
  19049.     {
  19050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  19051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  19052.         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));
  19053.     }
  19054.     /**
  19055.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  19056.      *
  19057.      * @return \Shopware\Core\Checkout\Document\DocumentService
  19058.      */
  19059.     protected function getDocumentServiceService()
  19060.     {
  19061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  19062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  19063.         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 () {
  19064.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator()));
  19065.         }, 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()));
  19066.     }
  19067.     /**
  19068.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  19069.      *
  19070.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  19071.      */
  19072.     protected function getCreditNoteRendererService()
  19073.     {
  19074.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  19076.         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()));
  19077.     }
  19078.     /**
  19079.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  19080.      *
  19081.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  19082.      */
  19083.     protected function getDeliveryNoteRendererService()
  19084.     {
  19085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  19087.         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()));
  19088.     }
  19089.     /**
  19090.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  19091.      *
  19092.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  19093.      */
  19094.     protected function getInvoiceRendererService()
  19095.     {
  19096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  19098.         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()));
  19099.     }
  19100.     /**
  19101.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  19102.      *
  19103.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  19104.      */
  19105.     protected function getStornoRendererService()
  19106.     {
  19107.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  19108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  19109.         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()));
  19110.     }
  19111.     /**
  19112.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  19113.      *
  19114.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  19115.      */
  19116.     protected function getDocumentConfigLoaderService()
  19117.     {
  19118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  19119.         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()));
  19120.     }
  19121.     /**
  19122.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  19123.      *
  19124.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  19125.      */
  19126.     protected function getDocumentGeneratorService()
  19127.     {
  19128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  19129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  19130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  19131.         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 () {
  19132.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  19133.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  19134.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  19135.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  19136.         }, 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()));
  19137.     }
  19138.     /**
  19139.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  19140.      *
  19141.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  19142.      */
  19143.     protected function getReferenceInvoiceLoaderService()
  19144.     {
  19145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  19146.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19147.     }
  19148.     /**
  19149.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  19150.      *
  19151.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  19152.      */
  19153.     protected function getDocumentTemplateRendererService()
  19154.     {
  19155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  19156.         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()));
  19157.     }
  19158.     /**
  19159.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  19160.      *
  19161.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  19162.      */
  19163.     protected function getOrderTransactionStateHandlerService()
  19164.     {
  19165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  19166.         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()));
  19167.     }
  19168.     /**
  19169.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  19170.      *
  19171.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  19172.      */
  19173.     protected function getOrderStateChangeEventListenerService()
  19174.     {
  19175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  19176.         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()));
  19177.     }
  19178.     /**
  19179.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  19180.      *
  19181.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  19182.      */
  19183.     protected function getOrderServiceService()
  19184.     {
  19185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  19186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  19187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  19188.         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()));
  19189.     }
  19190.     /**
  19191.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  19192.      *
  19193.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  19194.      */
  19195.     protected function getCashPaymentService()
  19196.     {
  19197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  19200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  19201.         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()));
  19202.     }
  19203.     /**
  19204.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  19205.      *
  19206.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  19207.      */
  19208.     protected function getDebitPaymentService()
  19209.     {
  19210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  19213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  19214.         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()));
  19215.     }
  19216.     /**
  19217.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  19218.      *
  19219.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  19220.      */
  19221.     protected function getDefaultPaymentService()
  19222.     {
  19223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  19226.         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()));
  19227.     }
  19228.     /**
  19229.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  19230.      *
  19231.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  19232.      */
  19233.     protected function getInvoicePaymentService()
  19234.     {
  19235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  19238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  19239.         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()));
  19240.     }
  19241.     /**
  19242.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  19243.      *
  19244.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  19245.      */
  19246.     protected function getPaymentHandlerRegistryService()
  19247.     {
  19248.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19249.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  19250.         ], [
  19251.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  19252.         ]);
  19253.         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, [
  19254.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  19255.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  19256.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  19257.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  19258.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  19259.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  19260.         ], [
  19261.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  19262.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  19263.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  19264.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  19265.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  19266.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  19267.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19268.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  19269.         ], [
  19270.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  19271.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19272.     }
  19273.     /**
  19274.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  19275.      *
  19276.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  19277.      */
  19278.     protected function getPrePaymentService()
  19279.     {
  19280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  19283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  19284.         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()));
  19285.     }
  19286.     /**
  19287.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  19288.      *
  19289.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  19290.      */
  19291.     protected function getJWTFactoryV2Service()
  19292.     {
  19293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  19294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  19295.         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()));
  19296.     }
  19297.     /**
  19298.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  19299.      *
  19300.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  19301.      */
  19302.     protected function getPaymentMethodIndexerService()
  19303.     {
  19304.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  19306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  19307.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  19308.         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));
  19309.     }
  19310.     /**
  19311.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  19312.      *
  19313.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  19314.      */
  19315.     protected function getPaymentMethodValidator2Service()
  19316.     {
  19317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  19318.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19319.     }
  19320.     /**
  19321.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  19322.      *
  19323.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  19324.      */
  19325.     protected function getPaymentServiceService()
  19326.     {
  19327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  19328.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  19329.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  19330.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  19331.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  19332.         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()));
  19333.     }
  19334.     /**
  19335.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  19336.      *
  19337.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  19338.      */
  19339.     protected function getFilterServiceRegistryService()
  19340.     {
  19341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  19342.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  19343.             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()));
  19344.             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()));
  19345.         }, 2), new RewindableGenerator(function () {
  19346.             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()));
  19347.             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()));
  19348.         }, 2));
  19349.     }
  19350.     /**
  19351.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  19352.      *
  19353.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  19354.      */
  19355.     protected function getPromotionCollectorService()
  19356.     {
  19357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  19358.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  19359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  19360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  19361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  19362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  19363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  19364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  19365.         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()));
  19366.     }
  19367.     /**
  19368.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  19369.      *
  19370.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  19371.      */
  19372.     protected function getPromotionDeliveryProcessorService()
  19373.     {
  19374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  19376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  19377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  19378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  19379.         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()));
  19380.     }
  19381.     /**
  19382.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  19383.      *
  19384.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  19385.      */
  19386.     protected function getPromotionProcessorService()
  19387.     {
  19388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  19389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  19390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  19391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  19392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  19393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  19394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  19395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  19396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  19397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  19398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  19399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  19401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  19402.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  19403.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  19404.         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);
  19405.     }
  19406.     /**
  19407.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  19408.      *
  19409.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  19410.      */
  19411.     protected function getPromotionIndexerService()
  19412.     {
  19413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  19415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  19416.         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()));
  19417.     }
  19418.     /**
  19419.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  19420.      *
  19421.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  19422.      */
  19423.     protected function getPromotionRedemptionUpdaterService()
  19424.     {
  19425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  19426.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19427.     }
  19428.     /**
  19429.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  19430.      *
  19431.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  19432.      */
  19433.     protected function getPromotionIndividualCodeRedeemerService()
  19434.     {
  19435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  19436.         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()));
  19437.     }
  19438.     /**
  19439.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  19440.      *
  19441.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  19442.      */
  19443.     protected function getStorefrontCartSubscriberService()
  19444.     {
  19445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  19446.         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())));
  19447.     }
  19448.     /**
  19449.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  19450.      *
  19451.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  19452.      */
  19453.     protected function getPromotionValidatorService()
  19454.     {
  19455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  19456.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19457.     }
  19458.     /**
  19459.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  19460.      *
  19461.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  19462.      */
  19463.     protected function getShippingMethodValidatorService()
  19464.     {
  19465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  19466.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19467.     }
  19468.     /**
  19469.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  19470.      *
  19471.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  19472.      */
  19473.     protected function getCategoryIndexerService()
  19474.     {
  19475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  19477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  19478.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19479.         $b = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  19480.         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()));
  19481.     }
  19482.     /**
  19483.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  19484.      *
  19485.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  19486.      */
  19487.     protected function getCategoryBreadcrumbBuilderService()
  19488.     {
  19489.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  19490.     }
  19491.     /**
  19492.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  19493.      *
  19494.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  19495.      */
  19496.     protected function getNavigationLoaderService()
  19497.     {
  19498.         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()));
  19499.     }
  19500.     /**
  19501.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  19502.      *
  19503.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  19504.      */
  19505.     protected function getCategorySubscriberService()
  19506.     {
  19507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  19508.         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()));
  19509.     }
  19510.     /**
  19511.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  19512.      *
  19513.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  19514.      */
  19515.     protected function getEntryPointValidatorService()
  19516.     {
  19517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  19518.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19519.     }
  19520.     /**
  19521.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  19522.      *
  19523.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  19524.      */
  19525.     protected function getFormCmsElementResolverService()
  19526.     {
  19527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  19530.         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()));
  19531.     }
  19532.     /**
  19533.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  19534.      *
  19535.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  19536.      */
  19537.     protected function getTextCmsElementResolverService()
  19538.     {
  19539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  19542.         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()));
  19543.     }
  19544.     /**
  19545.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  19546.      *
  19547.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  19548.      */
  19549.     protected function getSalesChannelCmsPageLoaderService()
  19550.     {
  19551.         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()));
  19552.     }
  19553.     /**
  19554.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  19555.      *
  19556.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  19557.      */
  19558.     protected function getCmsPageDefaultChangeSubscriberService()
  19559.     {
  19560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  19561.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19562.     }
  19563.     /**
  19564.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  19565.      *
  19566.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  19567.      */
  19568.     protected function getFlowActionCollectorService()
  19569.     {
  19570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  19571.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  19572.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  19573.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  19574.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  19575.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  19576.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  19577.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  19578.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  19579.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  19580.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  19581.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  19582.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  19583.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  19584.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  19585.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  19586.             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()));
  19587.         }, 15), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  19588.     }
  19589.     /**
  19590.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  19591.      *
  19592.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  19593.      */
  19594.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  19595.     {
  19596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19597.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  19599.         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()));
  19600.     }
  19601.     /**
  19602.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  19603.      *
  19604.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  19605.      */
  19606.     protected function getAddCustomerTagActionService()
  19607.     {
  19608.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  19611.         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()));
  19612.     }
  19613.     /**
  19614.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  19615.      *
  19616.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  19617.      */
  19618.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  19619.     {
  19620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  19623.         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()));
  19624.     }
  19625.     /**
  19626.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  19627.      *
  19628.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  19629.      */
  19630.     protected function getAddOrderTagActionService()
  19631.     {
  19632.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  19635.         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()));
  19636.     }
  19637.     /**
  19638.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  19639.      *
  19640.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  19641.      */
  19642.     protected function getChangeCustomerGroupActionService()
  19643.     {
  19644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  19647.         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()));
  19648.     }
  19649.     /**
  19650.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  19651.      *
  19652.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  19653.      */
  19654.     protected function getChangeCustomerStatusActionService()
  19655.     {
  19656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  19659.         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()));
  19660.     }
  19661.     /**
  19662.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  19663.      *
  19664.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  19665.      */
  19666.     protected function getGenerateDocumentActionService()
  19667.     {
  19668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  19671.         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()));
  19672.     }
  19673.     /**
  19674.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  19675.      *
  19676.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  19677.      */
  19678.     protected function getRemoveCustomerTagActionService()
  19679.     {
  19680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  19683.         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()));
  19684.     }
  19685.     /**
  19686.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  19687.      *
  19688.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  19689.      */
  19690.     protected function getRemoveOrderTagActionService()
  19691.     {
  19692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  19695.         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()));
  19696.     }
  19697.     /**
  19698.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  19699.      *
  19700.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  19701.      */
  19702.     protected function getSendMailActionService()
  19703.     {
  19704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  19707.         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);
  19708.     }
  19709.     /**
  19710.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  19711.      *
  19712.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  19713.      */
  19714.     protected function getSetCustomerCustomFieldActionService()
  19715.     {
  19716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19717.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  19719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  19720.         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()));
  19721.     }
  19722.     /**
  19723.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  19724.      *
  19725.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  19726.      */
  19727.     protected function getSetCustomerGroupCustomFieldActionService()
  19728.     {
  19729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  19732.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  19733.         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()));
  19734.     }
  19735.     /**
  19736.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  19737.      *
  19738.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  19739.      */
  19740.     protected function getSetOrderCustomFieldActionService()
  19741.     {
  19742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19743.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  19745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  19746.         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()));
  19747.     }
  19748.     /**
  19749.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  19750.      *
  19751.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  19752.      */
  19753.     protected function getSetOrderStateActionService()
  19754.     {
  19755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  19756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/DelayableAction.php';
  19757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  19758.         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()));
  19759.     }
  19760.     /**
  19761.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer' shared service.
  19762.      *
  19763.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer
  19764.      */
  19765.     protected function getCustomerGroupStorerService()
  19766.     {
  19767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerGroupStorer.php';
  19769.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerGroupStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  19770.     }
  19771.     /**
  19772.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer' shared service.
  19773.      *
  19774.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer
  19775.      */
  19776.     protected function getCustomerRecoveryStorerService()
  19777.     {
  19778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19779.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerRecoveryStorer.php';
  19780.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerRecoveryStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer(($this->services['customer_recovery.repository'] ?? $this->getCustomerRecovery_RepositoryService()));
  19781.     }
  19782.     /**
  19783.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer' shared service.
  19784.      *
  19785.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer
  19786.      */
  19787.     protected function getCustomerStorerService()
  19788.     {
  19789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/CustomerStorer.php';
  19791.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\CustomerStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  19792.     }
  19793.     /**
  19794.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer' shared service.
  19795.      *
  19796.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer
  19797.      */
  19798.     protected function getNewsletterRecipientStorerService()
  19799.     {
  19800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/NewsletterRecipientStorer.php';
  19802.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\NewsletterRecipientStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer(($this->services['newsletter_recipient.repository'] ?? $this->getNewsletterRecipient_RepositoryService()));
  19803.     }
  19804.     /**
  19805.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer' shared service.
  19806.      *
  19807.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer
  19808.      */
  19809.     protected function getOrderStorerService()
  19810.     {
  19811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderStorer.php';
  19813.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()));
  19814.     }
  19815.     /**
  19816.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer' shared service.
  19817.      *
  19818.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer
  19819.      */
  19820.     protected function getOrderTransactionStorerService()
  19821.     {
  19822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/OrderTransactionStorer.php';
  19824.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\OrderTransactionStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer(($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()));
  19825.     }
  19826.     /**
  19827.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer' shared service.
  19828.      *
  19829.      * @return \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer
  19830.      */
  19831.     protected function getUserStorerService()
  19832.     {
  19833.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/FlowStorer.php';
  19834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Storer/UserStorer.php';
  19835.         return $this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Storer\\UserStorer'] = new \Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer(($this->services['user_recovery.repository'] ?? $this->getUserRecovery_RepositoryService()));
  19836.     }
  19837.     /**
  19838.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  19839.      *
  19840.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  19841.      */
  19842.     protected function getFlowIndexerService()
  19843.     {
  19844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  19846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  19847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  19848.         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()));
  19849.     }
  19850.     /**
  19851.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  19852.      *
  19853.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  19854.      */
  19855.     protected function getDeleteExpiredFilesCommandService()
  19856.     {
  19857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  19859.         $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()));
  19860.         $instance->setName('import-export:delete-expired');
  19861.         return $instance;
  19862.     }
  19863.     /**
  19864.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  19865.      *
  19866.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  19867.      */
  19868.     protected function getImportEntityCommandService()
  19869.     {
  19870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  19872.         $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()));
  19873.         $instance->setName('import:entity');
  19874.         return $instance;
  19875.     }
  19876.     /**
  19877.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  19878.      *
  19879.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  19880.      */
  19881.     protected function getCountrySerializerService()
  19882.     {
  19883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  19886.         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()));
  19887.     }
  19888.     /**
  19889.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  19890.      *
  19891.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  19892.      */
  19893.     protected function getCustomerSerializerService()
  19894.     {
  19895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  19898.         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()));
  19899.     }
  19900.     /**
  19901.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  19902.      *
  19903.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  19904.      */
  19905.     protected function getLanguageSerializerService()
  19906.     {
  19907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19908.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19909.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  19910.         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()));
  19911.     }
  19912.     /**
  19913.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  19914.      *
  19915.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  19916.      */
  19917.     protected function getMediaSerializerService()
  19918.     {
  19919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  19922.         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()));
  19923.     }
  19924.     /**
  19925.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer' shared service.
  19926.      *
  19927.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer
  19928.      */
  19929.     protected function getOrderSerializerService()
  19930.     {
  19931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializer.php';
  19934.         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()));
  19935.     }
  19936.     /**
  19937.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  19938.      *
  19939.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  19940.      */
  19941.     protected function getProductCrossSellingSerializerService()
  19942.     {
  19943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  19946.         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()));
  19947.     }
  19948.     /**
  19949.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  19950.      *
  19951.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  19952.      */
  19953.     protected function getProductSerializerService()
  19954.     {
  19955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  19958.         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()));
  19959.     }
  19960.     /**
  19961.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  19962.      *
  19963.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  19964.      */
  19965.     protected function getPromotionIndividualCodeSerializerService()
  19966.     {
  19967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  19970.         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()));
  19971.     }
  19972.     /**
  19973.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  19974.      *
  19975.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  19976.      */
  19977.     protected function getSalutationSerializerService()
  19978.     {
  19979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  19980.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  19981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  19982.         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()));
  19983.     }
  19984.     /**
  19985.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  19986.      *
  19987.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  19988.      */
  19989.     protected function getCustomFieldsSerializer2Service()
  19990.     {
  19991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  19992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  19993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  19994.         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()));
  19995.     }
  19996.     /**
  19997.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  19998.      *
  19999.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  20000.      */
  20001.     protected function getPriceSerializerService()
  20002.     {
  20003.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  20004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  20005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  20006.         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()));
  20007.     }
  20008.     /**
  20009.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  20010.      *
  20011.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  20012.      */
  20013.     protected function getToOneSerializerService()
  20014.     {
  20015.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  20016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  20017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  20018.         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()));
  20019.     }
  20020.     /**
  20021.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  20022.      *
  20023.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  20024.      */
  20025.     protected function getTranslationsSerializerService()
  20026.     {
  20027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  20028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  20029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  20030.         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()));
  20031.     }
  20032.     /**
  20033.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  20034.      *
  20035.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  20036.      */
  20037.     protected function getPrimaryKeyResolverService()
  20038.     {
  20039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  20040.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  20041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  20042.         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())));
  20043.     }
  20044.     /**
  20045.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  20046.      *
  20047.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  20048.      */
  20049.     protected function getSystemDefaultValidatorService()
  20050.     {
  20051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  20052.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20053.     }
  20054.     /**
  20055.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  20056.      *
  20057.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  20058.      */
  20059.     protected function getFileDeletedSubscriberService()
  20060.     {
  20061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  20062.         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()));
  20063.     }
  20064.     /**
  20065.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  20066.      *
  20067.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  20068.      */
  20069.     protected function getProductCategoryPathsSubscriberService()
  20070.     {
  20071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  20072.         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()));
  20073.     }
  20074.     /**
  20075.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  20076.      *
  20077.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  20078.      */
  20079.     protected function getProductVariantsSubscriberService()
  20080.     {
  20081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  20082.         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()));
  20083.     }
  20084.     /**
  20085.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  20086.      *
  20087.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  20088.      */
  20089.     protected function getDeleteFileHandlerService()
  20090.     {
  20091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  20092.         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()));
  20093.     }
  20094.     /**
  20095.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  20096.      *
  20097.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  20098.      */
  20099.     protected function getPipeFactoryService()
  20100.     {
  20101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  20102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  20103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  20104.         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 () {
  20105.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  20106.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  20107.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  20108.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  20109.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  20110.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  20111.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  20112.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  20113.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? $this->getOrderSerializerService());
  20114.             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()));
  20115.         }, 10), new RewindableGenerator(function () {
  20116.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  20117.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  20118.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  20119.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  20120.             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()));
  20121.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  20122.     }
  20123.     /**
  20124.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  20125.      *
  20126.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  20127.      */
  20128.     protected function getCsvFileWriterFactoryService()
  20129.     {
  20130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  20131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  20132.         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()));
  20133.     }
  20134.     /**
  20135.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  20136.      *
  20137.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  20138.      */
  20139.     protected function getCleanupImportExportFileTaskHandlerService()
  20140.     {
  20141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  20142.         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()));
  20143.     }
  20144.     /**
  20145.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  20146.      *
  20147.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  20148.      */
  20149.     protected function getDeleteExpiredFilesServiceService()
  20150.     {
  20151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  20152.         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()));
  20153.     }
  20154.     /**
  20155.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  20156.      *
  20157.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  20158.      */
  20159.     protected function getFileServiceService()
  20160.     {
  20161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  20162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  20163.         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()));
  20164.     }
  20165.     /**
  20166.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  20167.      *
  20168.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  20169.      */
  20170.     protected function getImportExportServiceService()
  20171.     {
  20172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  20173.         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()));
  20174.     }
  20175.     /**
  20176.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  20177.      *
  20178.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  20179.      */
  20180.     protected function getLandingPageIndexerService()
  20181.     {
  20182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  20184.         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()));
  20185.     }
  20186.     /**
  20187.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  20188.      *
  20189.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  20190.      */
  20191.     protected function getLandingPageValidatorService()
  20192.     {
  20193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  20194.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  20195.     }
  20196.     /**
  20197.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  20198.      *
  20199.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  20200.      */
  20201.     protected function getMailSendSubscriberService()
  20202.     {
  20203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  20204.         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()));
  20205.     }
  20206.     /**
  20207.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  20208.      *
  20209.      * @return \Shopware\Core\Content\Mail\Service\MailService
  20210.      */
  20211.     protected function getMailServiceService()
  20212.     {
  20213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  20214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  20215.         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()));
  20216.     }
  20217.     /**
  20218.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  20219.      *
  20220.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  20221.      */
  20222.     protected function getImageCmsElementResolverService()
  20223.     {
  20224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  20227.         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()));
  20228.     }
  20229.     /**
  20230.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  20231.      *
  20232.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  20233.      */
  20234.     protected function getImageGalleryTypeDataResolverService()
  20235.     {
  20236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  20239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  20240.         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()));
  20241.     }
  20242.     /**
  20243.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  20244.      *
  20245.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  20246.      */
  20247.     protected function getImageSliderTypeDataResolverService()
  20248.     {
  20249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  20252.         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()));
  20253.     }
  20254.     /**
  20255.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  20256.      *
  20257.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  20258.      */
  20259.     protected function getDeleteNotUsedMediaCommandService()
  20260.     {
  20261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  20263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  20264.         $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())));
  20265.         $instance->setName('media:delete-unused');
  20266.         return $instance;
  20267.     }
  20268.     /**
  20269.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  20270.      *
  20271.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  20272.      */
  20273.     protected function getGenerateMediaTypesCommandService()
  20274.     {
  20275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  20277.         $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()));
  20278.         $instance->setName('media:generate-media-types');
  20279.         return $instance;
  20280.     }
  20281.     /**
  20282.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  20283.      *
  20284.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  20285.      */
  20286.     protected function getGenerateThumbnailsCommandService()
  20287.     {
  20288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20289.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  20290.         $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()));
  20291.         $instance->setName('media:generate-thumbnails');
  20292.         return $instance;
  20293.     }
  20294.     /**
  20295.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  20296.      *
  20297.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  20298.      */
  20299.     protected function getMediaFolderConfigurationIndexerService()
  20300.     {
  20301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  20303.         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()));
  20304.     }
  20305.     /**
  20306.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  20307.      *
  20308.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  20309.      */
  20310.     protected function getMediaFolderIndexerService()
  20311.     {
  20312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  20314.         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()));
  20315.     }
  20316.     /**
  20317.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  20318.      *
  20319.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  20320.      */
  20321.     protected function getMediaIndexerService()
  20322.     {
  20323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  20325.         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()));
  20326.     }
  20327.     /**
  20328.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  20329.      *
  20330.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  20331.      */
  20332.     protected function getFileNameProviderService()
  20333.     {
  20334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  20335.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  20336.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  20337.     }
  20338.     /**
  20339.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  20340.      *
  20341.      * @return \Shopware\Core\Content\Media\MediaService
  20342.      */
  20343.     protected function getMediaServiceService()
  20344.     {
  20345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  20346.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  20347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  20348.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  20349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  20350.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  20351.         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(), truefalse0));
  20352.     }
  20353.     /**
  20354.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  20355.      *
  20356.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  20357.      */
  20358.     protected function getDeleteFileHandler2Service()
  20359.     {
  20360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  20361.         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()));
  20362.     }
  20363.     /**
  20364.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  20365.      *
  20366.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  20367.      */
  20368.     protected function getGenerateThumbnailsHandlerService()
  20369.     {
  20370.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  20371.         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()));
  20372.     }
  20373.     /**
  20374.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  20375.      *
  20376.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  20377.      */
  20378.     protected function getFilenamePathnameStrategyService()
  20379.     {
  20380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  20381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  20382.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  20383.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  20384.         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())));
  20385.     }
  20386.     /**
  20387.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  20388.      *
  20389.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  20390.      */
  20391.     protected function getIdPathnameStrategyService()
  20392.     {
  20393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  20394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  20395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  20396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  20397.         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())));
  20398.     }
  20399.     /**
  20400.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  20401.      *
  20402.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  20403.      */
  20404.     protected function getPhysicalFilenamePathnameStrategyService()
  20405.     {
  20406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  20407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  20408.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  20409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  20410.         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())));
  20411.     }
  20412.     /**
  20413.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  20414.      *
  20415.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  20416.      */
  20417.     protected function getUrlGeneratorInterfaceService()
  20418.     {
  20419.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  20420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  20421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  20422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  20423.         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 () {
  20424.             yield => $this->getFilenamePathnameStrategyService();
  20425.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  20426.             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()));
  20427.             yield => $this->getIdPathnameStrategyService();
  20428.         }, 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())), '');
  20429.     }
  20430.     /**
  20431.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  20432.      *
  20433.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  20434.      */
  20435.     protected function getMediaDeletionSubscriberService()
  20436.     {
  20437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  20438.         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()));
  20439.     }
  20440.     /**
  20441.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  20442.      *
  20443.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  20444.      */
  20445.     protected function getMediaLoadedSubscriberService()
  20446.     {
  20447.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  20448.         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()));
  20449.     }
  20450.     /**
  20451.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  20452.      *
  20453.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  20454.      */
  20455.     protected function getThumbnailServiceService()
  20456.     {
  20457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  20458.         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()));
  20459.     }
  20460.     /**
  20461.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  20462.      *
  20463.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  20464.      */
  20465.     protected function getTypeDetectorService()
  20466.     {
  20467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  20468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  20469.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  20470.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  20471.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  20472.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  20473.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  20474.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  20475.         }, 5));
  20476.     }
  20477.     /**
  20478.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  20479.      *
  20480.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  20481.      */
  20482.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  20483.     {
  20484.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  20485.         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()));
  20486.     }
  20487.     /**
  20488.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  20489.      *
  20490.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  20491.      */
  20492.     protected function getNewsletterRecipientIndexerService()
  20493.     {
  20494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  20496.         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()));
  20497.     }
  20498.     /**
  20499.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  20500.      *
  20501.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  20502.      */
  20503.     protected function getNewsletterRecipientDeletedSubscriberService()
  20504.     {
  20505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  20506.         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()));
  20507.     }
  20508.     /**
  20509.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  20510.      *
  20511.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  20512.      */
  20513.     protected function getNewsletterRecipientTaskHandlerService()
  20514.     {
  20515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  20516.         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()));
  20517.     }
  20518.     /**
  20519.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  20520.      *
  20521.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  20522.      */
  20523.     protected function getProductExportGenerateCommandService()
  20524.     {
  20525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  20527.         $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()));
  20528.         $instance->setName('product-export:generate');
  20529.         return $instance;
  20530.     }
  20531.     /**
  20532.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  20533.      *
  20534.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  20535.      */
  20536.     protected function getProductExportEventListenerService()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  20539.         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()));
  20540.     }
  20541.     /**
  20542.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  20543.      *
  20544.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  20545.      */
  20546.     protected function getProductExportGenerateTaskHandlerService()
  20547.     {
  20548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  20549.         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()));
  20550.     }
  20551.     /**
  20552.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  20553.      *
  20554.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  20555.      */
  20556.     protected function getProductExportPartialGenerationHandlerService()
  20557.     {
  20558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  20559.         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()));
  20560.     }
  20561.     /**
  20562.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  20563.      *
  20564.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  20565.      */
  20566.     protected function getProductExportFileHandlerService()
  20567.     {
  20568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  20569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  20570.         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');
  20571.     }
  20572.     /**
  20573.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  20574.      *
  20575.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  20576.      */
  20577.     protected function getProductExportRendererService()
  20578.     {
  20579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  20580.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  20581.         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()));
  20582.     }
  20583.     /**
  20584.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  20585.      *
  20586.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  20587.      */
  20588.     protected function getProductStreamIndexerService()
  20589.     {
  20590.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20591.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  20592.         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()));
  20593.     }
  20594.     /**
  20595.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  20596.      *
  20597.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  20598.      */
  20599.     protected function getUpdateProductStreamMappingTaskHandlerService()
  20600.     {
  20601.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  20602.         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()));
  20603.     }
  20604.     /**
  20605.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  20606.      *
  20607.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  20608.      */
  20609.     protected function getProductCartProcessorService()
  20610.     {
  20611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  20612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  20613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  20614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  20615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  20616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  20617.         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()));
  20618.     }
  20619.     /**
  20620.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  20621.      *
  20622.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  20623.      */
  20624.     protected function getProductLineItemCommandValidatorService()
  20625.     {
  20626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  20627.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20628.     }
  20629.     /**
  20630.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  20631.      *
  20632.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  20633.      */
  20634.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  20635.     {
  20636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  20637.         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()));
  20638.     }
  20639.     /**
  20640.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  20641.      *
  20642.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  20643.      */
  20644.     protected function getBuyBoxCmsElementResolverService()
  20645.     {
  20646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  20649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  20650.         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()));
  20651.     }
  20652.     /**
  20653.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  20654.      *
  20655.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  20656.      */
  20657.     protected function getCrossSellingCmsElementResolverService()
  20658.     {
  20659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20661.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  20662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  20663.         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()));
  20664.     }
  20665.     /**
  20666.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  20667.      *
  20668.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  20669.      */
  20670.     protected function getProductBoxCmsElementResolverService()
  20671.     {
  20672.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20673.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  20675.         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()));
  20676.     }
  20677.     /**
  20678.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  20679.      *
  20680.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  20681.      */
  20682.     protected function getProductDescriptionReviewsCmsElementResolverService()
  20683.     {
  20684.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  20687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  20688.         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()));
  20689.     }
  20690.     /**
  20691.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  20692.      *
  20693.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  20694.      */
  20695.     protected function getProductListingCmsElementResolverService()
  20696.     {
  20697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  20700.         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()));
  20701.     }
  20702.     /**
  20703.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  20704.      *
  20705.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  20706.      */
  20707.     protected function getProductSliderCmsElementResolverService()
  20708.     {
  20709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  20711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  20712.         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()));
  20713.     }
  20714.     /**
  20715.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  20716.      *
  20717.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  20718.      */
  20719.     protected function getProductIndexerService()
  20720.     {
  20721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  20723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  20724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  20725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  20726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  20727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  20728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  20729.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  20730.         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()));
  20731.     }
  20732.     /**
  20733.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  20734.      *
  20735.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  20736.      */
  20737.     protected function getProductStreamUpdaterService()
  20738.     {
  20739.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  20741.         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()));
  20742.     }
  20743.     /**
  20744.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  20745.      *
  20746.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  20747.      */
  20748.     protected function getStockUpdaterService()
  20749.     {
  20750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  20751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdate/StockUpdateFilterProvider.php';
  20752.         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()), new \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdate\StockUpdateFilterProvider(new RewindableGenerator(function () {
  20753.             return new \EmptyIterator();
  20754.         }, 0)));
  20755.     }
  20756.     /**
  20757.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  20758.      *
  20759.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  20760.      */
  20761.     protected function getProductListingFeaturesSubscriberService()
  20762.     {
  20763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  20764.         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()));
  20765.     }
  20766.     /**
  20767.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  20768.      *
  20769.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  20770.      */
  20771.     protected function getProductListingLoaderService()
  20772.     {
  20773.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  20774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductCloseoutFilterFactory.php';
  20775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductCloseoutFilterFactory.php';
  20776.         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()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductCloseoutFilterFactory'] = new \Shopware\Core\Content\Product\SalesChannel\ProductCloseoutFilterFactory())));
  20777.     }
  20778.     /**
  20779.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  20780.      *
  20781.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  20782.      */
  20783.     protected function getProductPriceCalculatorService()
  20784.     {
  20785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  20786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  20787.         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()));
  20788.     }
  20789.     /**
  20790.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  20791.      *
  20792.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  20793.      */
  20794.     protected function getProductSubscriberService()
  20795.     {
  20796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  20797.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  20798.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  20799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  20800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  20801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  20802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  20803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  20804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  20805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  20806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  20807.         $a = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  20808.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  20809.         $c = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($b);
  20810.         $d = new \Shopware\Core\Content\Product\IsNewDetector($b);
  20811.         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);
  20812.     }
  20813.     /**
  20814.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater' shared service.
  20815.      *
  20816.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater
  20817.      */
  20818.     protected function getRuleAreaUpdaterService()
  20819.     {
  20820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleAreaUpdater.php';
  20821.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleAreaUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] ?? $this->getRuleDefinitionService()), ($this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? $this->getRuleConditionRegistryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  20822.     }
  20823.     /**
  20824.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  20825.      *
  20826.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  20827.      */
  20828.     protected function getRuleIndexerService()
  20829.     {
  20830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  20831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  20832.         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\\Content\\Rule\\DataAbstractionLayer\\RuleAreaUpdater'] ?? $this->getRuleAreaUpdaterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20833.     }
  20834.     /**
  20835.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  20836.      *
  20837.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  20838.      */
  20839.     protected function getRulePayloadSubscriberService()
  20840.     {
  20841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  20842.         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);
  20843.     }
  20844.     /**
  20845.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  20846.      *
  20847.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  20848.      */
  20849.     protected function getRulePayloadUpdaterService()
  20850.     {
  20851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  20852.         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()));
  20853.     }
  20854.     /**
  20855.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  20856.      *
  20857.      * @return \Shopware\Core\Content\Rule\RuleValidator
  20858.      */
  20859.     protected function getRuleValidatorService()
  20860.     {
  20861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  20862.         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()));
  20863.     }
  20864.     /**
  20865.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  20866.      *
  20867.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  20868.      */
  20869.     protected function getStoreApiSeoResolverService()
  20870.     {
  20871.         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()));
  20872.     }
  20873.     /**
  20874.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  20875.      *
  20876.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  20877.      */
  20878.     protected function getSeoUrlGeneratorService()
  20879.     {
  20880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  20881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  20882.         $a = (new \Shopware\Core\Content\Seo\SeoUrlTwigFactory())->createTwigEnvironment(($this->privates['slugify'] ?? $this->getSlugifyService()), new RewindableGenerator(function () {
  20883.             return new \EmptyIterator();
  20884.         }, 0));
  20885.         $a->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  20886.         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()));
  20887.     }
  20888.     /**
  20889.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  20890.      *
  20891.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  20892.      */
  20893.     protected function getSeoUrlPersisterService()
  20894.     {
  20895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  20896.         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()));
  20897.     }
  20898.     /**
  20899.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  20900.      *
  20901.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  20902.      */
  20903.     protected function getSeoUrlRouteRegistryService()
  20904.     {
  20905.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  20906.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  20907.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  20908.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  20909.             yield => ($this->privates['H1web\\Blog\\Seo\\SeoUrlRoute\\BlogPageSeoUrlRoute'] ?? $this->getBlogPageSeoUrlRouteService());
  20910.         }, 4));
  20911.     }
  20912.     /**
  20913.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlUpdater' shared service.
  20914.      *
  20915.      * @return \Shopware\Core\Content\Seo\SeoUrlUpdater
  20916.      */
  20917.     protected function getSeoUrlUpdaterService()
  20918.     {
  20919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  20920.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] = 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()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  20921.     }
  20922.     /**
  20923.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  20924.      *
  20925.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  20926.      */
  20927.     protected function getSitemapGenerateCommandService()
  20928.     {
  20929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  20931.         $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()));
  20932.         $instance->setName('sitemap:generate');
  20933.         return $instance;
  20934.     }
  20935.     /**
  20936.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  20937.      *
  20938.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  20939.      */
  20940.     protected function getFileService()
  20941.     {
  20942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  20943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  20944.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  20945.     }
  20946.     /**
  20947.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  20948.      *
  20949.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  20950.      */
  20951.     protected function getCategoryUrlProviderService()
  20952.     {
  20953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  20954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  20955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  20956.         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()));
  20957.     }
  20958.     /**
  20959.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  20960.      *
  20961.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  20962.      */
  20963.     protected function getCustomUrlProviderService()
  20964.     {
  20965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  20966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  20967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  20968.         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()));
  20969.     }
  20970.     /**
  20971.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  20972.      *
  20973.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  20974.      */
  20975.     protected function getProductUrlProviderService()
  20976.     {
  20977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  20978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  20979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  20980.         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()));
  20981.     }
  20982.     /**
  20983.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  20984.      *
  20985.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  20986.      */
  20987.     protected function getSitemapGenerateTaskHandlerService()
  20988.     {
  20989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  20990.         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()));
  20991.     }
  20992.     /**
  20993.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  20994.      *
  20995.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  20996.      */
  20997.     protected function getConfigHandlerService()
  20998.     {
  20999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  21000.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  21001.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  21002.         }, 1));
  21003.     }
  21004.     /**
  21005.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  21006.      *
  21007.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  21008.      */
  21009.     protected function getSitemapExporterService()
  21010.     {
  21011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  21013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  21014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  21015.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21016.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  21017.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  21018.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  21019.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  21020.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  21021.             yield => ($this->privates['H1web\\Blog\\Provider\\BlogProvider'] ?? $this->getBlogProviderService());
  21022.         }, 5), ($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);
  21023.     }
  21024.     /**
  21025.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  21026.      *
  21027.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  21028.      */
  21029.     protected function getCacheClearer2Service()
  21030.     {
  21031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  21032.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21033.         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()));
  21034.     }
  21035.     /**
  21036.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  21037.      *
  21038.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  21039.      */
  21040.     protected function getCacheDecoratorService()
  21041.     {
  21042.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  21043.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  21044.         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())));
  21045.     }
  21046.     /**
  21047.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  21048.      *
  21049.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  21050.      */
  21051.     protected function getCacheInvalidationSubscriberService()
  21052.     {
  21053.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  21054.         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()));
  21055.     }
  21056.     /**
  21057.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  21058.      *
  21059.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  21060.      */
  21061.     protected function getCacheInvalidatorService()
  21062.     {
  21063.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  21064.         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()));
  21065.     }
  21066.     /**
  21067.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  21068.      *
  21069.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  21070.      */
  21071.     protected function getCacheStateSubscriberService()
  21072.     {
  21073.         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()));
  21074.     }
  21075.     /**
  21076.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler' shared service.
  21077.      *
  21078.      * @return \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler
  21079.      */
  21080.     protected function getInvalidateCacheTaskHandlerService()
  21081.     {
  21082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/InvalidateCacheTaskHandler.php';
  21083.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTaskHandler(($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), 0);
  21084.     }
  21085.     /**
  21086.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler' shared service.
  21087.      *
  21088.      * @return \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler
  21089.      */
  21090.     protected function getCleanupOldCacheFoldersHandlerService()
  21091.     {
  21092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Message/CleanupOldCacheFoldersHandler.php';
  21093.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] = new \Shopware\Core\Framework\Adapter\Cache\Message\CleanupOldCacheFoldersHandler(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()));
  21094.     }
  21095.     /**
  21096.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  21097.      *
  21098.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  21099.      */
  21100.     protected function getScriptCacheInvalidationSubscriberService()
  21101.     {
  21102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  21103.         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()));
  21104.     }
  21105.     /**
  21106.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  21107.      *
  21108.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  21109.      */
  21110.     protected function getS3FilesystemVisibilityCommandService()
  21111.     {
  21112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  21114.         $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()));
  21115.         $instance->setName('s3:set-visibility');
  21116.         return $instance;
  21117.     }
  21118.     /**
  21119.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  21120.      *
  21121.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  21122.      */
  21123.     protected function getFilesystemFactoryService()
  21124.     {
  21125.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  21126.             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()));
  21127.             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()));
  21128.             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()));
  21129.         }, 3), new RewindableGenerator(function () {
  21130.             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()));
  21131.         }, 1));
  21132.     }
  21133.     /**
  21134.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  21135.      *
  21136.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  21137.      */
  21138.     protected function getTranslator2Service()
  21139.     {
  21140.         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()));
  21141.     }
  21142.     /**
  21143.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  21144.      *
  21145.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  21146.      */
  21147.     protected function getTranslatorCacheInvalidateService()
  21148.     {
  21149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  21150.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21151.     }
  21152.     /**
  21153.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  21154.      *
  21155.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  21156.      */
  21157.     protected function getEntityTemplateLoaderService()
  21158.     {
  21159.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  21160.     }
  21161.     /**
  21162.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  21163.      *
  21164.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  21165.      */
  21166.     protected function getBundleHierarchyBuilderService()
  21167.     {
  21168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  21169.         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()));
  21170.     }
  21171.     /**
  21172.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  21173.      *
  21174.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  21175.      */
  21176.     protected function getStringTemplateRendererService()
  21177.     {
  21178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  21179.         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.''.'%'));
  21180.     }
  21181.     /**
  21182.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  21183.      *
  21184.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  21185.      */
  21186.     protected function getTwigVariableParserService()
  21187.     {
  21188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  21189.         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()));
  21190.     }
  21191.     /**
  21192.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  21193.      *
  21194.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  21195.      */
  21196.     protected function getAclAnnotationValidatorService()
  21197.     {
  21198.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21199.     }
  21200.     /**
  21201.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  21202.      *
  21203.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  21204.      */
  21205.     protected function getAclWriteValidatorService()
  21206.     {
  21207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  21208.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21209.     }
  21210.     /**
  21211.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  21212.      *
  21213.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  21214.      */
  21215.     protected function getDefinitionServiceService()
  21216.     {
  21217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  21218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  21219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  21220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  21221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  21222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  21223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  21224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  21225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  21226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  21227.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.18.0');
  21228.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  21229.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21230.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  21231.         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());
  21232.     }
  21233.     /**
  21234.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  21235.      *
  21236.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  21237.      */
  21238.     protected function getDumpClassSchemaCommandService()
  21239.     {
  21240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  21242.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  21243.         $instance->setName('framework:dump:class:schema');
  21244.         return $instance;
  21245.     }
  21246.     /**
  21247.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  21248.      *
  21249.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  21250.      */
  21251.     protected function getDumpSchemaCommandService()
  21252.     {
  21253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  21255.         $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()));
  21256.         $instance->setName('framework:schema');
  21257.         return $instance;
  21258.     }
  21259.     /**
  21260.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  21261.      *
  21262.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  21263.      */
  21264.     protected function getApiVersionConverterService()
  21265.     {
  21266.         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 () {
  21267.             return new \EmptyIterator();
  21268.         }, 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())))));
  21269.     }
  21270.     /**
  21271.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  21272.      *
  21273.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  21274.      */
  21275.     protected function getApiAuthenticationListenerService()
  21276.     {
  21277.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  21278.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  21279.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  21280.         $c->setPublicKey($b);
  21281.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21282.         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()));
  21283.     }
  21284.     /**
  21285.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  21286.      *
  21287.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  21288.      */
  21289.     protected function getSalesChannelAuthenticationListenerService()
  21290.     {
  21291.         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()));
  21292.     }
  21293.     /**
  21294.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  21295.      *
  21296.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  21297.      */
  21298.     protected function getUserCredentialsChangedSubscriberService()
  21299.     {
  21300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  21301.         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()));
  21302.     }
  21303.     /**
  21304.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  21305.      *
  21306.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  21307.      */
  21308.     protected function getExpectationSubscriberService()
  21309.     {
  21310.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.18.0'$this->parameters['kernel.plugin_infos']);
  21311.     }
  21312.     /**
  21313.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  21314.      *
  21315.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  21316.      */
  21317.     protected function getRefreshTokenRepositoryService()
  21318.     {
  21319.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21320.     }
  21321.     /**
  21322.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  21323.      *
  21324.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  21325.      */
  21326.     protected function getJsonEntityEncoderService()
  21327.     {
  21328.         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()));
  21329.     }
  21330.     /**
  21331.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  21332.      *
  21333.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  21334.      */
  21335.     protected function getExecutorService()
  21336.     {
  21337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  21338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  21339.         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 () {
  21340.             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()));
  21341.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  21342.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  21343.             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()));
  21344.         }, 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)));
  21345.     }
  21346.     /**
  21347.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  21348.      *
  21349.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  21350.      */
  21351.     protected function getOpenModalResponseFactoryService()
  21352.     {
  21353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  21354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  21355.         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()));
  21356.     }
  21357.     /**
  21358.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  21359.      *
  21360.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  21361.      */
  21362.     protected function getOpenNewTabResponseFactoryService()
  21363.     {
  21364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  21365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  21366.         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()));
  21367.     }
  21368.     /**
  21369.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  21370.      *
  21371.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  21372.      */
  21373.     protected function getActiveAppsLoaderService()
  21374.     {
  21375.         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()));
  21376.     }
  21377.     /**
  21378.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  21379.      *
  21380.      * @return \Shopware\Core\Framework\App\AppStateService
  21381.      */
  21382.     protected function getAppStateServiceService()
  21383.     {
  21384.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  21385.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  21386.         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()));
  21387.     }
  21388.     /**
  21389.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  21390.      *
  21391.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  21392.      */
  21393.     protected function getMoveShopPermanentlyStrategyService()
  21394.     {
  21395.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  21396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  21397.         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()));
  21398.     }
  21399.     /**
  21400.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  21401.      *
  21402.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  21403.      */
  21404.     protected function getReinstallAppsStrategyService()
  21405.     {
  21406.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  21407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  21408.         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()));
  21409.     }
  21410.     /**
  21411.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  21412.      *
  21413.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  21414.      */
  21415.     protected function getUninstallAppsStrategyService()
  21416.     {
  21417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  21418.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  21419.         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()));
  21420.     }
  21421.     /**
  21422.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  21423.      *
  21424.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  21425.      */
  21426.     protected function getActivateAppCommandService()
  21427.     {
  21428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  21431.         $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()));
  21432.         $instance->setName('app:activate');
  21433.         return $instance;
  21434.     }
  21435.     /**
  21436.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  21437.      *
  21438.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  21439.      */
  21440.     protected function getAppPrinterService()
  21441.     {
  21442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  21443.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  21444.     }
  21445.     /**
  21446.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  21447.      *
  21448.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  21449.      */
  21450.     protected function getDeactivateAppCommandService()
  21451.     {
  21452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  21454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  21455.         $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()));
  21456.         $instance->setName('app:deactivate');
  21457.         return $instance;
  21458.     }
  21459.     /**
  21460.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  21461.      *
  21462.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  21463.      */
  21464.     protected function getInstallAppCommandService()
  21465.     {
  21466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  21468.         $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()));
  21469.         $instance->setName('app:install');
  21470.         return $instance;
  21471.     }
  21472.     /**
  21473.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  21474.      *
  21475.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  21476.      */
  21477.     protected function getRefreshAppCommandService()
  21478.     {
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  21481.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  21483.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  21484.         $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);
  21485.         $instance->setName('app:refresh');
  21486.         return $instance;
  21487.     }
  21488.     /**
  21489.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  21490.      *
  21491.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  21492.      */
  21493.     protected function getResolveAppUrlChangeCommandService()
  21494.     {
  21495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21496.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  21497.         $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()));
  21498.         $instance->setName('app:url-change:resolve');
  21499.         return $instance;
  21500.     }
  21501.     /**
  21502.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  21503.      *
  21504.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  21505.      */
  21506.     protected function getUninstallAppCommandService()
  21507.     {
  21508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21509.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  21510.         $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()));
  21511.         $instance->setName('app:uninstall');
  21512.         return $instance;
  21513.     }
  21514.     /**
  21515.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  21516.      *
  21517.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  21518.      */
  21519.     protected function getValidateAppCommandService()
  21520.     {
  21521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  21523.         $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()));
  21524.         $instance->setName('app:validate');
  21525.         return $instance;
  21526.     }
  21527.     /**
  21528.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  21529.      *
  21530.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  21531.      */
  21532.     protected function getAppConfirmationDeltaProviderService()
  21533.     {
  21534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  21535.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  21536.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  21537.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  21538.         }, 2));
  21539.     }
  21540.     /**
  21541.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  21542.      *
  21543.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  21544.      */
  21545.     protected function getQuerySignerService()
  21546.     {
  21547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  21548.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.18.0', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  21549.     }
  21550.     /**
  21551.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  21552.      *
  21553.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  21554.      */
  21555.     protected function getAppLifecycleService()
  21556.     {
  21557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  21558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  21559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  21560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  21561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  21562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  21563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  21564.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  21565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  21566.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  21567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  21568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  21569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  21570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  21571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  21572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  21573.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  21574.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  21575.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  21576.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  21577.         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())));
  21578.     }
  21579.     /**
  21580.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  21581.      *
  21582.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  21583.      */
  21584.     protected function getAppLoaderService()
  21585.     {
  21586.         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());
  21587.     }
  21588.     /**
  21589.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  21590.      *
  21591.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  21592.      */
  21593.     protected function getRuleConditionPersisterService()
  21594.     {
  21595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  21596.         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()));
  21597.     }
  21598.     /**
  21599.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  21600.      *
  21601.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  21602.      */
  21603.     protected function getScriptPersisterService()
  21604.     {
  21605.         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()));
  21606.     }
  21607.     /**
  21608.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  21609.      *
  21610.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  21611.      */
  21612.     protected function getAppRegistrationServiceService()
  21613.     {
  21614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  21615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  21616.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  21617.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] = new \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService(new \Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory($this->getEnv('APP_URL'), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), '6.4.18.0'), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), $this->getEnv('APP_URL'), $a'6.4.18.0');
  21618.     }
  21619.     /**
  21620.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  21621.      *
  21622.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  21623.      */
  21624.     protected function getAppAsyncPaymentHandlerService()
  21625.     {
  21626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  21628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  21629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  21630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  21631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  21632.         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()));
  21633.     }
  21634.     /**
  21635.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  21636.      *
  21637.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  21638.      */
  21639.     protected function getAppPaymentHandlerService()
  21640.     {
  21641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  21643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  21644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  21645.         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()));
  21646.     }
  21647.     /**
  21648.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  21649.      *
  21650.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  21651.      */
  21652.     protected function getAppSyncPaymentHandlerService()
  21653.     {
  21654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  21655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  21656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  21657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  21658.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  21659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  21660.         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()));
  21661.     }
  21662.     /**
  21663.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  21664.      *
  21665.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  21666.      */
  21667.     protected function getPayloadServiceService()
  21668.     {
  21669.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  21670.         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'));
  21671.     }
  21672.     /**
  21673.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  21674.      *
  21675.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  21676.      */
  21677.     protected function getDeleteCascadeAppsHandlerService()
  21678.     {
  21679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  21680.         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()));
  21681.     }
  21682.     /**
  21683.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  21684.      *
  21685.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  21686.      */
  21687.     protected function getUpdateAppsHandlerService()
  21688.     {
  21689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  21690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  21691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  21692.         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())));
  21693.     }
  21694.     /**
  21695.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  21696.      *
  21697.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  21698.      */
  21699.     protected function getCustomFieldProtectionSubscriberService()
  21700.     {
  21701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  21702.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21703.     }
  21704.     /**
  21705.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  21706.      *
  21707.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  21708.      */
  21709.     protected function getConfigValidatorService()
  21710.     {
  21711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  21712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  21713.         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())));
  21714.     }
  21715.     /**
  21716.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  21717.      *
  21718.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  21719.      */
  21720.     protected function getHookableValidatorService()
  21721.     {
  21722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  21723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  21724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  21725.         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())));
  21726.     }
  21727.     /**
  21728.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  21729.      *
  21730.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  21731.      */
  21732.     protected function getManifestValidatorService()
  21733.     {
  21734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  21735.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  21736.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  21737.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  21738.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  21739.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  21740.         }, 4));
  21741.     }
  21742.     /**
  21743.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  21744.      *
  21745.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  21746.      */
  21747.     protected function getChangelogChangeCommandService()
  21748.     {
  21749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  21751.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  21752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  21753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  21754.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21755.         $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']));
  21756.         $instance->setName('changelog:change');
  21757.         return $instance;
  21758.     }
  21759.     /**
  21760.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  21761.      *
  21762.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  21763.      */
  21764.     protected function getChangelogCheckCommandService()
  21765.     {
  21766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  21768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  21769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  21770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  21771.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21772.         $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']));
  21773.         $instance->setName('changelog:check');
  21774.         return $instance;
  21775.     }
  21776.     /**
  21777.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  21778.      *
  21779.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  21780.      */
  21781.     protected function getChangelogCreateCommandService()
  21782.     {
  21783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  21785.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  21786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  21787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  21788.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21789.         $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']));
  21790.         $instance->setName('changelog:create');
  21791.         return $instance;
  21792.     }
  21793.     /**
  21794.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  21795.      *
  21796.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  21797.      */
  21798.     protected function getChangelogReleaseCommandService()
  21799.     {
  21800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21801.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  21802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  21803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  21804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  21805.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21806.         $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']));
  21807.         $instance->setName('changelog:release');
  21808.         return $instance;
  21809.     }
  21810.     /**
  21811.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  21812.      *
  21813.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  21814.      */
  21815.     protected function getCreateEntitiesCommandService()
  21816.     {
  21817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  21819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  21820.         $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));
  21821.         $instance->setName('dal:create:entities');
  21822.         return $instance;
  21823.     }
  21824.     /**
  21825.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  21826.      *
  21827.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  21828.      */
  21829.     protected function getCreateHydratorCommandService()
  21830.     {
  21831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21832.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  21833.         $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));
  21834.         $instance->setName('dal:create:hydrators');
  21835.         return $instance;
  21836.     }
  21837.     /**
  21838.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  21839.      *
  21840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  21841.      */
  21842.     protected function getCreateSchemaCommandService()
  21843.     {
  21844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21845.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  21846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  21847.         $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));
  21848.         $instance->setName('dal:create:schema');
  21849.         return $instance;
  21850.     }
  21851.     /**
  21852.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  21853.      *
  21854.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  21855.      */
  21856.     protected function getDataAbstractionLayerValidateCommandService()
  21857.     {
  21858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  21860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  21861.         $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())));
  21862.         $instance->setName('dal:validate');
  21863.         return $instance;
  21864.     }
  21865.     /**
  21866.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  21867.      *
  21868.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  21869.      */
  21870.     protected function getRefreshIndexCommandService()
  21871.     {
  21872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21873.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  21874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  21875.         $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()));
  21876.         $instance->setName('dal:refresh:index');
  21877.         return $instance;
  21878.     }
  21879.     /**
  21880.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  21881.      *
  21882.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  21883.      */
  21884.     protected function getIteratorFactoryService()
  21885.     {
  21886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  21887.         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()));
  21888.     }
  21889.     /**
  21890.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  21891.      *
  21892.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  21893.      */
  21894.     protected function getCriteriaQueryBuilderService()
  21895.     {
  21896.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  21897.         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));
  21898.     }
  21899.     /**
  21900.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  21901.      *
  21902.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  21903.      */
  21904.     protected function getAppContextCreatorService()
  21905.     {
  21906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  21907.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21908.     }
  21909.     /**
  21910.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  21911.      *
  21912.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  21913.      */
  21914.     protected function getChildCountUpdaterService()
  21915.     {
  21916.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  21917.         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()));
  21918.     }
  21919.     /**
  21920.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  21921.      *
  21922.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  21923.      */
  21924.     protected function getInheritanceUpdaterService()
  21925.     {
  21926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  21927.         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()));
  21928.     }
  21929.     /**
  21930.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  21931.      *
  21932.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  21933.      */
  21934.     protected function getManyToManyIdFieldUpdaterService()
  21935.     {
  21936.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  21937.         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()));
  21938.     }
  21939.     /**
  21940.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber' shared service.
  21941.      *
  21942.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber
  21943.      */
  21944.     protected function getEntityIndexingSubscriberService()
  21945.     {
  21946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexingSubscriber.php';
  21947.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\EntityIndexingSubscriber'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\EntityIndexingSubscriber(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  21948.     }
  21949.     /**
  21950.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  21951.      *
  21952.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  21953.      */
  21954.     protected function getRegisteredIndexerSubscriberService()
  21955.     {
  21956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  21957.         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()));
  21958.     }
  21959.     /**
  21960.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  21961.      *
  21962.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  21963.      */
  21964.     protected function getTreeUpdaterService()
  21965.     {
  21966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  21967.         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()));
  21968.     }
  21969.     /**
  21970.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  21971.      *
  21972.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  21973.      */
  21974.     protected function getApiCriteriaValidatorService()
  21975.     {
  21976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  21977.         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()));
  21978.     }
  21979.     /**
  21980.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  21981.      *
  21982.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  21983.      */
  21984.     protected function getCompositeEntitySearcherService()
  21985.     {
  21986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  21987.         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 () {
  21988.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  21989.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  21990.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  21991.             yield => ($this->services['H1web\\Blog\\Blog\\BlogDefinition'] ?? $this->getBlogDefinitionService());
  21992.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  21993.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  21994.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  21995.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  21996.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  21997.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  21998.         }, 10));
  21999.     }
  22000.     /**
  22001.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  22002.      *
  22003.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  22004.      */
  22005.     protected function getCriteriaArrayConverterService()
  22006.     {
  22007.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  22008.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  22009.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())));
  22010.     }
  22011.     /**
  22012.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  22013.      *
  22014.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  22015.      */
  22016.     protected function getSqlQueryParserService()
  22017.     {
  22018.         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()));
  22019.     }
  22020.     /**
  22021.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  22022.      *
  22023.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder
  22024.      */
  22025.     protected function getRequestCriteriaBuilderService()
  22026.     {
  22027.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  22028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  22029.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\AggregationParser())), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\ApiCriteriaValidator'] ?? $this->getApiCriteriaValidatorService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\CriteriaArrayConverter'] ?? $this->getCriteriaArrayConverterService()), 100);
  22030.     }
  22031.     /**
  22032.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  22033.      *
  22034.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  22035.      */
  22036.     protected function getTokenFilterService()
  22037.     {
  22038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  22039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  22040.         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()));
  22041.     }
  22042.     /**
  22043.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  22044.      *
  22045.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  22046.      */
  22047.     protected function getSearchTermInterpreterService()
  22048.     {
  22049.         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')))));
  22050.     }
  22051.     /**
  22052.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  22053.      *
  22054.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  22055.      */
  22056.     protected function getEntityExistsValidatorService()
  22057.     {
  22058.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22059.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  22061.         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()));
  22062.     }
  22063.     /**
  22064.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  22065.      *
  22066.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  22067.      */
  22068.     protected function getEntityNotExistsValidatorService()
  22069.     {
  22070.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22071.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  22073.         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()));
  22074.     }
  22075.     /**
  22076.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  22077.      *
  22078.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  22079.      */
  22080.     protected function getCleanupVersionTaskHandlerService()
  22081.     {
  22082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  22083.         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);
  22084.     }
  22085.     /**
  22086.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  22087.      *
  22088.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  22089.      */
  22090.     protected function getLockValidatorService()
  22091.     {
  22092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  22093.         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()));
  22094.     }
  22095.     /**
  22096.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  22097.      *
  22098.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  22099.      */
  22100.     protected function getWriteCommandExtractorService()
  22101.     {
  22102.         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()));
  22103.     }
  22104.     /**
  22105.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  22106.      *
  22107.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  22108.      */
  22109.     protected function getDemodataCommandService()
  22110.     {
  22111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  22113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  22114.         $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 () {
  22115.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  22116.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  22117.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  22118.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  22119.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  22120.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  22121.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  22122.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  22123.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  22124.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  22125.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  22126.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  22127.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  22128.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  22129.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  22130.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  22131.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  22132.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  22133.         $instance->addDefault('rules'25);
  22134.         $instance->addOption('rules'NULL4'Rules count');
  22135.         $instance->addDefault('customers'60);
  22136.         $instance->addOption('customers'NULL4'Customers count');
  22137.         $instance->addDefault('properties'10);
  22138.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  22139.         $instance->addDefault('categories'10);
  22140.         $instance->addOption('categories'NULL4'Categories count');
  22141.         $instance->addDefault('manufacturers'60);
  22142.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  22143.         $instance->addDefault('tags'50);
  22144.         $instance->addOption('tags'NULL4'Tags count');
  22145.         $instance->addDefault('reviews'20);
  22146.         $instance->addOption('reviews'NULL4'Reviews count');
  22147.         $instance->addDefault('products'1000);
  22148.         $instance->addOption('products'NULL4'Products count');
  22149.         $instance->addDefault('promotions'50);
  22150.         $instance->addOption('promotions'NULL4'Promotions count');
  22151.         $instance->addDefault('flows'0);
  22152.         $instance->addOption('flows'NULL4'Flows count');
  22153.         $instance->addDefault('media'300);
  22154.         $instance->addOption('media'NULL4'Media count');
  22155.         $instance->addDefault('product-streams'10);
  22156.         $instance->addOption('product-streams'NULL4'Product-streams count');
  22157.         $instance->addDefault('orders'60);
  22158.         $instance->addOption('orders'NULL4'Orders count');
  22159.         $instance->addDefault('attribute-sets'4);
  22160.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  22161.         $instance->addDefault('mail-template'10);
  22162.         $instance->addOption('mail-template'NULL4'Mail-template count');
  22163.         $instance->addDefault('mail-header-footer'3);
  22164.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  22165.         $instance->addDefault('users'0);
  22166.         $instance->addOption('users'NULL4'Users count');
  22167.         $instance->setName('framework:demodata');
  22168.         return $instance;
  22169.     }
  22170.     /**
  22171.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  22172.      *
  22173.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  22174.      */
  22175.     protected function getCategoryGeneratorService()
  22176.     {
  22177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  22179.         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()));
  22180.     }
  22181.     /**
  22182.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  22183.      *
  22184.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  22185.      */
  22186.     protected function getCustomFieldGeneratorService()
  22187.     {
  22188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  22190.         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()));
  22191.     }
  22192.     /**
  22193.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  22194.      *
  22195.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  22196.      */
  22197.     protected function getCustomerGeneratorService()
  22198.     {
  22199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  22201.         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()));
  22202.     }
  22203.     /**
  22204.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  22205.      *
  22206.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  22207.      */
  22208.     protected function getFlowGeneratorService()
  22209.     {
  22210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  22212.         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()));
  22213.     }
  22214.     /**
  22215.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  22216.      *
  22217.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  22218.      */
  22219.     protected function getMailHeaderFooterGeneratorService()
  22220.     {
  22221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  22223.         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()));
  22224.     }
  22225.     /**
  22226.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  22227.      *
  22228.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  22229.      */
  22230.     protected function getMailTemplateGeneratorService()
  22231.     {
  22232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  22234.         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()));
  22235.     }
  22236.     /**
  22237.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  22238.      *
  22239.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  22240.      */
  22241.     protected function getMediaGeneratorService()
  22242.     {
  22243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22244.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  22245.         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()));
  22246.     }
  22247.     /**
  22248.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  22249.      *
  22250.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  22251.      */
  22252.     protected function getOrderGeneratorService()
  22253.     {
  22254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  22256.         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()));
  22257.     }
  22258.     /**
  22259.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  22260.      *
  22261.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  22262.      */
  22263.     protected function getProductGeneratorService()
  22264.     {
  22265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  22267.         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()));
  22268.     }
  22269.     /**
  22270.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  22271.      *
  22272.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  22273.      */
  22274.     protected function getProductManufacturerGeneratorService()
  22275.     {
  22276.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  22278.         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()));
  22279.     }
  22280.     /**
  22281.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  22282.      *
  22283.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  22284.      */
  22285.     protected function getProductReviewGeneratorService()
  22286.     {
  22287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22288.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  22289.         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()));
  22290.     }
  22291.     /**
  22292.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  22293.      *
  22294.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  22295.      */
  22296.     protected function getProductStreamGeneratorService()
  22297.     {
  22298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  22300.         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()));
  22301.     }
  22302.     /**
  22303.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  22304.      *
  22305.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  22306.      */
  22307.     protected function getPromotionGeneratorService()
  22308.     {
  22309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  22311.         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()));
  22312.     }
  22313.     /**
  22314.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  22315.      *
  22316.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  22317.      */
  22318.     protected function getPropertyGroupGeneratorService()
  22319.     {
  22320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  22322.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  22323.     }
  22324.     /**
  22325.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  22326.      *
  22327.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  22328.      */
  22329.     protected function getRuleGeneratorService()
  22330.     {
  22331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22332.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  22333.         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()));
  22334.     }
  22335.     /**
  22336.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  22337.      *
  22338.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  22339.      */
  22340.     protected function getTagGeneratorService()
  22341.     {
  22342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  22344.         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()));
  22345.     }
  22346.     /**
  22347.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  22348.      *
  22349.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  22350.      */
  22351.     protected function getUserGeneratorService()
  22352.     {
  22353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  22354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  22355.         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()));
  22356.     }
  22357.     /**
  22358.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  22359.      *
  22360.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  22361.      */
  22362.     protected function getCleanPersonalDataCommandService()
  22363.     {
  22364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  22366.         $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()));
  22367.         $instance->setName('database:clean-personal-data');
  22368.         return $instance;
  22369.     }
  22370.     /**
  22371.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  22372.      *
  22373.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  22374.      */
  22375.     protected function getBusinessEventCollectorService()
  22376.     {
  22377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  22378.         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()));
  22379.     }
  22380.     /**
  22381.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  22382.      *
  22383.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  22384.      */
  22385.     protected function getBusinessEventDispatcherService()
  22386.     {
  22387.         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()));
  22388.     }
  22389.     /**
  22390.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  22391.      *
  22392.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  22393.      */
  22394.     protected function getDebugDumpBusinessEventsCommandService()
  22395.     {
  22396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  22398.         $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()));
  22399.         $instance->setName('debug:business-events');
  22400.         return $instance;
  22401.     }
  22402.     /**
  22403.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  22404.      *
  22405.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  22406.      */
  22407.     protected function getEventActionSubscriberService()
  22408.     {
  22409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  22410.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22411.     }
  22412.     /**
  22413.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  22414.      *
  22415.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  22416.      */
  22417.     protected function getFeatureDumpCommandService()
  22418.     {
  22419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22420.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  22421.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  22422.         $instance->setName('feature:dump');
  22423.         $instance->setAliases([=> 'administration:dump:features']);
  22424.         return $instance;
  22425.     }
  22426.     /**
  22427.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  22428.      *
  22429.      * @return \Shopware\Core\Framework\Log\LoggingService
  22430.      */
  22431.     protected function getLoggingServiceService()
  22432.     {
  22433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  22434.         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()));
  22435.     }
  22436.     /**
  22437.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler' shared service.
  22438.      *
  22439.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler
  22440.      */
  22441.     protected function getExcludeExceptionHandlerService()
  22442.     {
  22443.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  22444.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  22445.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler($a$this->parameters['shopware.logger.exclude_exception']);
  22446.     }
  22447.     /**
  22448.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  22449.      *
  22450.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  22451.      */
  22452.     protected function getLogCleanupTaskHandlerService()
  22453.     {
  22454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  22455.         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()));
  22456.     }
  22457.     /**
  22458.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  22459.      *
  22460.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  22461.      */
  22462.     protected function getDispatchSleepMessageCommandService()
  22463.     {
  22464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  22466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  22467.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  22468.         $instance->setName('debug:messenger:dispatch-sleep');
  22469.         return $instance;
  22470.     }
  22471.     /**
  22472.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  22473.      *
  22474.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  22475.      */
  22476.     protected function getEncryptedMessageHandlerService()
  22477.     {
  22478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  22479.         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')))));
  22480.     }
  22481.     /**
  22482.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  22483.      *
  22484.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  22485.      */
  22486.     protected function getRetryMessageHandlerService()
  22487.     {
  22488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  22489.         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 () {
  22490.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  22491.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'] ?? $this->getInvalidateCacheTaskHandlerService());
  22492.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'] ?? $this->getCleanupOldCacheFoldersHandlerService());
  22493.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  22494.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  22495.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  22496.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  22497.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  22498.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  22499.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  22500.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  22501.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  22502.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  22503.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  22504.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  22505.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  22506.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  22507.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  22508.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  22509.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  22510.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  22511.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  22512.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  22513.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  22514.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  22515.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  22516.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService());
  22517.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  22518.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  22519.             yield 29 => ($this->privates['H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTaskHandler'] ?? $this->getCacheInvalidateTaskHandlerService());
  22520.             yield 30 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  22521.         }, 31), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  22522.     }
  22523.     /**
  22524.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  22525.      *
  22526.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  22527.      */
  22528.     protected function getSleepTaskHandlerService()
  22529.     {
  22530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  22531.         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()));
  22532.     }
  22533.     /**
  22534.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  22535.      *
  22536.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  22537.      */
  22538.     protected function getRetryMiddlewareService()
  22539.     {
  22540.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  22541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  22542.         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()));
  22543.     }
  22544.     /**
  22545.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  22546.      *
  22547.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  22548.      */
  22549.     protected function getRegisterScheduledTasksCommandService()
  22550.     {
  22551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  22553.         $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()));
  22554.         $instance->setName('scheduled-task:register');
  22555.         return $instance;
  22556.     }
  22557.     /**
  22558.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  22559.      *
  22560.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  22561.      */
  22562.     protected function getScheduledTaskRunnerService()
  22563.     {
  22564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22565.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  22566.         $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()));
  22567.         $instance->setName('scheduled-task:run');
  22568.         return $instance;
  22569.     }
  22570.     /**
  22571.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  22572.      *
  22573.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  22574.      */
  22575.     protected function getRegisterScheduledTaskHandlerService()
  22576.     {
  22577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  22578.         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()));
  22579.     }
  22580.     /**
  22581.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  22582.      *
  22583.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  22584.      */
  22585.     protected function getTaskRegistryService()
  22586.     {
  22587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  22588.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  22589.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  22590.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  22591.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  22592.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  22593.             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()));
  22594.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  22595.             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()));
  22596.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  22597.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  22598.             yield => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  22599.             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()));
  22600.             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()));
  22601.             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()));
  22602.             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()));
  22603.             yield 14 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  22604.             yield 15 => ($this->privates['H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTask'] ?? ($this->privates['H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTask'] = new \H1web\Blog\Service\ScheduledTask\CacheInvalidateTask()));
  22605.         }, 16), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  22606.     }
  22607.     /**
  22608.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  22609.      *
  22610.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  22611.      */
  22612.     protected function getRequeueDeadMessagesHandlerService()
  22613.     {
  22614.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  22615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  22616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  22617.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  22618.         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())));
  22619.     }
  22620.     /**
  22621.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  22622.      *
  22623.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  22624.      */
  22625.     protected function getTaskSchedulerService()
  22626.     {
  22627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  22628.         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))));
  22629.     }
  22630.     /**
  22631.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  22632.      *
  22633.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  22634.      */
  22635.     protected function getPluginLifecycleSubscriberService()
  22636.     {
  22637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  22638.         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()));
  22639.     }
  22640.     /**
  22641.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  22642.      *
  22643.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  22644.      */
  22645.     protected function getUpdatePostFinishSubscriberService()
  22646.     {
  22647.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  22648.         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()));
  22649.     }
  22650.     /**
  22651.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  22652.      *
  22653.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  22654.      */
  22655.     protected function getMessageFailedHandlerService()
  22656.     {
  22657.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  22658.         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');
  22659.     }
  22660.     /**
  22661.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  22662.      *
  22663.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  22664.      */
  22665.     protected function getCreateMigrationCommandService()
  22666.     {
  22667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  22669.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), (\dirname(__DIR__4).'/vendor/shopware/core'), '6.4.18.0');
  22670.         $instance->setName('database:create-migration');
  22671.         return $instance;
  22672.     }
  22673.     /**
  22674.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  22675.      *
  22676.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  22677.      */
  22678.     protected function getMigrationCommandService()
  22679.     {
  22680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  22682.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.0');
  22683.         $instance->setName('database:migrate');
  22684.         return $instance;
  22685.     }
  22686.     /**
  22687.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  22688.      *
  22689.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  22690.      */
  22691.     protected function getMigrationDestructiveCommandService()
  22692.     {
  22693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  22695.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  22696.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.18.0');
  22697.         $instance->setName('database:migrate-destructive');
  22698.         return $instance;
  22699.     }
  22700.     /**
  22701.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  22702.      *
  22703.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  22704.      */
  22705.     protected function getRefreshMigrationCommandService()
  22706.     {
  22707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  22709.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  22710.         $instance->setName('database:refresh-migration');
  22711.         return $instance;
  22712.     }
  22713.     /**
  22714.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  22715.      *
  22716.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  22717.      */
  22718.     protected function getMigrationSource_Core_V63Service()
  22719.     {
  22720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  22721.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  22722.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  22723.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  22724.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  22725.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  22726.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  22727.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  22728.         return $instance;
  22729.     }
  22730.     /**
  22731.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  22732.      *
  22733.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  22734.      */
  22735.     protected function getMigrationSource_Core_V64Service()
  22736.     {
  22737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  22738.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  22739.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  22740.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  22741.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  22742.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  22743.         return $instance;
  22744.     }
  22745.     /**
  22746.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  22747.      *
  22748.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  22749.      */
  22750.     protected function getMigrationSource_Core_V65Service()
  22751.     {
  22752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  22753.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  22754.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  22755.         return $instance;
  22756.     }
  22757.     /**
  22758.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  22759.      *
  22760.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  22761.      */
  22762.     protected function getBundleDumpCommandService()
  22763.     {
  22764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  22766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  22767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  22768.         $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));
  22769.         $instance->setName('bundle:dump');
  22770.         return $instance;
  22771.     }
  22772.     /**
  22773.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  22774.      *
  22775.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  22776.      */
  22777.     protected function getPluginActivateCommandService()
  22778.     {
  22779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  22781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  22782.         $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()));
  22783.         $instance->setName('plugin:activate');
  22784.         return $instance;
  22785.     }
  22786.     /**
  22787.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  22788.      *
  22789.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  22790.      */
  22791.     protected function getPluginDeactivateCommandService()
  22792.     {
  22793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  22795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  22796.         $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()));
  22797.         $instance->setName('plugin:deactivate');
  22798.         return $instance;
  22799.     }
  22800.     /**
  22801.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  22802.      *
  22803.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  22804.      */
  22805.     protected function getPluginInstallCommandService()
  22806.     {
  22807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  22809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  22810.         $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()));
  22811.         $instance->setName('plugin:install');
  22812.         return $instance;
  22813.     }
  22814.     /**
  22815.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  22816.      *
  22817.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  22818.      */
  22819.     protected function getPluginUninstallCommandService()
  22820.     {
  22821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  22823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  22824.         $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()));
  22825.         $instance->setName('plugin:uninstall');
  22826.         return $instance;
  22827.     }
  22828.     /**
  22829.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  22830.      *
  22831.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  22832.      */
  22833.     protected function getPluginUpdateCommandService()
  22834.     {
  22835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  22837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  22838.         $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()));
  22839.         $instance->setName('plugin:update');
  22840.         return $instance;
  22841.     }
  22842.     /**
  22843.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  22844.      *
  22845.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  22846.      */
  22847.     protected function getPluginCreateCommandService()
  22848.     {
  22849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  22851.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  22852.         $instance->setName('plugin:create');
  22853.         return $instance;
  22854.     }
  22855.     /**
  22856.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  22857.      *
  22858.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  22859.      */
  22860.     protected function getPluginListCommandService()
  22861.     {
  22862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  22864.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  22865.         $instance->setName('plugin:list');
  22866.         return $instance;
  22867.     }
  22868.     /**
  22869.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  22870.      *
  22871.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  22872.      */
  22873.     protected function getPluginRefreshCommandService()
  22874.     {
  22875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22876.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  22877.         $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()));
  22878.         $instance->setName('plugin:refresh');
  22879.         return $instance;
  22880.     }
  22881.     /**
  22882.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  22883.      *
  22884.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  22885.      */
  22886.     protected function getPluginZipImportCommandService()
  22887.     {
  22888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  22890.         $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()));
  22891.         $instance->setName('plugin:zip-import');
  22892.         return $instance;
  22893.     }
  22894.     /**
  22895.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  22896.      *
  22897.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  22898.      */
  22899.     protected function getCommandExecutorService($lazyLoad true)
  22900.     {
  22901.         if ($lazyLoad) {
  22902.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  22903.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  22904.                     $wrappedInstance $this->getCommandExecutorService(false);
  22905.                     $proxy->setProxyInitializer(null);
  22906.                     return true;
  22907.                 });
  22908.             });
  22909.         }
  22910.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  22911.     }
  22912.     /**
  22913.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  22914.      *
  22915.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  22916.      */
  22917.     protected function getPluginLifecycleServiceService()
  22918.     {
  22919.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  22920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  22921.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  22922.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] = new \Shopware\Core\Framework\Plugin\PluginLifecycleService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), $this, ($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] ?? $this->getCommandExecutorService()), new \Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator($a\dirname(__DIR__4)), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '6.4.18.0', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  22923.     }
  22924.     /**
  22925.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  22926.      *
  22927.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  22928.      */
  22929.     protected function getPluginManagementServiceService()
  22930.     {
  22931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  22932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  22933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  22934.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  22935.         $a = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  22936.         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());
  22937.     }
  22938.     /**
  22939.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  22940.      *
  22941.      * @return \Shopware\Core\Framework\Plugin\PluginService
  22942.      */
  22943.     protected function getPluginServiceService()
  22944.     {
  22945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  22946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  22947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  22948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  22949.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  22950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  22951.         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());
  22952.     }
  22953.     /**
  22954.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  22955.      *
  22956.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  22957.      */
  22958.     protected function getPluginAclPrivilegesSubscriberService()
  22959.     {
  22960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  22961.         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()));
  22962.     }
  22963.     /**
  22964.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  22965.      *
  22966.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  22967.      */
  22968.     protected function getAssetServiceService()
  22969.     {
  22970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  22971.         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))));
  22972.     }
  22973.     /**
  22974.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  22975.      *
  22976.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  22977.      */
  22978.     protected function getContextResolverListenerService()
  22979.     {
  22980.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener(($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()));
  22981.     }
  22982.     /**
  22983.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  22984.      *
  22985.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  22986.      */
  22987.     protected function getCoreSubscriberService()
  22988.     {
  22989.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  22990.     }
  22991.     /**
  22992.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  22993.      *
  22994.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  22995.      */
  22996.     protected function getRouteEventSubscriberService()
  22997.     {
  22998.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  22999.     }
  23000.     /**
  23001.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  23002.      *
  23003.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  23004.      */
  23005.     protected function getRouteScopeListenerService()
  23006.     {
  23007.         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 () {
  23008.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  23009.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  23010.         }, 2));
  23011.     }
  23012.     /**
  23013.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  23014.      *
  23015.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  23016.      */
  23017.     protected function getRouteScopeRegistryService()
  23018.     {
  23019.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  23020.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  23021.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  23022.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  23023.             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'))));
  23024.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  23025.         }, 5));
  23026.     }
  23027.     /**
  23028.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  23029.      *
  23030.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  23031.      */
  23032.     protected function getSalesChannelRequestContextResolverService()
  23033.     {
  23034.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  23035.         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);
  23036.     }
  23037.     /**
  23038.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  23039.      *
  23040.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  23041.      */
  23042.     protected function getRuleConditionRegistryService()
  23043.     {
  23044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  23045.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  23046.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  23047.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  23048.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  23049.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  23050.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  23051.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  23052.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  23053.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  23054.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  23055.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  23056.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  23057.             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()));
  23058.             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()));
  23059.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] ?? ($this->privates['Shopware\\Core\\Content\\Flow\\Rule\\OrderTagRule'] = new \Shopware\Core\Content\Flow\Rule\OrderTagRule()));
  23060.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  23061.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  23062.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  23063.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  23064.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  23065.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  23066.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  23067.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  23068.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  23069.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  23070.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  23071.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  23072.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  23073.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  23074.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  23075.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  23076.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  23077.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  23078.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  23079.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  23080.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  23081.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  23082.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  23083.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  23084.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  23085.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  23086.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  23087.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsActiveRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsActiveRule()));
  23088.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  23089.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  23090.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  23091.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  23092.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  23093.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  23094.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  23095.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCityRule()));
  23096.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCityRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCityRule()));
  23097.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStateRule()));
  23098.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStateRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStateRule()));
  23099.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  23100.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  23101.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  23102.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  23103.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  23104.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  23105.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  23106.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  23107.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  23108.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  23109.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  23110.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  23111.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  23112.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  23113.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  23114.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  23115.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  23116.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  23117.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  23118.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  23119.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  23120.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  23121.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  23122.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  23123.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  23124.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  23125.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  23126.             yield 80 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  23127.             yield 81 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  23128.             yield 82 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  23129.             yield 83 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  23130.             yield 84 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  23131.             yield 85 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  23132.             yield 86 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerBirthdayRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerBirthdayRule()));
  23133.             yield 87 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerAgeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerAgeRule()));
  23134.             yield 88 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastLoginRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastLoginRule()));
  23135.             yield 89 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\AffiliateCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\AffiliateCodeRule()));
  23136.             yield 90 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CampaignCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\CampaignCodeRule()));
  23137.         }, 91));
  23138.     }
  23139.     /**
  23140.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  23141.      *
  23142.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  23143.      */
  23144.     protected function getScriptResponseEncoderService()
  23145.     {
  23146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  23147.         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()));
  23148.     }
  23149.     /**
  23150.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  23151.      *
  23152.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  23153.      */
  23154.     protected function getScriptLoaderService()
  23155.     {
  23156.         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);
  23157.     }
  23158.     /**
  23159.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  23160.      *
  23161.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  23162.      */
  23163.     protected function getLocaleProviderService()
  23164.     {
  23165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  23166.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  23167.     }
  23168.     /**
  23169.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  23170.      *
  23171.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  23172.      */
  23173.     protected function getStoreDownloadCommandService()
  23174.     {
  23175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  23177.         $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()));
  23178.         $instance->setName('store:download');
  23179.         return $instance;
  23180.     }
  23181.     /**
  23182.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  23183.      *
  23184.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  23185.      */
  23186.     protected function getStoreLoginCommandService()
  23187.     {
  23188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  23190.         $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()));
  23191.         $instance->setName('store:login');
  23192.         return $instance;
  23193.     }
  23194.     /**
  23195.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  23196.      *
  23197.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  23198.      */
  23199.     protected function getAbstractExtensionDataProviderService()
  23200.     {
  23201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  23202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  23203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  23204.         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())));
  23205.     }
  23206.     /**
  23207.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  23208.      *
  23209.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  23210.      */
  23211.     protected function getAbstractStoreAppLifecycleServiceService()
  23212.     {
  23213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  23214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  23215.         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()));
  23216.     }
  23217.     /**
  23218.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  23219.      *
  23220.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  23221.      */
  23222.     protected function getExtensionDownloaderService()
  23223.     {
  23224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  23225.         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()));
  23226.     }
  23227.     /**
  23228.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  23229.      *
  23230.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  23231.      */
  23232.     protected function getExtensionLifecycleServiceService()
  23233.     {
  23234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  23235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  23236.         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()));
  23237.     }
  23238.     /**
  23239.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  23240.      *
  23241.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  23242.      */
  23243.     protected function getExtensionLoaderService()
  23244.     {
  23245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  23246.         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\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  23247.     }
  23248.     /**
  23249.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  23250.      *
  23251.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  23252.      */
  23253.     protected function getFirstRunWizardClientService()
  23254.     {
  23255.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  23256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  23257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  23258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  23259.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  23260.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] = new \Shopware\Core\Framework\Store\Services\FirstRunWizardClient(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), new \Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), $a), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  23261.     }
  23262.     /**
  23263.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  23264.      *
  23265.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  23266.      */
  23267.     protected function getStoreClientService()
  23268.     {
  23269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  23270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  23271.         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.18.0'$this->getEnv('INSTANCE_ID')))));
  23272.     }
  23273.     /**
  23274.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  23275.      *
  23276.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  23277.      */
  23278.     protected function getStoreServiceService($lazyLoad true)
  23279.     {
  23280.         if ($lazyLoad) {
  23281.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  23282.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  23283.                     $wrappedInstance $this->getStoreServiceService(false);
  23284.                     $proxy->setProxyInitializer(null);
  23285.                     return true;
  23286.                 });
  23287.             });
  23288.         }
  23289.         return new \Shopware\Core\Framework\Store\Services\StoreService(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] ?? $this->getTrackingEventClientService()));
  23290.     }
  23291.     /**
  23292.      * Gets the private 'Shopware\Core\Framework\Store\Services\TrackingEventClient' shared service.
  23293.      *
  23294.      * @return \Shopware\Core\Framework\Store\Services\TrackingEventClient
  23295.      */
  23296.     protected function getTrackingEventClientService()
  23297.     {
  23298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/TrackingEventClient.php';
  23299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  23300.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\TrackingEventClient'] = new \Shopware\Core\Framework\Store\Services\TrackingEventClient(($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.18.0'$this->getEnv('INSTANCE_ID')))));
  23301.     }
  23302.     /**
  23303.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  23304.      *
  23305.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  23306.      */
  23307.     protected function getLicenseHostChangedSubscriberService()
  23308.     {
  23309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  23310.         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()));
  23311.     }
  23312.     /**
  23313.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  23314.      *
  23315.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  23316.      */
  23317.     protected function getLicenseCheckService()
  23318.     {
  23319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  23320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  23321.         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()));
  23322.     }
  23323.     /**
  23324.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  23325.      *
  23326.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  23327.      */
  23328.     protected function getMysqlVersionCheckService()
  23329.     {
  23330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  23331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  23332.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23333.     }
  23334.     /**
  23335.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  23336.      *
  23337.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  23338.      */
  23339.     protected function getWriteableCheckService()
  23340.     {
  23341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  23342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  23343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  23344.         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));
  23345.     }
  23346.     /**
  23347.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  23348.      *
  23349.      * @return \Shopware\Core\Framework\Validation\DataValidator
  23350.      */
  23351.     protected function getDataValidatorService()
  23352.     {
  23353.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  23354.     }
  23355.     /**
  23356.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  23357.      *
  23358.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  23359.      */
  23360.     protected function getBusinessEventEncoderService()
  23361.     {
  23362.         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()));
  23363.     }
  23364.     /**
  23365.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  23366.      *
  23367.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  23368.      */
  23369.     protected function getWebhookEventMessageHandlerService()
  23370.     {
  23371.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  23372.         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()));
  23373.     }
  23374.     /**
  23375.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  23376.      *
  23377.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  23378.      */
  23379.     protected function getHookableEventFactoryService($lazyLoad true)
  23380.     {
  23381.         if ($lazyLoad) {
  23382.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  23383.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  23384.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  23385.                     $proxy->setProxyInitializer(null);
  23386.                     return true;
  23387.                 });
  23388.             });
  23389.         }
  23390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  23391.         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())));
  23392.     }
  23393.     /**
  23394.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  23395.      *
  23396.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  23397.      */
  23398.     protected function getRetryWebhookMessageFailedSubscriberService()
  23399.     {
  23400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  23401.         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()));
  23402.     }
  23403.     /**
  23404.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  23405.      *
  23406.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  23407.      */
  23408.     protected function getWebhookCacheClearerService()
  23409.     {
  23410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  23411.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer(($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService()));
  23412.     }
  23413.     /**
  23414.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  23415.      *
  23416.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  23417.      */
  23418.     protected function getWebhookDispatcherService()
  23419.     {
  23420.         $a = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\FlowFactory'] ?? $this->getFlowFactoryService()));
  23421.         $a->setContainer($this);
  23422.         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.18.0', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), true);
  23423.     }
  23424.     /**
  23425.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  23426.      *
  23427.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  23428.      */
  23429.     protected function getSalesChannelCreateCommandService()
  23430.     {
  23431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23432.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  23433.         $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()));
  23434.         $instance->setName('sales-channel:create');
  23435.         return $instance;
  23436.     }
  23437.     /**
  23438.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  23439.      *
  23440.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  23441.      */
  23442.     protected function getSalesChannelListCommandService()
  23443.     {
  23444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  23446.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  23447.         $instance->setName('sales-channel:list');
  23448.         return $instance;
  23449.     }
  23450.     /**
  23451.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  23452.      *
  23453.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  23454.      */
  23455.     protected function getSalesChannelMaintenanceDisableCommandService()
  23456.     {
  23457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23458.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  23459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  23460.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  23461.         $instance->setName('sales-channel:maintenance:disable');
  23462.         return $instance;
  23463.     }
  23464.     /**
  23465.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  23466.      *
  23467.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  23468.      */
  23469.     protected function getSalesChannelMaintenanceEnableCommandService()
  23470.     {
  23471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  23473.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  23474.         $instance->setName('sales-channel:maintenance:enable');
  23475.         return $instance;
  23476.     }
  23477.     /**
  23478.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  23479.      *
  23480.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  23481.      */
  23482.     protected function getSalesChannelUpdateDomainCommandService()
  23483.     {
  23484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23485.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  23486.         $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()));
  23487.         $instance->setName('sales-channel:update:domain');
  23488.         $instance->setDescription('Changes the domain of all sales channels');
  23489.         return $instance;
  23490.     }
  23491.     /**
  23492.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  23493.      *
  23494.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  23495.      */
  23496.     protected function getSystemConfigureShopCommandService()
  23497.     {
  23498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  23500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  23501.         $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()));
  23502.         $instance->setName('system:configure-shop');
  23503.         return $instance;
  23504.     }
  23505.     /**
  23506.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  23507.      *
  23508.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  23509.      */
  23510.     protected function getSystemGenerateAppSecretCommandService()
  23511.     {
  23512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23513.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  23514.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  23515.         $instance->setName('system:generate-app-secret');
  23516.         return $instance;
  23517.     }
  23518.     /**
  23519.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  23520.      *
  23521.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  23522.      */
  23523.     protected function getSystemGenerateJwtSecretCommandService()
  23524.     {
  23525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  23527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  23528.         $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())));
  23529.         $instance->setName('system:generate-jwt-secret');
  23530.         return $instance;
  23531.     }
  23532.     /**
  23533.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  23534.      *
  23535.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  23536.      */
  23537.     protected function getSystemInstallCommandService()
  23538.     {
  23539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  23541.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  23542.         $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());
  23543.         $instance->setName('system:install');
  23544.         return $instance;
  23545.     }
  23546.     /**
  23547.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  23548.      *
  23549.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  23550.      */
  23551.     protected function getSystemSetupCommandService()
  23552.     {
  23553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23554.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  23555.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  23556.         $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()));
  23557.         $instance->setName('system:setup');
  23558.         return $instance;
  23559.     }
  23560.     /**
  23561.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  23562.      *
  23563.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  23564.      */
  23565.     protected function getSystemUpdateFinishCommandService()
  23566.     {
  23567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  23569.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  23570.         $instance->setName('system:update:finish');
  23571.         return $instance;
  23572.     }
  23573.     /**
  23574.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  23575.      *
  23576.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  23577.      */
  23578.     protected function getSystemUpdatePrepareCommandService()
  23579.     {
  23580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  23582.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  23583.         $instance->setName('system:update:prepare');
  23584.         return $instance;
  23585.     }
  23586.     /**
  23587.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  23588.      *
  23589.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  23590.      */
  23591.     protected function getUserChangePasswordCommandService()
  23592.     {
  23593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  23595.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  23596.         $instance->setName('user:change-password');
  23597.         return $instance;
  23598.     }
  23599.     /**
  23600.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  23601.      *
  23602.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  23603.      */
  23604.     protected function getUserCreateCommandService()
  23605.     {
  23606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  23608.         $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()));
  23609.         $instance->setName('user:create');
  23610.         return $instance;
  23611.     }
  23612.     /**
  23613.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  23614.      *
  23615.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  23616.      */
  23617.     protected function getStopwatchService()
  23618.     {
  23619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  23620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  23621.         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))));
  23622.     }
  23623.     /**
  23624.      * Gets the private 'Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  23625.      *
  23626.      * @return \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber
  23627.      */
  23628.     protected function getActiveRulesDataCollectorSubscriberService()
  23629.     {
  23630.         return $this->privates['Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  23631.     }
  23632.     /**
  23633.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  23634.      *
  23635.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  23636.      */
  23637.     protected function getCountryTaxFreeDeprecationUpdaterService()
  23638.     {
  23639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  23640.         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()));
  23641.     }
  23642.     /**
  23643.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  23644.      *
  23645.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  23646.      */
  23647.     protected function getCustomFieldServiceService()
  23648.     {
  23649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  23650.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23651.     }
  23652.     /**
  23653.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  23654.      *
  23655.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  23656.      */
  23657.     protected function getCachedLanguageLoaderService()
  23658.     {
  23659.         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()));
  23660.     }
  23661.     /**
  23662.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  23663.      *
  23664.      * @return \Shopware\Core\System\Language\LanguageValidator
  23665.      */
  23666.     protected function getLanguageValidatorService()
  23667.     {
  23668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  23669.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23670.     }
  23671.     /**
  23672.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  23673.      *
  23674.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  23675.      */
  23676.     protected function getLanguageLocaleCodeProviderService()
  23677.     {
  23678.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  23679.     }
  23680.     /**
  23681.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  23682.      *
  23683.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  23684.      */
  23685.     protected function getMigrateIncrementStorageCommandService()
  23686.     {
  23687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  23689.         $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()));
  23690.         $instance->setName('number-range:migrate');
  23691.         return $instance;
  23692.     }
  23693.     /**
  23694.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  23695.      *
  23696.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  23697.      */
  23698.     protected function getIncrementSqlStorageService()
  23699.     {
  23700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  23701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  23702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  23703.         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()));
  23704.     }
  23705.     /**
  23706.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  23707.      *
  23708.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  23709.      */
  23710.     protected function getIncrementStorageRegistryService()
  23711.     {
  23712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  23713.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  23714.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  23715.         }, 1), 'SQL');
  23716.     }
  23717.     /**
  23718.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  23719.      *
  23720.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  23721.      */
  23722.     protected function getValueGeneratorPatternIncrementService()
  23723.     {
  23724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  23725.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  23726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  23727.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  23728.         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());
  23729.     }
  23730.     /**
  23731.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  23732.      *
  23733.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  23734.      */
  23735.     protected function getStoreApiResponseListenerService()
  23736.     {
  23737.         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()));
  23738.     }
  23739.     /**
  23740.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  23741.      *
  23742.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  23743.      */
  23744.     protected function getStructEncoderService()
  23745.     {
  23746.         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()));
  23747.     }
  23748.     /**
  23749.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  23750.      *
  23751.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  23752.      */
  23753.     protected function getCartRestorerService()
  23754.     {
  23755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  23756.         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()));
  23757.     }
  23758.     /**
  23759.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  23760.      *
  23761.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  23762.      */
  23763.     protected function getCleanupSalesChannelContextTaskHandlerService()
  23764.     {
  23765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  23766.         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);
  23767.     }
  23768.     /**
  23769.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  23770.      *
  23771.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  23772.      */
  23773.     protected function getSalesChannelContextPersisterService()
  23774.     {
  23775.         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');
  23776.     }
  23777.     /**
  23778.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  23779.      *
  23780.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  23781.      */
  23782.     protected function getSalesChannelContextRestorerService()
  23783.     {
  23784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  23785.         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()));
  23786.     }
  23787.     /**
  23788.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  23789.      *
  23790.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  23791.      */
  23792.     protected function getSalesChannelContextServiceService()
  23793.     {
  23794.         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()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  23795.     }
  23796.     /**
  23797.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  23798.      *
  23799.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  23800.      */
  23801.     protected function getSalesChannelIndexerService()
  23802.     {
  23803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  23804.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  23805.         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()));
  23806.     }
  23807.     /**
  23808.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  23809.      *
  23810.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  23811.      */
  23812.     protected function getStoreApiCustomFieldMapperService()
  23813.     {
  23814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  23815.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23816.     }
  23817.     /**
  23818.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  23819.      *
  23820.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  23821.      */
  23822.     protected function getSalesChannelValidatorService()
  23823.     {
  23824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  23825.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23826.     }
  23827.     /**
  23828.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  23829.      *
  23830.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  23831.      */
  23832.     protected function getValidateSnippetsCommandService()
  23833.     {
  23834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23835.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  23836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  23837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  23838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  23839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  23840.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  23841.         $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));
  23842.         $instance->setName('snippets:validate');
  23843.         return $instance;
  23844.     }
  23845.     /**
  23846.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  23847.      *
  23848.      * @return \Shopware\Core\System\Snippet\SnippetService
  23849.      */
  23850.     protected function getSnippetServiceService()
  23851.     {
  23852.         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()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this);
  23853.     }
  23854.     /**
  23855.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  23856.      *
  23857.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  23858.      */
  23859.     protected function getCustomFieldSubscriberService()
  23860.     {
  23861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  23862.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  23863.     }
  23864.     /**
  23865.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  23866.      *
  23867.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  23868.      */
  23869.     protected function getWorkflowDumpCommandService()
  23870.     {
  23871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  23873.         $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()));
  23874.         $instance->setName('state-machine:dump');
  23875.         return $instance;
  23876.     }
  23877.     /**
  23878.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  23879.      *
  23880.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  23881.      */
  23882.     protected function getInitialStateIdLoaderService()
  23883.     {
  23884.         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()));
  23885.     }
  23886.     /**
  23887.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  23888.      *
  23889.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  23890.      */
  23891.     protected function getStateMachineRegistryService()
  23892.     {
  23893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  23894.         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()));
  23895.     }
  23896.     /**
  23897.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  23898.      *
  23899.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  23900.      */
  23901.     protected function getConfigGetService()
  23902.     {
  23903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23904.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  23905.         $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()));
  23906.         $instance->setName('system:config:get');
  23907.         return $instance;
  23908.     }
  23909.     /**
  23910.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  23911.      *
  23912.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  23913.      */
  23914.     protected function getConfigSetService()
  23915.     {
  23916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  23918.         $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()));
  23919.         $instance->setName('system:config:set');
  23920.         return $instance;
  23921.     }
  23922.     /**
  23923.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  23924.      *
  23925.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  23926.      */
  23927.     protected function getConfigurationServiceService()
  23928.     {
  23929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  23930.         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()));
  23931.     }
  23932.     /**
  23933.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  23934.      *
  23935.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  23936.      */
  23937.     protected function getElasticsearchCleanIndicesCommandService()
  23938.     {
  23939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23940.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  23941.         $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()));
  23942.         $instance->setName('es:index:cleanup');
  23943.         return $instance;
  23944.     }
  23945.     /**
  23946.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  23947.      *
  23948.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  23949.      */
  23950.     protected function getElasticsearchCreateAliasCommandService()
  23951.     {
  23952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23953.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  23954.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  23955.         $instance->setName('es:create:alias');
  23956.         return $instance;
  23957.     }
  23958.     /**
  23959.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  23960.      *
  23961.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  23962.      */
  23963.     protected function getElasticsearchIndexingCommandService()
  23964.     {
  23965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  23967.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  23968.         $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()));
  23969.         $instance->setName('es:index');
  23970.         return $instance;
  23971.     }
  23972.     /**
  23973.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  23974.      *
  23975.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  23976.      */
  23977.     protected function getElasticsearchResetCommandService()
  23978.     {
  23979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23980.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  23981.         $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()));
  23982.         $instance->setName('es:reset');
  23983.         return $instance;
  23984.     }
  23985.     /**
  23986.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  23987.      *
  23988.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  23989.      */
  23990.     protected function getElasticsearchStatusCommandService()
  23991.     {
  23992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  23994.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  23995.         $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()));
  23996.         $instance->setName('es:status');
  23997.         return $instance;
  23998.     }
  23999.     /**
  24000.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  24001.      *
  24002.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  24003.      */
  24004.     protected function getElasticsearchTestAnalyzerCommandService()
  24005.     {
  24006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24007.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  24008.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  24009.         $instance->setName('es:test:analyzer');
  24010.         return $instance;
  24011.     }
  24012.     /**
  24013.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  24014.      *
  24015.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  24016.      */
  24017.     protected function getCriteriaParserService()
  24018.     {
  24019.         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())));
  24020.     }
  24021.     /**
  24022.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  24023.      *
  24024.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  24025.      */
  24026.     protected function getElasticsearchOutdatedIndexDetectorService()
  24027.     {
  24028.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  24029.         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()));
  24030.     }
  24031.     /**
  24032.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  24033.      *
  24034.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  24035.      */
  24036.     protected function getElasticsearchRegistryService()
  24037.     {
  24038.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  24039.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  24040.         }, 1));
  24041.     }
  24042.     /**
  24043.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  24044.      *
  24045.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  24046.      */
  24047.     protected function getElasticsearchIndexerService()
  24048.     {
  24049.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  24050.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  24051.         $a = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  24052.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24053.         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()));
  24054.     }
  24055.     /**
  24056.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  24057.      *
  24058.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  24059.      */
  24060.     protected function getCustomFieldUpdaterService()
  24061.     {
  24062.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  24063.         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()));
  24064.     }
  24065.     /**
  24066.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  24067.      *
  24068.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  24069.      */
  24070.     protected function getElasticsearchProductDefinitionService()
  24071.     {
  24072.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  24073.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  24074.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  24075.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  24076.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  24077.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  24078.         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())));
  24079.     }
  24080.     /**
  24081.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  24082.      *
  24083.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  24084.      */
  24085.     protected function getLanguageSubscriberService()
  24086.     {
  24087.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  24088.         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()));
  24089.     }
  24090.     /**
  24091.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  24092.      *
  24093.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  24094.      */
  24095.     protected function getProductSearchBuilderService()
  24096.     {
  24097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  24098.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  24099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  24100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  24101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  24102.         return $this->privates['Shopware\\Elasticsearch\\Product\\ProductSearchBuilder'] = new \Shopware\Elasticsearch\Product\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilder(new \Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Tokenizer'] = new \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Tokenizer($this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH')))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? $this->getTokenFilterService()))), ($this->services['Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper'] ?? $this->getElasticsearchHelperService()), ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService()));
  24103.     }
  24104.     /**
  24105.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  24106.      *
  24107.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  24108.      */
  24109.     protected function getProductUpdaterService()
  24110.     {
  24111.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  24112.         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()));
  24113.     }
  24114.     /**
  24115.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  24116.      *
  24117.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  24118.      */
  24119.     protected function getSearchKeywordReplacementService()
  24120.     {
  24121.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  24122.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  24123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  24124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  24125.         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()));
  24126.     }
  24127.     /**
  24128.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  24129.      *
  24130.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  24131.      */
  24132.     protected function getStorefrontCartFacadeService()
  24133.     {
  24134.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  24135.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  24136.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  24137.         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()));
  24138.     }
  24139.     /**
  24140.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  24141.      *
  24142.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  24143.      */
  24144.     protected function getCartMergedSubscriberService()
  24145.     {
  24146.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  24147.         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())));
  24148.     }
  24149.     /**
  24150.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  24151.      *
  24152.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  24153.      */
  24154.     protected function getCacheResponseSubscriberService()
  24155.     {
  24156.         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);
  24157.     }
  24158.     /**
  24159.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  24160.      *
  24161.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  24162.      */
  24163.     protected function getCacheTracerService()
  24164.     {
  24165.         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()));
  24166.     }
  24167.     /**
  24168.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  24169.      *
  24170.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  24171.      */
  24172.     protected function getCacheWarmer2Service()
  24173.     {
  24174.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  24175.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  24176.         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 () {
  24177.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  24178.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  24179.         }, 2)), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] ?? $this->getCacheWarmerTaskHandlerService()));
  24180.     }
  24181.     /**
  24182.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler' shared autowired service.
  24183.      *
  24184.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler
  24185.      */
  24186.     protected function getCacheWarmerTaskHandlerService()
  24187.     {
  24188.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmerTaskHandler.php';
  24189.         return $this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'] = new \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] ?? $this->getRequestTransformerInterfaceService()), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  24190.     }
  24191.     /**
  24192.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  24193.      *
  24194.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  24195.      */
  24196.     protected function getNavigationRouteWarmerService()
  24197.     {
  24198.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  24199.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  24200.         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()));
  24201.     }
  24202.     /**
  24203.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  24204.      *
  24205.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  24206.      */
  24207.     protected function getProductRouteWarmerService()
  24208.     {
  24209.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  24210.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  24211.         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()));
  24212.     }
  24213.     /**
  24214.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  24215.      *
  24216.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  24217.      */
  24218.     protected function getBasicCaptchaService()
  24219.     {
  24220.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  24221.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  24222.         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()));
  24223.     }
  24224.     /**
  24225.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  24226.      *
  24227.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  24228.      */
  24229.     protected function getCaptchaRouteListenerService()
  24230.     {
  24231.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  24232.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  24233.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  24234.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  24235.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  24236.         }, 4), ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  24237.     }
  24238.     /**
  24239.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  24240.      *
  24241.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  24242.      */
  24243.     protected function getGoogleReCaptchaV2Service()
  24244.     {
  24245.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  24246.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  24247.         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())));
  24248.     }
  24249.     /**
  24250.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  24251.      *
  24252.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  24253.      */
  24254.     protected function getGoogleReCaptchaV3Service()
  24255.     {
  24256.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  24257.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  24258.         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())));
  24259.     }
  24260.     /**
  24261.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  24262.      *
  24263.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  24264.      */
  24265.     protected function getHoneypotCaptchaService()
  24266.     {
  24267.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  24268.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  24269.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  24270.     }
  24271.     /**
  24272.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  24273.      *
  24274.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  24275.      */
  24276.     protected function getHttpCacheWarmUpCommandService()
  24277.     {
  24278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24279.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  24280.         $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()));
  24281.         $instance->setName('http:cache:warm:up');
  24282.         return $instance;
  24283.     }
  24284.     /**
  24285.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  24286.      *
  24287.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  24288.      */
  24289.     protected function getSalesChannelCreateStorefrontCommandService()
  24290.     {
  24291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24292.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  24293.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  24294.         $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()));
  24295.         $instance->setName('sales-channel:create:storefront');
  24296.         return $instance;
  24297.     }
  24298.     /**
  24299.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  24300.      *
  24301.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  24302.      */
  24303.     protected function getCsrfRouteListenerService()
  24304.     {
  24305.         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()));
  24306.     }
  24307.     /**
  24308.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  24309.      *
  24310.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  24311.      */
  24312.     protected function getCachedDomainLoaderInvalidatorService()
  24313.     {
  24314.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  24315.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  24316.     }
  24317.     /**
  24318.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  24319.      *
  24320.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  24321.      */
  24322.     protected function getMaintenanceModeResolverService()
  24323.     {
  24324.         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())));
  24325.     }
  24326.     /**
  24327.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  24328.      *
  24329.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  24330.      */
  24331.     protected function getNotFoundSubscriberService()
  24332.     {
  24333.         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()));
  24334.     }
  24335.     /**
  24336.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  24337.      *
  24338.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  24339.      */
  24340.     protected function getStorefrontSubscriberService()
  24341.     {
  24342.         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()));
  24343.     }
  24344.     /**
  24345.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  24346.      *
  24347.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  24348.      */
  24349.     protected function getLandingPageSeoUrlRouteService()
  24350.     {
  24351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  24352.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  24353.         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()));
  24354.     }
  24355.     /**
  24356.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  24357.      *
  24358.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  24359.      */
  24360.     protected function getNavigationPageSeoUrlRouteService()
  24361.     {
  24362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  24363.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  24364.         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()));
  24365.     }
  24366.     /**
  24367.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  24368.      *
  24369.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  24370.      */
  24371.     protected function getProductPageSeoUrlRouteService()
  24372.     {
  24373.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  24374.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  24375.         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()));
  24376.     }
  24377.     /**
  24378.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  24379.      *
  24380.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  24381.      */
  24382.     protected function getSeoUrlUpdateListener2Service()
  24383.     {
  24384.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  24385.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlUpdater'] ?? $this->getSeoUrlUpdaterService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  24386.     }
  24387.     /**
  24388.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  24389.      *
  24390.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  24391.      */
  24392.     protected function getTwigDateRequestListenerService()
  24393.     {
  24394.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  24395.     }
  24396.     /**
  24397.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  24398.      *
  24399.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  24400.      */
  24401.     protected function getAccountLoginPageLoaderService()
  24402.     {
  24403.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  24404.         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()));
  24405.     }
  24406.     /**
  24407.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  24408.      *
  24409.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  24410.      */
  24411.     protected function getDefaultMediaResolverService()
  24412.     {
  24413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  24414.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  24415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  24416.         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()));
  24417.     }
  24418.     /**
  24419.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  24420.      *
  24421.      * @return \Shopware\Storefront\Page\GenericPageLoader
  24422.      */
  24423.     protected function getGenericPageLoaderService()
  24424.     {
  24425.         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()));
  24426.     }
  24427.     /**
  24428.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  24429.      *
  24430.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  24431.      */
  24432.     protected function getProductPageConfiguratorLoaderService()
  24433.     {
  24434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  24435.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  24436.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  24437.         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()))));
  24438.     }
  24439.     /**
  24440.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  24441.      *
  24442.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  24443.      */
  24444.     protected function getFooterPageletLoaderService()
  24445.     {
  24446.         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()));
  24447.     }
  24448.     /**
  24449.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  24450.      *
  24451.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  24452.      */
  24453.     protected function getHeaderPageletLoaderService()
  24454.     {
  24455.         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()));
  24456.     }
  24457.     /**
  24458.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  24459.      *
  24460.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  24461.      */
  24462.     protected function getNewsletterAccountPageletLoaderService()
  24463.     {
  24464.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  24465.         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()));
  24466.     }
  24467.     /**
  24468.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  24469.      *
  24470.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  24471.      */
  24472.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  24473.     {
  24474.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  24475.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  24476.     }
  24477.     /**
  24478.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  24479.      *
  24480.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  24481.      */
  24482.     protected function getThemeChangeCommandService()
  24483.     {
  24484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24485.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  24486.         $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()));
  24487.         $instance->setName('theme:change');
  24488.         return $instance;
  24489.     }
  24490.     /**
  24491.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  24492.      *
  24493.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  24494.      */
  24495.     protected function getThemeCompileCommandService()
  24496.     {
  24497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24498.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  24499.         $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()));
  24500.         $instance->setName('theme:compile');
  24501.         return $instance;
  24502.     }
  24503.     /**
  24504.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  24505.      *
  24506.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  24507.      */
  24508.     protected function getThemeCreateCommandService()
  24509.     {
  24510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24511.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  24512.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  24513.         $instance->setName('theme:create');
  24514.         return $instance;
  24515.     }
  24516.     /**
  24517.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  24518.      *
  24519.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  24520.      */
  24521.     protected function getThemeDumpCommandService()
  24522.     {
  24523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24524.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  24525.         $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()));
  24526.         $instance->setName('theme:dump');
  24527.         return $instance;
  24528.     }
  24529.     /**
  24530.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  24531.      *
  24532.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  24533.      */
  24534.     protected function getThemePrepareIconsCommandService()
  24535.     {
  24536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24537.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  24538.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  24539.         $instance->setName('theme:prepare-icons');
  24540.         return $instance;
  24541.     }
  24542.     /**
  24543.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  24544.      *
  24545.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  24546.      */
  24547.     protected function getThemeRefreshCommandService()
  24548.     {
  24549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24550.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  24551.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  24552.         $instance->setName('theme:refresh');
  24553.         return $instance;
  24554.     }
  24555.     /**
  24556.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  24557.      *
  24558.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  24559.      */
  24560.     protected function getDatabaseAvailableThemeProviderService()
  24561.     {
  24562.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  24563.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  24564.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  24565.     }
  24566.     /**
  24567.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  24568.      *
  24569.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  24570.      */
  24571.     protected function getDatabaseConfigLoaderService()
  24572.     {
  24573.         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()));
  24574.     }
  24575.     /**
  24576.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  24577.      *
  24578.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  24579.      */
  24580.     protected function getStaticFileConfigDumperService()
  24581.     {
  24582.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  24583.         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()));
  24584.     }
  24585.     /**
  24586.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  24587.      *
  24588.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  24589.      */
  24590.     protected function getThemeIndexerService()
  24591.     {
  24592.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  24593.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  24594.         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()));
  24595.     }
  24596.     /**
  24597.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  24598.      *
  24599.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  24600.      */
  24601.     protected function getAppLifecycleSubscriberService()
  24602.     {
  24603.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  24604.         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()));
  24605.     }
  24606.     /**
  24607.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  24608.      *
  24609.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  24610.      */
  24611.     protected function getFirstRunWizardSubscriberService()
  24612.     {
  24613.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  24614.         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()));
  24615.     }
  24616.     /**
  24617.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  24618.      *
  24619.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  24620.      */
  24621.     protected function getPluginLifecycleSubscriber2Service()
  24622.     {
  24623.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  24624.         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()));
  24625.     }
  24626.     /**
  24627.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  24628.      *
  24629.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  24630.      */
  24631.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  24632.     {
  24633.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  24634.         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()));
  24635.     }
  24636.     /**
  24637.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  24638.      *
  24639.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  24640.      */
  24641.     protected function getUpdateSubscriberService()
  24642.     {
  24643.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  24644.         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()));
  24645.     }
  24646.     /**
  24647.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  24648.      *
  24649.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  24650.      */
  24651.     protected function getThemeAppLifecycleHandlerService()
  24652.     {
  24653.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  24654.         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()));
  24655.     }
  24656.     /**
  24657.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  24658.      *
  24659.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  24660.      */
  24661.     protected function getThemeConfigValueAccessorService()
  24662.     {
  24663.         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())));
  24664.     }
  24665.     /**
  24666.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  24667.      *
  24668.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  24669.      */
  24670.     protected function getThemeFileResolverService()
  24671.     {
  24672.         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)))));
  24673.     }
  24674.     /**
  24675.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  24676.      *
  24677.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  24678.      */
  24679.     protected function getThemeLifecycleHandlerService()
  24680.     {
  24681.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  24682.         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()));
  24683.     }
  24684.     /**
  24685.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  24686.      *
  24687.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  24688.      */
  24689.     protected function getThemeLifecycleServiceService()
  24690.     {
  24691.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  24692.         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()));
  24693.     }
  24694.     /**
  24695.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  24696.      *
  24697.      * @return \Shopware\Storefront\Theme\ThemeService
  24698.      */
  24699.     protected function getThemeServiceService()
  24700.     {
  24701.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  24702.         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), new \Shopware\Storefront\Theme\ScssPhpCompiler()), $a, ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24703.     }
  24704.     /**
  24705.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  24706.      *
  24707.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  24708.      */
  24709.     protected function getThemeNamespaceHierarchyBuilderService()
  24710.     {
  24711.         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()));
  24712.     }
  24713.     /**
  24714.      * Gets the private 'SwagExtensionStore\Services\StoreClient' shared service.
  24715.      *
  24716.      * @return \SwagExtensionStore\Services\StoreClient
  24717.      */
  24718.     protected function getStoreClient2Service()
  24719.     {
  24720.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Services/StoreClient.php';
  24721.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderWrapper.php';
  24722.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/StoreRequestOptionsProviderPolyfill.php';
  24723.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/InstanceServicePolyfill.php';
  24724.         include_once \dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Authentication/LocaleProviderPolyfill.php';
  24725.         $a = ($this->services['user.repository'] ?? $this->getUser_RepositoryService());
  24726.         return $this->privates['SwagExtensionStore\\Services\\StoreClient'] = new \SwagExtensionStore\Services\StoreClient($this->parameters['swag_extension_store.endpoints'], new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderWrapper(new \SwagExtensionStore\Authentication\StoreRequestOptionsProviderPolyfill($a, ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new \SwagExtensionStore\Authentication\InstanceServicePolyfill('6.4.18.0'$this->getEnv('INSTANCE_ID')), new \SwagExtensionStore\Authentication\LocaleProviderPolyfill($a)), ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService())), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()));
  24727.     }
  24728.     /**
  24729.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator' shared service.
  24730.      *
  24731.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator
  24732.      */
  24733.     protected function getSalesChannelDomainValidatorService()
  24734.     {
  24735.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  24736.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelDomainValidator.php';
  24737.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelDomainValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelDomainValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24738.     }
  24739.     /**
  24740.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator' shared service.
  24741.      *
  24742.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator
  24743.      */
  24744.     protected function getSalesChannelLanguageValidatorService()
  24745.     {
  24746.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  24747.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelLanguageValidator.php';
  24748.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelLanguageValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelLanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24749.     }
  24750.     /**
  24751.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator' shared service.
  24752.      *
  24753.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator
  24754.      */
  24755.     protected function getSalesChannelValidator2Service()
  24756.     {
  24757.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  24758.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/SalesChannelValidator.php';
  24759.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\SalesChannelValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24760.     }
  24761.     /**
  24762.      * Gets the private 'Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator' shared service.
  24763.      *
  24764.      * @return \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator
  24765.      */
  24766.     protected function getUserValidatorService()
  24767.     {
  24768.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/AbstractLanguageValidator.php';
  24769.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/Framework/DataAbstractionLayer/Write/Validation/UserValidator.php';
  24770.         return $this->privates['Swag\\LanguagePack\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\UserValidator'] = new \Swag\LanguagePack\Core\Framework\DataAbstractionLayer\Write\Validation\UserValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24771.     }
  24772.     /**
  24773.      * Gets the private 'Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand' shared service.
  24774.      *
  24775.      * @return \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand
  24776.      */
  24777.     protected function getSalesChannelCreateCommand2Service()
  24778.     {
  24779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24780.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  24781.         $this->privates['Swag\\LanguagePack\\Core\\System\\SalesChannel\\Command\\SalesChannelCreateCommand'] = $instance = new \Swag\LanguagePack\Core\System\SalesChannel\Command\SalesChannelCreateCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()));
  24782.         $instance->setName('sales-channel:create');
  24783.         return $instance;
  24784.     }
  24785.     /**
  24786.      * Gets the private 'Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared service.
  24787.      *
  24788.      * @return \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  24789.      */
  24790.     protected function getSalesChannelCreateStorefrontCommand2Service()
  24791.     {
  24792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24793.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Core/System/SalesChannel/Command/SalesChannelCreateCommand.php';
  24794.         include_once \dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  24795.         $this->privates['Swag\\LanguagePack\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand'] = $instance = new \Swag\LanguagePack\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->services['Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator'] ?? $this->getSalesChannelCreatorService()), ($this->services['snippet_set.repository'] ?? $this->getSnippetSet_RepositoryService()));
  24796.         $instance->setName('sales-channel:create:storefront');
  24797.         return $instance;
  24798.     }
  24799.     /**
  24800.      * Gets the private 'Swag\Security\Components\State' shared service.
  24801.      *
  24802.      * @return \Swag\Security\Components\State
  24803.      */
  24804.     protected function getStateService()
  24805.     {
  24806.         return $this->privates['Swag\\Security\\Components\\State'] = new \Swag\Security\Components\State($this->parameters['SwagPlatformSecurity.availableFixes'], $this->parameters['SwagPlatformSecurity.activeFixes']);
  24807.     }
  24808.     /**
  24809.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  24810.      *
  24811.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  24812.      */
  24813.     protected function getPsrHttpFactoryService()
  24814.     {
  24815.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  24816.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  24817.     }
  24818.     /**
  24819.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  24820.      *
  24821.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  24822.      */
  24823.     protected function getDotenvDumpCommandService()
  24824.     {
  24825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24826.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  24827.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  24828.         $instance->setName('dotenv:dump');
  24829.         $instance->setDescription('Compiles .env files to .env.local.php');
  24830.         return $instance;
  24831.     }
  24832.     /**
  24833.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerModules' shared service.
  24834.      *
  24835.      * @return \Wbm\TagManagerEcomm\Services\DataLayerModules
  24836.      */
  24837.     protected function getDataLayerModulesService()
  24838.     {
  24839.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] = new \Wbm\TagManagerEcomm\Services\DataLayerModules(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  24840.     }
  24841.     /**
  24842.      * Gets the private 'Wbm\TagManagerEcomm\Services\DataLayerRenderer' shared service.
  24843.      *
  24844.      * @return \Wbm\TagManagerEcomm\Services\DataLayerRenderer
  24845.      */
  24846.     protected function getDataLayerRendererService()
  24847.     {
  24848.         return $this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] = new \Wbm\TagManagerEcomm\Services\DataLayerRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  24849.     }
  24850.     /**
  24851.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber' shared service.
  24852.      *
  24853.      * @return \Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber
  24854.      */
  24855.     protected function getAfterLineItemAddedSubscriberService()
  24856.     {
  24857.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/CartAddPrice/AfterLineItemAddedSubscriber.php';
  24858.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\CartAddPrice\\AfterLineItemAddedSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\CartAddPrice\AfterLineItemAddedSubscriber(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()));
  24859.     }
  24860.     /**
  24861.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber' shared service.
  24862.      *
  24863.      * @return \Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber
  24864.      */
  24865.     protected function getKernelEventsSubscriberService()
  24866.     {
  24867.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\KernelEventsSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\KernelEventsSubscriber(($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] ?? $this->getDataLayerModulesService()), ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] ?? $this->getDataLayerRendererService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  24868.     }
  24869.     /**
  24870.      * Gets the private 'Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber' shared service.
  24871.      *
  24872.      * @return \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber
  24873.      */
  24874.     protected function getStorefrontRenderSubscriberService()
  24875.     {
  24876.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Subscriber/StorefrontRenderSubscriber.php';
  24877.         return $this->privates['Wbm\\TagManagerEcomm\\Subscriber\\StorefrontRenderSubscriber'] = new \Wbm\TagManagerEcomm\Subscriber\StorefrontRenderSubscriber(($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerModules'] ?? $this->getDataLayerModulesService()), ($this->privates['Wbm\\TagManagerEcomm\\Services\\DataLayerRenderer'] ?? $this->getDataLayerRendererService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  24878.     }
  24879.     /**
  24880.      * Gets the private 'Websignaal\Goesting\Subscriber\StorefrontRenderSubscriber' shared service.
  24881.      *
  24882.      * @return \Websignaal\Goesting\Subscriber\StorefrontRenderSubscriber
  24883.      */
  24884.     protected function getStorefrontRenderSubscriber2Service()
  24885.     {
  24886.         include_once \dirname(__DIR__4).'/custom/plugins/Goesting/src/Subscriber/StorefrontRenderSubscriber.php';
  24887.         return $this->privates['Websignaal\\Goesting\\Subscriber\\StorefrontRenderSubscriber'] = new \Websignaal\Goesting\Subscriber\StorefrontRenderSubscriber(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()), ($this->services['product.repository'] ?? $this->getProduct_RepositoryService()), ($this->services['property_group_option.repository'] ?? $this->getPropertyGroupOption_RepositoryService()));
  24888.     }
  24889.     /**
  24890.      * Gets the private 'annotations.cache_adapter' shared service.
  24891.      *
  24892.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  24893.      */
  24894.     protected function getAnnotations_CacheAdapterService()
  24895.     {
  24896.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  24897.     }
  24898.     /**
  24899.      * Gets the private 'annotations.cache_warmer' shared service.
  24900.      *
  24901.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  24902.      */
  24903.     protected function getAnnotations_CacheWarmerService()
  24904.     {
  24905.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  24908.         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);
  24909.     }
  24910.     /**
  24911.      * Gets the private 'annotations.cached_reader' shared service.
  24912.      *
  24913.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  24914.      */
  24915.     protected function getAnnotations_CachedReaderService()
  24916.     {
  24917.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  24918.     }
  24919.     /**
  24920.      * Gets the private 'annotations.reader' shared service.
  24921.      *
  24922.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  24923.      */
  24924.     protected function getAnnotations_ReaderService()
  24925.     {
  24926.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  24927.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  24928.         $a->registerUniqueLoader('class_exists');
  24929.         $instance->addGlobalIgnoredName('required'$a);
  24930.         return $instance;
  24931.     }
  24932.     /**
  24933.      * Gets the private 'assets.packages' shared service.
  24934.      *
  24935.      * @return \Symfony\Component\Asset\Packages
  24936.      */
  24937.     protected function getAssets_PackagesService()
  24938.     {
  24939.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  24940.         $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 () {
  24941.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  24942.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  24943.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  24944.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  24945.         }, 4));
  24946.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  24947.         return $instance;
  24948.     }
  24949.     /**
  24950.      * Gets the private 'cache.annotations' shared service.
  24951.      *
  24952.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  24953.      */
  24954.     protected function getCache_AnnotationsService()
  24955.     {
  24956.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oulU9AYIu4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  24957.     }
  24958.     /**
  24959.      * Gets the private 'cache.http' shared service.
  24960.      *
  24961.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  24962.      */
  24963.     protected function getCache_HttpService()
  24964.     {
  24965.         $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()));
  24966.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  24967.         return $instance;
  24968.     }
  24969.     /**
  24970.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  24971.      *
  24972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  24973.      */
  24974.     protected function getCache_Messenger_RestartWorkersSignalService()
  24975.     {
  24976.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  24977.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  24978.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  24979.     }
  24980.     /**
  24981.      * Gets the private 'cache.property_info' shared service.
  24982.      *
  24983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  24984.      */
  24985.     protected function getCache_PropertyInfoService()
  24986.     {
  24987.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Sdv5S3umvz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  24988.     }
  24989.     /**
  24990.      * Gets the private 'cache.rate_limiter' shared service.
  24991.      *
  24992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  24993.      */
  24994.     protected function getCache_RateLimiterService()
  24995.     {
  24996.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  24997.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  24998.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  24999.     }
  25000.     /**
  25001.      * Gets the private 'cache.serializer' shared service.
  25002.      *
  25003.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  25004.      */
  25005.     protected function getCache_SerializerService()
  25006.     {
  25007.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w8uyEbPosS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  25008.     }
  25009.     /**
  25010.      * Gets the private 'cache.tags' shared service.
  25011.      *
  25012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  25013.      */
  25014.     protected function getCache_TagsService()
  25015.     {
  25016.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  25017.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  25018.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  25019.     }
  25020.     /**
  25021.      * Gets the private 'cache.validator' shared service.
  25022.      *
  25023.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  25024.      */
  25025.     protected function getCache_ValidatorService()
  25026.     {
  25027.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3Ov-2iZHcD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  25028.     }
  25029.     /**
  25030.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  25031.      *
  25032.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  25033.      */
  25034.     protected function getCachePoolClearer_CacheWarmerService()
  25035.     {
  25036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  25038.         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']);
  25039.     }
  25040.     /**
  25041.      * Gets the private 'config_builder.warmer' shared service.
  25042.      *
  25043.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  25044.      */
  25045.     protected function getConfigBuilder_WarmerService()
  25046.     {
  25047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  25049.         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()));
  25050.     }
  25051.     /**
  25052.      * Gets the private 'config_cache_factory' shared service.
  25053.      *
  25054.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  25055.      */
  25056.     protected function getConfigCacheFactoryService()
  25057.     {
  25058.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  25059.             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)));
  25060.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  25061.         }, 2));
  25062.     }
  25063.     /**
  25064.      * Gets the private 'console.command.about' shared service.
  25065.      *
  25066.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  25067.      */
  25068.     protected function getConsole_Command_AboutService()
  25069.     {
  25070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  25072.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  25073.         $instance->setName('about');
  25074.         $instance->setDescription('Display information about the current project');
  25075.         return $instance;
  25076.     }
  25077.     /**
  25078.      * Gets the private 'console.command.assets_install' shared service.
  25079.      *
  25080.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  25081.      */
  25082.     protected function getConsole_Command_AssetsInstallService()
  25083.     {
  25084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  25086.         $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()));
  25087.         $instance->setName('assets:install');
  25088.         return $instance;
  25089.     }
  25090.     /**
  25091.      * Gets the private 'console.command.cache_clear' shared service.
  25092.      *
  25093.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  25094.      */
  25095.     protected function getConsole_Command_CacheClearService()
  25096.     {
  25097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  25099.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  25100.         $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())));
  25101.         $instance->setName('cache:clear');
  25102.         $instance->setDescription('Clear the cache');
  25103.         return $instance;
  25104.     }
  25105.     /**
  25106.      * Gets the private 'console.command.cache_pool_clear' shared service.
  25107.      *
  25108.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  25109.      */
  25110.     protected function getConsole_Command_CachePoolClearService()
  25111.     {
  25112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  25114.         $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']);
  25115.         $instance->setName('cache:pool:clear');
  25116.         $instance->setDescription('Clear cache pools');
  25117.         return $instance;
  25118.     }
  25119.     /**
  25120.      * Gets the private 'console.command.cache_pool_delete' shared service.
  25121.      *
  25122.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  25123.      */
  25124.     protected function getConsole_Command_CachePoolDeleteService()
  25125.     {
  25126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  25128.         $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']);
  25129.         $instance->setName('cache:pool:delete');
  25130.         $instance->setDescription('Delete an item from a cache pool');
  25131.         return $instance;
  25132.     }
  25133.     /**
  25134.      * Gets the private 'console.command.cache_pool_list' shared service.
  25135.      *
  25136.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  25137.      */
  25138.     protected function getConsole_Command_CachePoolListService()
  25139.     {
  25140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  25142.         $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']);
  25143.         $instance->setName('cache:pool:list');
  25144.         $instance->setDescription('List available cache pools');
  25145.         return $instance;
  25146.     }
  25147.     /**
  25148.      * Gets the private 'console.command.cache_pool_prune' shared service.
  25149.      *
  25150.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  25151.      */
  25152.     protected function getConsole_Command_CachePoolPruneService()
  25153.     {
  25154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  25156.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  25157.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  25158.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  25159.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  25160.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  25161.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  25162.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  25163.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  25164.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  25165.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  25166.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  25167.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  25168.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  25169.         }, 12));
  25170.         $instance->setName('cache:pool:prune');
  25171.         $instance->setDescription('Prune cache pools');
  25172.         return $instance;
  25173.     }
  25174.     /**
  25175.      * Gets the private 'console.command.cache_warmup' shared service.
  25176.      *
  25177.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  25178.      */
  25179.     protected function getConsole_Command_CacheWarmupService()
  25180.     {
  25181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  25183.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  25184.         $instance->setName('cache:warmup');
  25185.         $instance->setDescription('Warm up an empty cache');
  25186.         return $instance;
  25187.     }
  25188.     /**
  25189.      * Gets the private 'console.command.config_debug' shared service.
  25190.      *
  25191.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  25192.      */
  25193.     protected function getConsole_Command_ConfigDebugService()
  25194.     {
  25195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  25197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  25198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  25199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  25200.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  25201.         $instance->setName('debug:config');
  25202.         $instance->setDescription('Dump the current configuration for an extension');
  25203.         return $instance;
  25204.     }
  25205.     /**
  25206.      * Gets the private 'console.command.config_dump_reference' shared service.
  25207.      *
  25208.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  25209.      */
  25210.     protected function getConsole_Command_ConfigDumpReferenceService()
  25211.     {
  25212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  25214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  25215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  25216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  25217.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  25218.         $instance->setName('config:dump-reference');
  25219.         $instance->setDescription('Dump the default configuration for an extension');
  25220.         return $instance;
  25221.     }
  25222.     /**
  25223.      * Gets the private 'console.command.container_debug' shared service.
  25224.      *
  25225.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  25226.      */
  25227.     protected function getConsole_Command_ContainerDebugService()
  25228.     {
  25229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  25231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  25232.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  25233.         $instance->setName('debug:container');
  25234.         $instance->setDescription('Display current services for an application');
  25235.         return $instance;
  25236.     }
  25237.     /**
  25238.      * Gets the private 'console.command.container_lint' shared service.
  25239.      *
  25240.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  25241.      */
  25242.     protected function getConsole_Command_ContainerLintService()
  25243.     {
  25244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  25246.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  25247.         $instance->setName('lint:container');
  25248.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  25249.         return $instance;
  25250.     }
  25251.     /**
  25252.      * Gets the private 'console.command.debug_autowiring' shared service.
  25253.      *
  25254.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  25255.      */
  25256.     protected function getConsole_Command_DebugAutowiringService()
  25257.     {
  25258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  25260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  25261.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  25262.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  25263.         $instance->setName('debug:autowiring');
  25264.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  25265.         return $instance;
  25266.     }
  25267.     /**
  25268.      * Gets the private 'console.command.dotenv_debug' shared service.
  25269.      *
  25270.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  25271.      */
  25272.     protected function getConsole_Command_DotenvDebugService()
  25273.     {
  25274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25275.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  25276.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  25277.         $instance->setName('debug:dotenv');
  25278.         $instance->setDescription('Lists all dotenv files with variables and values');
  25279.         return $instance;
  25280.     }
  25281.     /**
  25282.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  25283.      *
  25284.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  25285.      */
  25286.     protected function getConsole_Command_EventDispatcherDebugService()
  25287.     {
  25288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  25290.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25291.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  25292.         ], [
  25293.             'event_dispatcher' => '?',
  25294.         ]));
  25295.         $instance->setName('debug:event-dispatcher');
  25296.         $instance->setDescription('Display configured listeners for an application');
  25297.         return $instance;
  25298.     }
  25299.     /**
  25300.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  25301.      *
  25302.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  25303.      */
  25304.     protected function getConsole_Command_MessengerConsumeMessagesService()
  25305.     {
  25306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25307.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  25308.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  25309.         $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']);
  25310.         $instance->setName('messenger:consume');
  25311.         $instance->setDescription('Consume messages');
  25312.         return $instance;
  25313.     }
  25314.     /**
  25315.      * Gets the private 'console.command.messenger_debug' shared service.
  25316.      *
  25317.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  25318.      */
  25319.     protected function getConsole_Command_MessengerDebugService()
  25320.     {
  25321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25322.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  25323.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.shopware' => ['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => [=> [=> 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFoldersHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => [=> [=> 'Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'=> []]], 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => [=> [=> 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'=> []]], 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => [=> [=> 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => [=> [=> 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => [=> [=> 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'=> []]], 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => [=> [=> 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmerTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTask' => [=> [=> 'H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTaskHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  25324.         $instance->setName('debug:messenger');
  25325.         $instance->setDescription('List messages you can dispatch using the message buses');
  25326.         return $instance;
  25327.     }
  25328.     /**
  25329.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  25330.      *
  25331.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  25332.      */
  25333.     protected function getConsole_Command_MessengerSetupTransportsService()
  25334.     {
  25335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25336.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  25337.         $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']);
  25338.         $instance->setName('messenger:setup-transports');
  25339.         $instance->setDescription('Prepare the required infrastructure for the transport');
  25340.         return $instance;
  25341.     }
  25342.     /**
  25343.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  25344.      *
  25345.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  25346.      */
  25347.     protected function getConsole_Command_MessengerStopWorkersService()
  25348.     {
  25349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25350.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  25351.         $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()));
  25352.         $instance->setName('messenger:stop-workers');
  25353.         $instance->setDescription('Stop workers after their current message');
  25354.         return $instance;
  25355.     }
  25356.     /**
  25357.      * Gets the private 'console.command.router_debug' shared service.
  25358.      *
  25359.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  25360.      */
  25361.     protected function getConsole_Command_RouterDebugService()
  25362.     {
  25363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  25365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  25366.         $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()));
  25367.         $instance->setName('debug:router');
  25368.         $instance->setDescription('Display current routes for an application');
  25369.         return $instance;
  25370.     }
  25371.     /**
  25372.      * Gets the private 'console.command.router_match' shared service.
  25373.      *
  25374.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  25375.      */
  25376.     protected function getConsole_Command_RouterMatchService()
  25377.     {
  25378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  25380.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  25381.             return new \EmptyIterator();
  25382.         }, 0));
  25383.         $instance->setName('router:match');
  25384.         $instance->setDescription('Help debug routes by simulating a path info match');
  25385.         return $instance;
  25386.     }
  25387.     /**
  25388.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  25389.      *
  25390.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  25391.      */
  25392.     protected function getConsole_Command_SecretsDecryptToLocalService()
  25393.     {
  25394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  25396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25398.         $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')))));
  25399.         $instance->setName('secrets:decrypt-to-local');
  25400.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  25401.         return $instance;
  25402.     }
  25403.     /**
  25404.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  25405.      *
  25406.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  25407.      */
  25408.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  25409.     {
  25410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  25412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25414.         $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')))));
  25415.         $instance->setName('secrets:encrypt-from-local');
  25416.         $instance->setDescription('Encrypt all local secrets to the vault');
  25417.         return $instance;
  25418.     }
  25419.     /**
  25420.      * Gets the private 'console.command.secrets_generate_key' shared service.
  25421.      *
  25422.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  25423.      */
  25424.     protected function getConsole_Command_SecretsGenerateKeyService()
  25425.     {
  25426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  25428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25430.         $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')))));
  25431.         $instance->setName('secrets:generate-keys');
  25432.         $instance->setDescription('Generate new encryption keys');
  25433.         return $instance;
  25434.     }
  25435.     /**
  25436.      * Gets the private 'console.command.secrets_list' shared service.
  25437.      *
  25438.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  25439.      */
  25440.     protected function getConsole_Command_SecretsListService()
  25441.     {
  25442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25443.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  25444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25446.         $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')))));
  25447.         $instance->setName('secrets:list');
  25448.         $instance->setDescription('List all secrets');
  25449.         return $instance;
  25450.     }
  25451.     /**
  25452.      * Gets the private 'console.command.secrets_remove' shared service.
  25453.      *
  25454.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  25455.      */
  25456.     protected function getConsole_Command_SecretsRemoveService()
  25457.     {
  25458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25459.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  25460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25462.         $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')))));
  25463.         $instance->setName('secrets:remove');
  25464.         $instance->setDescription('Remove a secret from the vault');
  25465.         return $instance;
  25466.     }
  25467.     /**
  25468.      * Gets the private 'console.command.secrets_set' shared service.
  25469.      *
  25470.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  25471.      */
  25472.     protected function getConsole_Command_SecretsSetService()
  25473.     {
  25474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25475.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  25476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  25477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  25478.         $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')))));
  25479.         $instance->setName('secrets:set');
  25480.         $instance->setDescription('Set a secret in the vault');
  25481.         return $instance;
  25482.     }
  25483.     /**
  25484.      * Gets the private 'console.command.translation_debug' shared service.
  25485.      *
  25486.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  25487.      */
  25488.     protected function getConsole_Command_TranslationDebugService()
  25489.     {
  25490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  25492.         $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')], []);
  25493.         $instance->setName('debug:translation');
  25494.         $instance->setDescription('Display translation messages information');
  25495.         return $instance;
  25496.     }
  25497.     /**
  25498.      * Gets the private 'console.command.translation_extract' shared service.
  25499.      *
  25500.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  25501.      */
  25502.     protected function getConsole_Command_TranslationExtractService()
  25503.     {
  25504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  25506.         $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')], []);
  25507.         $instance->setName('translation:extract');
  25508.         $instance->setAliases([=> 'translation:update']);
  25509.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  25510.         return $instance;
  25511.     }
  25512.     /**
  25513.      * Gets the private 'console.command.translation_pull' shared service.
  25514.      *
  25515.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  25516.      */
  25517.     protected function getConsole_Command_TranslationPullService()
  25518.     {
  25519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25520.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  25521.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  25522.         $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', [], []);
  25523.         $instance->setName('translation:pull');
  25524.         $instance->setDescription('Pull translations from a given provider.');
  25525.         return $instance;
  25526.     }
  25527.     /**
  25528.      * Gets the private 'console.command.translation_push' shared service.
  25529.      *
  25530.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  25531.      */
  25532.     protected function getConsole_Command_TranslationPushService()
  25533.     {
  25534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  25536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  25537.         $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()), [], []);
  25538.         $instance->setName('translation:push');
  25539.         $instance->setDescription('Push translations to a given provider.');
  25540.         return $instance;
  25541.     }
  25542.     /**
  25543.      * Gets the private 'console.command.validator_debug' shared service.
  25544.      *
  25545.      * @return \Symfony\Component\Validator\Command\DebugCommand
  25546.      */
  25547.     protected function getConsole_Command_ValidatorDebugService()
  25548.     {
  25549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25550.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  25551.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  25552.         $instance->setName('debug:validator');
  25553.         $instance->setDescription('Display validation constraints for classes');
  25554.         return $instance;
  25555.     }
  25556.     /**
  25557.      * Gets the private 'console.command.xliff_lint' shared service.
  25558.      *
  25559.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  25560.      */
  25561.     protected function getConsole_Command_XliffLintService()
  25562.     {
  25563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  25565.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  25566.         $instance->setName('lint:xliff');
  25567.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  25568.         return $instance;
  25569.     }
  25570.     /**
  25571.      * Gets the private 'console.command.yaml_lint' shared service.
  25572.      *
  25573.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  25574.      */
  25575.     protected function getConsole_Command_YamlLintService()
  25576.     {
  25577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25578.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  25579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  25580.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  25581.         $instance->setName('lint:yaml');
  25582.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  25583.         return $instance;
  25584.     }
  25585.     /**
  25586.      * Gets the private 'console.error_listener' shared service.
  25587.      *
  25588.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  25589.      */
  25590.     protected function getConsole_ErrorListenerService()
  25591.     {
  25592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  25593.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  25594.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25595.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  25596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  25597.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  25598.     }
  25599.     /**
  25600.      * Gets the private 'container.env_var_processor' shared service.
  25601.      *
  25602.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  25603.      */
  25604.     protected function getContainer_EnvVarProcessorService()
  25605.     {
  25606.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  25607.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  25608.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  25609.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  25610.         }, 1));
  25611.     }
  25612.     /**
  25613.      * Gets the private 'data_collector.request' shared service.
  25614.      *
  25615.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  25616.      */
  25617.     protected function getDataCollector_RequestService()
  25618.     {
  25619.         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())));
  25620.     }
  25621.     /**
  25622.      * Gets the private 'data_collector.request.session_collector' shared service.
  25623.      *
  25624.      * @return \Closure
  25625.      */
  25626.     protected function getDataCollector_Request_SessionCollectorService()
  25627.     {
  25628.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  25629.     }
  25630.     /**
  25631.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  25632.      *
  25633.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25634.      */
  25635.     protected function getCartValueResolverService()
  25636.     {
  25637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  25640.         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))));
  25641.     }
  25642.     /**
  25643.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  25644.      *
  25645.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25646.      */
  25647.     protected function getCustomerValueResolverService()
  25648.     {
  25649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  25652.         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))));
  25653.     }
  25654.     /**
  25655.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  25656.      *
  25657.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25658.      */
  25659.     protected function getContextValueResolverService()
  25660.     {
  25661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  25664.         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))));
  25665.     }
  25666.     /**
  25667.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  25668.      *
  25669.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25670.      */
  25671.     protected function getResponseFactoryInterfaceValueResolverService()
  25672.     {
  25673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  25676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  25677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  25678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  25679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  25680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  25681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  25682.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  25683.         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))));
  25684.     }
  25685.     /**
  25686.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  25687.      *
  25688.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25689.      */
  25690.     protected function getCriteriaValueResolverService()
  25691.     {
  25692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  25695.         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))));
  25696.     }
  25697.     /**
  25698.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  25699.      *
  25700.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25701.      */
  25702.     protected function getQueryDataBagResolverService()
  25703.     {
  25704.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25706.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  25707.         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))));
  25708.     }
  25709.     /**
  25710.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  25711.      *
  25712.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25713.      */
  25714.     protected function getRequestDataBagResolverService()
  25715.     {
  25716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  25719.         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))));
  25720.     }
  25721.     /**
  25722.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  25723.      *
  25724.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25725.      */
  25726.     protected function getSalesChannelContextValueResolverService()
  25727.     {
  25728.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  25731.         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))));
  25732.     }
  25733.     /**
  25734.      * Gets the private 'debug.argument_resolver.default' shared service.
  25735.      *
  25736.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25737.      */
  25738.     protected function getDebug_ArgumentResolver_DefaultService()
  25739.     {
  25740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  25743.         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))));
  25744.     }
  25745.     /**
  25746.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  25747.      *
  25748.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25749.      */
  25750.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  25751.     {
  25752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  25755.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.nVgY_UE'] ?? $this->get_ServiceLocator_NVgYUEService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  25756.     }
  25757.     /**
  25758.      * Gets the private 'debug.argument_resolver.request' shared service.
  25759.      *
  25760.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25761.      */
  25762.     protected function getDebug_ArgumentResolver_RequestService()
  25763.     {
  25764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  25767.         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))));
  25768.     }
  25769.     /**
  25770.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  25771.      *
  25772.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25773.      */
  25774.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  25775.     {
  25776.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  25779.         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))));
  25780.     }
  25781.     /**
  25782.      * Gets the private 'debug.argument_resolver.service' shared service.
  25783.      *
  25784.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25785.      */
  25786.     protected function getDebug_ArgumentResolver_ServiceService()
  25787.     {
  25788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25790.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  25791.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.nVgY_UE'] ?? $this->get_ServiceLocator_NVgYUEService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  25792.     }
  25793.     /**
  25794.      * Gets the private 'debug.argument_resolver.session' shared service.
  25795.      *
  25796.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25797.      */
  25798.     protected function getDebug_ArgumentResolver_SessionService()
  25799.     {
  25800.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25801.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25802.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  25803.         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))));
  25804.     }
  25805.     /**
  25806.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  25807.      *
  25808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  25809.      */
  25810.     protected function getDebug_ArgumentResolver_VariadicService()
  25811.     {
  25812.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  25813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  25814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  25815.         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))));
  25816.     }
  25817.     /**
  25818.      * Gets the private 'debug.debug_handlers_listener' shared service.
  25819.      *
  25820.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  25821.      */
  25822.     protected function getDebug_DebugHandlersListenerService()
  25823.     {
  25824.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  25825.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25826.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  25827.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  25828.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  25829.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  25830.     }
  25831.     /**
  25832.      * Gets the private 'debug.dump_listener' shared service.
  25833.      *
  25834.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  25835.      */
  25836.     protected function getDebug_DumpListenerService()
  25837.     {
  25838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  25839.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  25840.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  25841.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  25842.         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);
  25843.     }
  25844.     /**
  25845.      * Gets the private 'debug.file_link_formatter' shared service.
  25846.      *
  25847.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  25848.      */
  25849.     protected function getDebug_FileLinkFormatterService()
  25850.     {
  25851.         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 () {
  25852.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  25853.         });
  25854.     }
  25855.     /**
  25856.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  25857.      *
  25858.      * @return \string
  25859.      */
  25860.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  25861.     {
  25862.         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');
  25863.     }
  25864.     /**
  25865.      * Gets the private 'debug.log_processor' shared service.
  25866.      *
  25867.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  25868.      */
  25869.     protected function getDebug_LogProcessorService()
  25870.     {
  25871.         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())));
  25872.     }
  25873.     /**
  25874.      * Gets the private 'debug.validator' shared service.
  25875.      *
  25876.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  25877.      */
  25878.     protected function getDebug_ValidatorService()
  25879.     {
  25880.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  25881.     }
  25882.     /**
  25883.      * Gets the private 'enqueue.client.consume_command' shared service.
  25884.      *
  25885.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  25886.      */
  25887.     protected function getEnqueue_Client_ConsumeCommandService()
  25888.     {
  25889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25890.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  25891.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  25892.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  25893.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  25894.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  25895.         $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');
  25896.         $instance->setName('enqueue:consume');
  25897.         return $instance;
  25898.     }
  25899.     /**
  25900.      * Gets the private 'enqueue.client.default.context' shared service.
  25901.      *
  25902.      * @return \Interop\Queue\Context
  25903.      */
  25904.     protected function getEnqueue_Client_Default_ContextService()
  25905.     {
  25906.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  25907.     }
  25908.     /**
  25909.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  25910.      *
  25911.      * @return \Enqueue\Client\DelegateProcessor
  25912.      */
  25913.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  25914.     {
  25915.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  25916.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  25917.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  25918.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  25919.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25920.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  25921.         ], [
  25922.             'enqueue.client.default.router_processor' => '?',
  25923.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  25924.     }
  25925.     /**
  25926.      * Gets the private 'enqueue.client.default.driver' shared service.
  25927.      *
  25928.      * @return \Enqueue\Client\DriverInterface
  25929.      */
  25930.     protected function getEnqueue_Client_Default_DriverService()
  25931.     {
  25932.         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([]));
  25933.     }
  25934.     /**
  25935.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  25936.      *
  25937.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  25938.      */
  25939.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  25940.     {
  25941.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  25942.         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()));
  25943.     }
  25944.     /**
  25945.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  25946.      *
  25947.      * @return \Enqueue\Symfony\Client\LazyProducer
  25948.      */
  25949.     protected function getEnqueue_Client_Default_LazyProducerService()
  25950.     {
  25951.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  25952.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25953.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  25954.         ], [
  25955.             'enqueue.client.default.producer' => '?',
  25956.         ]), 'enqueue.client.default.producer');
  25957.     }
  25958.     /**
  25959.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  25960.      *
  25961.      * @return \Enqueue\Consumption\QueueConsumer
  25962.      */
  25963.     protected function getEnqueue_Client_Default_QueueConsumerService()
  25964.     {
  25965.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  25966.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  25967.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  25968.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  25969.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  25970.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  25971.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  25972.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  25973.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  25974.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  25975.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  25976.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  25977.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  25978.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  25979.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  25980.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  25981.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  25982.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  25983.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  25984.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  25985.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  25986.     }
  25987.     /**
  25988.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  25989.      *
  25990.      * @return \Enqueue\Client\RouterProcessor
  25991.      */
  25992.     protected function getEnqueue_Client_Default_RouterProcessorService()
  25993.     {
  25994.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  25995.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  25996.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  25997.     }
  25998.     /**
  25999.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  26000.      *
  26001.      * @return \Enqueue\Client\SpoolProducer
  26002.      */
  26003.     protected function getEnqueue_Client_Default_SpoolProducerService()
  26004.     {
  26005.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  26006.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  26007.     }
  26008.     /**
  26009.      * Gets the private 'enqueue.client.produce_command' shared service.
  26010.      *
  26011.      * @return \Enqueue\Symfony\Client\ProduceCommand
  26012.      */
  26013.     protected function getEnqueue_Client_ProduceCommandService()
  26014.     {
  26015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26016.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  26017.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  26018.         $instance->setName('enqueue:produce');
  26019.         return $instance;
  26020.     }
  26021.     /**
  26022.      * Gets the private 'enqueue.client.routes_command' shared service.
  26023.      *
  26024.      * @return \Enqueue\Symfony\Client\RoutesCommand
  26025.      */
  26026.     protected function getEnqueue_Client_RoutesCommandService()
  26027.     {
  26028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26029.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  26030.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  26031.         $instance->setName('enqueue:routes');
  26032.         return $instance;
  26033.     }
  26034.     /**
  26035.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  26036.      *
  26037.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  26038.      */
  26039.     protected function getEnqueue_Client_SetupBrokerCommandService()
  26040.     {
  26041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26042.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  26043.         $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');
  26044.         $instance->setName('enqueue:setup-broker');
  26045.         return $instance;
  26046.     }
  26047.     /**
  26048.      * Gets the private 'enqueue.locator' shared service.
  26049.      *
  26050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26051.      */
  26052.     protected function getEnqueue_LocatorService()
  26053.     {
  26054.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26055.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  26056.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  26057.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  26058.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  26059.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  26060.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  26061.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  26062.         ], [
  26063.             'enqueue.client.default.delegate_processor' => '?',
  26064.             'enqueue.client.default.driver' => '?',
  26065.             'enqueue.client.default.producer' => '?',
  26066.             'enqueue.client.default.queue_consumer' => '?',
  26067.             'enqueue.transport.default.context' => '?',
  26068.             'enqueue.transport.default.processor_registry' => '?',
  26069.             'enqueue.transport.default.queue_consumer' => '?',
  26070.         ]);
  26071.     }
  26072.     /**
  26073.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  26074.      *
  26075.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  26076.      */
  26077.     protected function getEnqueue_MessengerTransport_FactoryService()
  26078.     {
  26079.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  26080.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  26081.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  26082.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  26083.         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);
  26084.     }
  26085.     /**
  26086.      * Gets the private 'enqueue.transport.consume_command' shared service.
  26087.      *
  26088.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  26089.      */
  26090.     protected function getEnqueue_Transport_ConsumeCommandService()
  26091.     {
  26092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26093.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  26094.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  26095.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  26096.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  26097.         $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');
  26098.         $instance->setName('enqueue:transport:consume');
  26099.         return $instance;
  26100.     }
  26101.     /**
  26102.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  26103.      *
  26104.      * @return \Interop\Queue\ConnectionFactory
  26105.      */
  26106.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  26107.     {
  26108.         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:']);
  26109.     }
  26110.     /**
  26111.      * Gets the private 'enqueue.transport.default.context' shared service.
  26112.      *
  26113.      * @return \Interop\Queue\Context
  26114.      */
  26115.     protected function getEnqueue_Transport_Default_ContextService()
  26116.     {
  26117.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  26118.     }
  26119.     /**
  26120.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  26121.      *
  26122.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  26123.      */
  26124.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  26125.     {
  26126.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  26127.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  26128.         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));
  26129.     }
  26130.     /**
  26131.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  26132.      *
  26133.      * @return \Enqueue\Consumption\QueueConsumer
  26134.      */
  26135.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  26136.     {
  26137.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  26138.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  26139.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  26140.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  26141.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  26142.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  26143.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  26144.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  26145.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  26146.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  26147.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  26148.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  26149.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  26150.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  26151.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  26152.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/SignalExtension.php';
  26153.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  26154.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.signal_extension'] ?? ($this->privates['enqueue.consumption.signal_extension'] = new \Enqueue\Consumption\Extension\SignalExtension())), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  26155.     }
  26156.     /**
  26157.      * Gets the private 'error_handler.error_renderer.html' shared service.
  26158.      *
  26159.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  26160.      */
  26161.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  26162.     {
  26163.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  26164.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  26165.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  26166.         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()));
  26167.     }
  26168.     /**
  26169.      * Gets the private 'esi_listener' shared service.
  26170.      *
  26171.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  26172.      */
  26173.     protected function getEsiListenerService()
  26174.     {
  26175.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  26176.     }
  26177.     /**
  26178.      * Gets the private 'exception_listener' shared service.
  26179.      *
  26180.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  26181.      */
  26182.     protected function getExceptionListenerService()
  26183.     {
  26184.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  26185.     }
  26186.     /**
  26187.      * Gets the private 'fragment.listener' shared service.
  26188.      *
  26189.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  26190.      */
  26191.     protected function getFragment_ListenerService()
  26192.     {
  26193.         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');
  26194.     }
  26195.     /**
  26196.      * Gets the private 'fragment.renderer.esi' shared service.
  26197.      *
  26198.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  26199.      */
  26200.     protected function getFragment_Renderer_EsiService()
  26201.     {
  26202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  26203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  26204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  26205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  26206.         $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')))));
  26207.         $instance->setFragmentPath('/_fragment');
  26208.         return $instance;
  26209.     }
  26210.     /**
  26211.      * Gets the private 'fragment.renderer.hinclude' shared service.
  26212.      *
  26213.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  26214.      */
  26215.     protected function getFragment_Renderer_HincludeService()
  26216.     {
  26217.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  26218.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  26219.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  26220.         $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);
  26221.         $instance->setFragmentPath('/_fragment');
  26222.         return $instance;
  26223.     }
  26224.     /**
  26225.      * Gets the private 'fragment.renderer.inline' shared service.
  26226.      *
  26227.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  26228.      */
  26229.     protected function getFragment_Renderer_InlineService()
  26230.     {
  26231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  26232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  26233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  26234.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  26235.         $instance->setFragmentPath('/_fragment');
  26236.         return $instance;
  26237.     }
  26238.     /**
  26239.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  26240.      *
  26241.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  26242.      */
  26243.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  26244.     {
  26245.         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);
  26246.     }
  26247.     /**
  26248.      * Gets the private 'kernel.bundles' shared service.
  26249.      *
  26250.      * @return \Iterator
  26251.      */
  26252.     protected function getKernel_BundlesService()
  26253.     {
  26254.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  26255.     }
  26256.     /**
  26257.      * Gets the private 'locale_aware_listener' shared service.
  26258.      *
  26259.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  26260.      */
  26261.     protected function getLocaleAwareListenerService()
  26262.     {
  26263.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  26264.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  26265.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  26266.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  26267.     }
  26268.     /**
  26269.      * Gets the private 'locale_listener' shared service.
  26270.      *
  26271.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  26272.      */
  26273.     protected function getLocaleListenerService()
  26274.     {
  26275.         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, []);
  26276.     }
  26277.     /**
  26278.      * Gets the private 'lock.default.factory' shared service.
  26279.      *
  26280.      * @return \Symfony\Component\Lock\LockFactory
  26281.      */
  26282.     protected function getLock_Default_FactoryService()
  26283.     {
  26284.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  26285.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  26286.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26287.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26288.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26289.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  26290.         $instance->setLogger($a);
  26291.         return $instance;
  26292.     }
  26293.     /**
  26294.      * Gets the private 'mailer.messenger.message_handler' shared service.
  26295.      *
  26296.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  26297.      */
  26298.     protected function getMailer_Messenger_MessageHandlerService()
  26299.     {
  26300.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  26301.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
  26302.     }
  26303.     /**
  26304.      * Gets the private 'mailer.transport_factory.native' shared service.
  26305.      *
  26306.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  26307.      */
  26308.     protected function getMailer_TransportFactory_NativeService()
  26309.     {
  26310.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  26311.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  26312.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  26313.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  26314.     }
  26315.     /**
  26316.      * Gets the private 'mailer.transport_factory.null' shared service.
  26317.      *
  26318.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  26319.      */
  26320.     protected function getMailer_TransportFactory_NullService()
  26321.     {
  26322.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  26323.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  26324.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  26325.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  26326.     }
  26327.     /**
  26328.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  26329.      *
  26330.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  26331.      */
  26332.     protected function getMailer_TransportFactory_SendmailService()
  26333.     {
  26334.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  26335.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  26336.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  26337.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  26338.     }
  26339.     /**
  26340.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  26341.      *
  26342.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  26343.      */
  26344.     protected function getMailer_TransportFactory_SmtpService()
  26345.     {
  26346.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  26347.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  26348.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  26349.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  26350.     }
  26351.     /**
  26352.      * Gets the private 'mailer.transports' shared service.
  26353.      *
  26354.      * @return \Symfony\Component\Mailer\Transport\Transports
  26355.      */
  26356.     protected function getMailer_TransportsService()
  26357.     {
  26358.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  26359.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  26360.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  26361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  26362.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  26363.             yield => $this->getMailer_TransportFactory_NullService();
  26364.             yield => $this->getMailer_TransportFactory_SendmailService();
  26365.             yield => $this->getMailer_TransportFactory_NativeService();
  26366.             yield => $this->getMailer_TransportFactory_SmtpService();
  26367.         }, 4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())))->fromStrings(['main' => $this->getEnv('MAILER_URL')]);
  26368.     }
  26369.     /**
  26370.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  26371.      *
  26372.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  26373.      */
  26374.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  26375.     {
  26376.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  26377.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  26378.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  26379.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  26380.         $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 () {
  26381.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  26382.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  26383.             yield => ($this->privates['.messenger.handler_descriptor.aM76mVQ'] ?? $this->get_Messenger_HandlerDescriptor_AM76mVQService());
  26384.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  26385.             yield => ($this->privates['.messenger.handler_descriptor.goUFZIo'] ?? $this->get_Messenger_HandlerDescriptor_GoUFZIoService());
  26386.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  26387.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  26388.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  26389.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  26390.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  26391.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  26392.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  26393.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  26394.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  26395.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  26396.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  26397.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  26398.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  26399.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  26400.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  26401.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  26402.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  26403.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  26404.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  26405.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  26406.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  26407.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  26408.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  26409.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  26410.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  26411.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  26412.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  26413.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  26414.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  26415.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  26416.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  26417.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  26418.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  26419.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  26420.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  26421.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  26422.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  26423.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  26424.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  26425.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  26426.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  26427.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  26428.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  26429.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  26430.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  26431.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  26432.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  26433.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  26434.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  26435.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  26436.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  26437.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  26438.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  26439.             yield => ($this->privates['.messenger.handler_descriptor.9FtfQXI'] ?? $this->get_Messenger_HandlerDescriptor_9FtfQXIService());
  26440.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  26441.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  26442.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  26443.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  26444.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  26445.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  26446.         }, 1), 'H1web\\Blog\\Service\\ScheduledTask\\CacheInvalidateTask' => new RewindableGenerator(function () {
  26447.             yield => ($this->privates['.messenger.handler_descriptor.MTsgLOi'] ?? $this->get_Messenger_HandlerDescriptor_MTsgLOiService());
  26448.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  26449.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  26450.         }, 1)]));
  26451.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  26452.         return $instance;
  26453.     }
  26454.     /**
  26455.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  26456.      *
  26457.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  26458.      */
  26459.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  26460.     {
  26461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  26462.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  26463.         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');
  26464.     }
  26465.     /**
  26466.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  26467.      *
  26468.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  26469.      */
  26470.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  26471.     {
  26472.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  26473.         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()));
  26474.     }
  26475.     /**
  26476.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  26477.      *
  26478.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  26479.      */
  26480.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  26481.     {
  26482.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  26483.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  26484.     }
  26485.     /**
  26486.      * Gets the private 'messenger.middleware.send_message' shared service.
  26487.      *
  26488.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  26489.      */
  26490.     protected function getMessenger_Middleware_SendMessageService()
  26491.     {
  26492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  26493.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  26494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  26495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  26496.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  26497.         $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()));
  26498.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  26499.         return $instance;
  26500.     }
  26501.     /**
  26502.      * Gets the private 'messenger.receiver_locator' shared service.
  26503.      *
  26504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  26505.      */
  26506.     protected function getMessenger_ReceiverLocatorService()
  26507.     {
  26508.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26509.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  26510.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  26511.         ], [
  26512.             'default' => '?',
  26513.             'messenger.transport.default' => '?',
  26514.         ]);
  26515.     }
  26516.     /**
  26517.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  26518.      *
  26519.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  26520.      */
  26521.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  26522.     {
  26523.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  26524.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  26525.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  26526.     }
  26527.     /**
  26528.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  26529.      *
  26530.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  26531.      */
  26532.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  26533.     {
  26534.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  26535.         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, [
  26536.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  26537.         ], [
  26538.             'default' => '?',
  26539.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  26540.     }
  26541.     /**
  26542.      * Gets the private 'messenger.routable_message_bus' shared service.
  26543.      *
  26544.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  26545.      */
  26546.     protected function getMessenger_RoutableMessageBusService()
  26547.     {
  26548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  26549.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26550.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  26551.         ], [
  26552.             'messenger.bus.shopware' => '?',
  26553.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  26554.     }
  26555.     /**
  26556.      * Gets the private 'messenger.transport.default' shared service.
  26557.      *
  26558.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  26559.      */
  26560.     protected function getMessenger_Transport_DefaultService()
  26561.     {
  26562.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  26563.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  26564.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  26565.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  26566.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  26567.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  26568.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  26569.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  26570.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  26571.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  26572.             yield => $this->getMessenger_Transport_Sync_FactoryService();
  26573.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  26574.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  26575.         }, 5)))->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  26576.     }
  26577.     /**
  26578.      * Gets the private 'messenger.transport.sync.factory' shared service.
  26579.      *
  26580.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  26581.      */
  26582.     protected function getMessenger_Transport_Sync_FactoryService()
  26583.     {
  26584.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  26585.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  26586.         return new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  26587.     }
  26588.     /**
  26589.      * Gets the private 'mime_types' shared service.
  26590.      *
  26591.      * @return \Symfony\Component\Mime\MimeTypes
  26592.      */
  26593.     protected function getMimeTypesService()
  26594.     {
  26595.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  26596.         $instance->setDefault($instance);
  26597.         return $instance;
  26598.     }
  26599.     /**
  26600.      * Gets the private 'monolog.command.server_log' shared service.
  26601.      *
  26602.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  26603.      */
  26604.     protected function getMonolog_Command_ServerLogService()
  26605.     {
  26606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  26607.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  26608.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  26609.         $instance->setName('server:log');
  26610.         $instance->setDescription('Start a log server that displays logs in real time');
  26611.         return $instance;
  26612.     }
  26613.     /**
  26614.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  26615.      *
  26616.      * @return \Monolog\Handler\BufferHandler
  26617.      */
  26618.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  26619.     {
  26620.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  26621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  26622.         include_once \dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Fixes/NEXT24679/DoctrineSQLHandlerDecorator.php';
  26623.         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);
  26624.     }
  26625.     /**
  26626.      * Gets the private 'monolog.handler.console' shared service.
  26627.      *
  26628.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  26629.      */
  26630.     protected function getMonolog_Handler_ConsoleService()
  26631.     {
  26632.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  26633.     }
  26634.     /**
  26635.      * Gets the private 'monolog.logger' shared service.
  26636.      *
  26637.      * @return \Symfony\Bridge\Monolog\Logger
  26638.      */
  26639.     protected function getMonolog_LoggerService()
  26640.     {
  26641.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  26642.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26643.         $instance->useMicrosecondTimestamps(true);
  26644.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26645.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  26647.         return $instance;
  26648.     }
  26649.     /**
  26650.      * Gets the private 'monolog.logger.cache' shared service.
  26651.      *
  26652.      * @return \Symfony\Bridge\Monolog\Logger
  26653.      */
  26654.     protected function getMonolog_Logger_CacheService()
  26655.     {
  26656.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  26657.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26658.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26659.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  26661.         return $instance;
  26662.     }
  26663.     /**
  26664.      * Gets the private 'monolog.logger.mailer' shared service.
  26665.      *
  26666.      * @return \Symfony\Bridge\Monolog\Logger
  26667.      */
  26668.     protected function getMonolog_Logger_MailerService()
  26669.     {
  26670.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  26671.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26672.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26673.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26674.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  26675.         return $instance;
  26676.     }
  26677.     /**
  26678.      * Gets the private 'monolog.logger.messenger' shared service.
  26679.      *
  26680.      * @return \Symfony\Bridge\Monolog\Logger
  26681.      */
  26682.     protected function getMonolog_Logger_MessengerService()
  26683.     {
  26684.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  26685.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26686.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26687.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26688.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  26689.         return $instance;
  26690.     }
  26691.     /**
  26692.      * Gets the private 'monolog.logger.request' shared service.
  26693.      *
  26694.      * @return \Symfony\Bridge\Monolog\Logger
  26695.      */
  26696.     protected function getMonolog_Logger_RequestService()
  26697.     {
  26698.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  26699.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26700.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26701.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26702.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  26703.         return $instance;
  26704.     }
  26705.     /**
  26706.      * Gets the private 'parameter_bag' shared service.
  26707.      *
  26708.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  26709.      */
  26710.     protected function getParameterBagService()
  26711.     {
  26712.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  26713.     }
  26714.     /**
  26715.      * Gets the private 'profiler_listener' shared service.
  26716.      *
  26717.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  26718.      */
  26719.     protected function getProfilerListenerService()
  26720.     {
  26721.         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);
  26722.     }
  26723.     /**
  26724.      * Gets the private 'property_info' shared service.
  26725.      *
  26726.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  26727.      */
  26728.     protected function getPropertyInfoService()
  26729.     {
  26730.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  26731.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  26732.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  26733.         }, 2), new RewindableGenerator(function () {
  26734.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  26735.         }, 1), new RewindableGenerator(function () {
  26736.             return new \EmptyIterator();
  26737.         }, 0), new RewindableGenerator(function () {
  26738.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  26739.         }, 1), new RewindableGenerator(function () {
  26740.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  26741.         }, 1));
  26742.     }
  26743.     /**
  26744.      * Gets the private 'property_info.serializer_extractor' shared service.
  26745.      *
  26746.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  26747.      */
  26748.     protected function getPropertyInfo_SerializerExtractorService()
  26749.     {
  26750.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  26751.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  26752.     }
  26753.     /**
  26754.      * Gets the private 'router.cache_warmer' shared service.
  26755.      *
  26756.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  26757.      */
  26758.     protected function getRouter_CacheWarmerService()
  26759.     {
  26760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  26761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  26762.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26763.             'router' => ['services''router''getRouterService'false],
  26764.         ], [
  26765.             'router' => '?',
  26766.         ]))->withContext('router.cache_warmer'$this));
  26767.     }
  26768.     /**
  26769.      * Gets the private 'router.default' shared service.
  26770.      *
  26771.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  26772.      */
  26773.     protected function getRouter_DefaultService()
  26774.     {
  26775.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  26776.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  26777.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  26778.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  26779.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  26780.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26781.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  26782.         ], [
  26783.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  26784.         ]))->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');
  26785.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  26786.         return $instance;
  26787.     }
  26788.     /**
  26789.      * Gets the private 'router.request_context' shared service.
  26790.      *
  26791.      * @return \Symfony\Component\Routing\RequestContext
  26792.      */
  26793.     protected function getRouter_RequestContextService()
  26794.     {
  26795.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  26796.     }
  26797.     /**
  26798.      * Gets the private 'router_listener' shared service.
  26799.      *
  26800.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  26801.      */
  26802.     protected function getRouterListenerService()
  26803.     {
  26804.         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);
  26805.     }
  26806.     /**
  26807.      * Gets the private 'secrets.vault' shared service.
  26808.      *
  26809.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  26810.      */
  26811.     protected function getSecrets_VaultService()
  26812.     {
  26813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  26814.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  26815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  26816.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  26817.         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'));
  26818.     }
  26819.     /**
  26820.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  26821.      *
  26822.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  26823.      */
  26824.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  26825.     {
  26826.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  26827.     }
  26828.     /**
  26829.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  26830.      *
  26831.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  26832.      */
  26833.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  26834.     {
  26835.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  26836.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  26837.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  26838.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  26839.     }
  26840.     /**
  26841.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  26842.      *
  26843.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  26844.      */
  26845.     protected function getSensioFrameworkExtra_View_ListenerService()
  26846.     {
  26847.         $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))));
  26848.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26849.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  26850.         ], [
  26851.             'twig' => '?',
  26852.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  26853.         return $instance;
  26854.     }
  26855.     /**
  26856.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  26857.      *
  26858.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  26859.      */
  26860.     protected function getSerializer_Mapping_CacheWarmerService()
  26861.     {
  26862.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  26863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  26864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  26865.         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'));
  26866.     }
  26867.     /**
  26868.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  26869.      *
  26870.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  26871.      */
  26872.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  26873.     {
  26874.         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()))]));
  26875.     }
  26876.     /**
  26877.      * Gets the private 'session.factory' shared service.
  26878.      *
  26879.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  26880.      */
  26881.     protected function getSession_FactoryService()
  26882.     {
  26883.         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']);
  26884.     }
  26885.     /**
  26886.      * Gets the private 'session.storage.factory.native' shared service.
  26887.      *
  26888.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  26889.      */
  26890.     protected function getSession_Storage_Factory_NativeService()
  26891.     {
  26892.         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);
  26893.     }
  26894.     /**
  26895.      * Gets the private 'session_listener' shared service.
  26896.      *
  26897.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  26898.      */
  26899.     protected function getSessionListenerService()
  26900.     {
  26901.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  26902.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  26903.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  26904.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  26905.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  26906.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  26907.         ], [
  26908.             'initialized_session' => '?',
  26909.             'logger' => '?',
  26910.             'session' => '?',
  26911.             'session_collector' => '?',
  26912.             'session_factory' => '?',
  26913.         ]), true$this->parameters['session.storage.options']);
  26914.     }
  26915.     /**
  26916.      * Gets the private 'shopware.api.authorization_server' shared service.
  26917.      *
  26918.      * @return \League\OAuth2\Server\AuthorizationServer
  26919.      */
  26920.     protected function getShopware_Api_AuthorizationServerService()
  26921.     {
  26922.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  26923.         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 () {
  26924.             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()));
  26925.             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()));
  26926.             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()));
  26927.         }, 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'));
  26928.     }
  26929.     /**
  26930.      * Gets the private 'shopware.app_system.guzzle' shared service.
  26931.      *
  26932.      * @return \GuzzleHttp\Client
  26933.      */
  26934.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  26935.     {
  26936.         if ($lazyLoad) {
  26937.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  26938.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  26939.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  26940.                     $proxy->setProxyInitializer(null);
  26941.                     return true;
  26942.                 });
  26943.             });
  26944.         }
  26945.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  26946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  26947.         $a \GuzzleHttp\HandlerStack::create();
  26948.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.18.0', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  26949.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  26950.     }
  26951.     /**
  26952.      * Gets the private 'shopware.asset.asset' shared service.
  26953.      *
  26954.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  26955.      */
  26956.     protected function getShopware_Asset_AssetService()
  26957.     {
  26958.         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()));
  26959.     }
  26960.     /**
  26961.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  26962.      *
  26963.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  26964.      */
  26965.     protected function getShopware_Asset_Asset_VersionStrategyService()
  26966.     {
  26967.         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()));
  26968.     }
  26969.     /**
  26970.      * Gets the private 'shopware.asset.public' shared service.
  26971.      *
  26972.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  26973.      */
  26974.     protected function getShopware_Asset_PublicService()
  26975.     {
  26976.         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())));
  26977.     }
  26978.     /**
  26979.      * Gets the private 'shopware.asset.sitemap' shared service.
  26980.      *
  26981.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  26982.      */
  26983.     protected function getShopware_Asset_SitemapService()
  26984.     {
  26985.         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())));
  26986.     }
  26987.     /**
  26988.      * Gets the private 'shopware.asset.theme' shared service.
  26989.      *
  26990.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  26991.      */
  26992.     protected function getShopware_Asset_ThemeService()
  26993.     {
  26994.         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())));
  26995.     }
  26996.     /**
  26997.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  26998.      *
  26999.      * @return \Psr\Log\LoggerInterface
  27000.      */
  27001.     protected function getShopware_Elasticsearch_LoggerService()
  27002.     {
  27003.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  27004.     }
  27005.     /**
  27006.      * Gets the private 'shopware.es.profiled.client.inner' shared service.
  27007.      *
  27008.      * @return \Elasticsearch\Client
  27009.      */
  27010.     protected function getShopware_Es_Profiled_Client_InnerService($lazyLoad true)
  27011.     {
  27012.         if ($lazyLoad) {
  27013.             return $this->privates['shopware.es.profiled.client.inner'] = $this->createProxy('Client_dba3ed3', function () {
  27014.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  27015.                     $wrappedInstance $this->getShopware_Es_Profiled_Client_InnerService(false);
  27016.                     $proxy->setProxyInitializer(null);
  27017.                     return true;
  27018.                 });
  27019.             });
  27020.         }
  27021.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  27022.         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']);
  27023.     }
  27024.     /**
  27025.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  27026.      *
  27027.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  27028.      */
  27029.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  27030.     {
  27031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  27032.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  27033.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27034.         $instance->setPool('message_queue');
  27035.         $instance->setConfig([]);
  27036.         return $instance;
  27037.     }
  27038.     /**
  27039.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  27040.      *
  27041.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  27042.      */
  27043.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  27044.     {
  27045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  27046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  27047.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  27048.         $instance->setPool('user_activity');
  27049.         $instance->setConfig([]);
  27050.         return $instance;
  27051.     }
  27052.     /**
  27053.      * Gets the private 'shopware.jwt_config' shared service.
  27054.      *
  27055.      * @return \Lcobucci\JWT\Configuration
  27056.      */
  27057.     protected function getShopware_JwtConfigService()
  27058.     {
  27059.         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')))));
  27060.     }
  27061.     /**
  27062.      * Gets the private 'shopware.rate_limiter' shared service.
  27063.      *
  27064.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  27065.      */
  27066.     protected function getShopware_RateLimiterService()
  27067.     {
  27068.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  27069.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  27070.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  27071.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  27072.         $instance->registerLimiterFactory('login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27073.         $instance->registerLimiterFactory('guest_login', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'guest_login'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27074.         $instance->registerLimiterFactory('oauth', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'oauth'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27075.         $instance->registerLimiterFactory('reset_password', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'reset_password'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27076.         $instance->registerLimiterFactory('user_recovery', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'user_recovery'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27077.         $instance->registerLimiterFactory('contact_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'contact_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27078.         $instance->registerLimiterFactory('notification', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.login.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'notification'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27079.         $instance->registerLimiterFactory('newsletter_form', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'time_backoff''reset' => '24 hours''limits' => $this->parameters['shopware.api.rate_limiter.reset_password.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'newsletter_form'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27080.         $instance->registerLimiterFactory('cart_add_line_item', new \Shopware\Core\Framework\RateLimiter\RateLimiterFactory(['enabled' => true'policy' => 'system_config''reset' => '1 hours''limits' => $this->parameters['shopware.api.rate_limiter.cart_add_line_item.limits'], 'lock_factory' => 'lock.factory''cache_pool' => 'cache.rate_limiter''id' => 'cart_add_line_item'], new \Symfony\Component\RateLimiter\Storage\CacheStorage($a), $b$c));
  27081.         return $instance;
  27082.     }
  27083.     /**
  27084.      * Gets the private 'slugify' shared service.
  27085.      *
  27086.      * @return \Cocur\Slugify\Slugify
  27087.      */
  27088.     protected function getSlugifyService()
  27089.     {
  27090.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  27091.     }
  27092.     /**
  27093.      * Gets the private 'translation.extractor' shared service.
  27094.      *
  27095.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  27096.      */
  27097.     protected function getTranslation_ExtractorService()
  27098.     {
  27099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  27100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  27101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  27102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  27103.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  27104.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  27105.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  27106.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  27107.         return $instance;
  27108.     }
  27109.     /**
  27110.      * Gets the private 'translation.loader.csv' shared service.
  27111.      *
  27112.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  27113.      */
  27114.     protected function getTranslation_Loader_CsvService()
  27115.     {
  27116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  27120.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  27121.     }
  27122.     /**
  27123.      * Gets the private 'translation.loader.dat' shared service.
  27124.      *
  27125.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  27126.      */
  27127.     protected function getTranslation_Loader_DatService()
  27128.     {
  27129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  27131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  27132.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  27133.     }
  27134.     /**
  27135.      * Gets the private 'translation.loader.ini' shared service.
  27136.      *
  27137.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  27138.      */
  27139.     protected function getTranslation_Loader_IniService()
  27140.     {
  27141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  27145.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  27146.     }
  27147.     /**
  27148.      * Gets the private 'translation.loader.json' shared service.
  27149.      *
  27150.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  27151.      */
  27152.     protected function getTranslation_Loader_JsonService()
  27153.     {
  27154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  27158.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  27159.     }
  27160.     /**
  27161.      * Gets the private 'translation.loader.mo' shared service.
  27162.      *
  27163.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  27164.      */
  27165.     protected function getTranslation_Loader_MoService()
  27166.     {
  27167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  27171.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  27172.     }
  27173.     /**
  27174.      * Gets the private 'translation.loader.php' shared service.
  27175.      *
  27176.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  27177.      */
  27178.     protected function getTranslation_Loader_PhpService()
  27179.     {
  27180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  27184.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  27185.     }
  27186.     /**
  27187.      * Gets the private 'translation.loader.po' shared service.
  27188.      *
  27189.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  27190.      */
  27191.     protected function getTranslation_Loader_PoService()
  27192.     {
  27193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  27197.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  27198.     }
  27199.     /**
  27200.      * Gets the private 'translation.loader.qt' shared service.
  27201.      *
  27202.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  27203.      */
  27204.     protected function getTranslation_Loader_QtService()
  27205.     {
  27206.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  27208.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  27209.     }
  27210.     /**
  27211.      * Gets the private 'translation.loader.res' shared service.
  27212.      *
  27213.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  27214.      */
  27215.     protected function getTranslation_Loader_ResService()
  27216.     {
  27217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  27219.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  27220.     }
  27221.     /**
  27222.      * Gets the private 'translation.loader.xliff' shared service.
  27223.      *
  27224.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  27225.      */
  27226.     protected function getTranslation_Loader_XliffService()
  27227.     {
  27228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  27230.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  27231.     }
  27232.     /**
  27233.      * Gets the private 'translation.loader.yml' shared service.
  27234.      *
  27235.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  27236.      */
  27237.     protected function getTranslation_Loader_YmlService()
  27238.     {
  27239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  27243.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  27244.     }
  27245.     /**
  27246.      * Gets the private 'translation.provider_collection' shared service.
  27247.      *
  27248.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  27249.      */
  27250.     protected function getTranslation_ProviderCollectionService()
  27251.     {
  27252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  27253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  27254.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  27255.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  27256.         }, 1), []))->fromConfig([]);
  27257.     }
  27258.     /**
  27259.      * Gets the private 'translation.reader' shared service.
  27260.      *
  27261.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  27262.      */
  27263.     protected function getTranslation_ReaderService()
  27264.     {
  27265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  27266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  27267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  27268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  27269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  27270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  27271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  27272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  27273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  27274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  27275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  27276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  27277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  27278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  27279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  27280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  27281.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  27282.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  27283.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  27284.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  27285.         $instance->addLoader('yaml'$a);
  27286.         $instance->addLoader('yml'$a);
  27287.         $instance->addLoader('xlf'$b);
  27288.         $instance->addLoader('xliff'$b);
  27289.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  27290.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  27291.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  27292.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  27293.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  27294.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  27295.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  27296.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  27297.         return $instance;
  27298.     }
  27299.     /**
  27300.      * Gets the private 'translation.warmer' shared service.
  27301.      *
  27302.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  27303.      */
  27304.     protected function getTranslation_WarmerService()
  27305.     {
  27306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27307.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  27308.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27309.             'translator' => ['services''translator''getTranslatorService'false],
  27310.         ], [
  27311.             'translator' => '?',
  27312.         ]))->withContext('translation.warmer'$this));
  27313.     }
  27314.     /**
  27315.      * Gets the private 'translation.writer' shared service.
  27316.      *
  27317.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  27318.      */
  27319.     protected function getTranslation_WriterService()
  27320.     {
  27321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  27322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  27323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  27324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  27325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  27326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  27327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  27328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  27329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  27330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  27331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  27332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  27333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  27334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  27335.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  27336.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  27337.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  27338.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  27339.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  27340.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  27341.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  27342.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  27343.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  27344.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  27345.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  27346.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  27347.         return $instance;
  27348.     }
  27349.     /**
  27350.      * Gets the private 'translator.default' shared service.
  27351.      *
  27352.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  27353.      */
  27354.     protected function getTranslator_DefaultService()
  27355.     {
  27356.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27357.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  27358.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  27359.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  27360.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  27361.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  27362.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  27363.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  27364.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  27365.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  27366.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  27367.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  27368.         ], [
  27369.             'translation.loader.csv' => '?',
  27370.             'translation.loader.dat' => '?',
  27371.             'translation.loader.ini' => '?',
  27372.             'translation.loader.json' => '?',
  27373.             'translation.loader.mo' => '?',
  27374.             'translation.loader.php' => '?',
  27375.             'translation.loader.po' => '?',
  27376.             'translation.loader.qt' => '?',
  27377.             'translation.loader.res' => '?',
  27378.             'translation.loader.xliff' => '?',
  27379.             'translation.loader.yml' => '?',
  27380.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en-GB', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'de-DE' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/en_GB/storefront.en-GB.json')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/MesAmis/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/store.shopware.com/aggrotexteditormediamanager/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/translations'), 29 => (\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/translations'), 36 => (\dirname(__DIR__4).'/custom/plugins/Goesting/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'=> 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'10 => 'vendor/shopware/core/Framework/translations'11 => 'vendor/shopware/core/System/translations'12 => 'vendor/shopware/core/Content/translations'13 => 'vendor/shopware/core/Checkout/translations'14 => 'vendor/shopware/administration/translations'15 => 'vendor/shopware/storefront/translations'16 => 'vendor/shopware/elasticsearch/translations'17 => 'vendor/shopware/core/Maintenance/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/shopware/core/Profiling/translations'20 => 'custom/plugins/SwagLanguagePack/src/translations'21 => 'custom/plugins/MesAmis/src/translations'22 => 'custom/plugins/SwagExtensionStore/src/translations'23 => 'vendor/store.shopware.com/laenengrid/src/translations'24 => 'vendor/store.shopware.com/aggrotexteditormediamanager/src/translations'25 => 'vendor/store.shopware.com/dkdcmshtmlvideo/src/translations'26 => 'vendor/store.shopware.com/solidadvancedsliderelements/src/translations'27 => 'vendor/store.shopware.com/netzpgallery6/src/translations'28 => 'vendor/store.shopware.com/h1webblog/src/translations'29 => 'custom/plugins/FullscreenMenu/src/translations'30 => 'vendor/websignaal/cms-extension/src/translations'31 => 'vendor/store.shopware.com/swagplatformsecurity/src/translations'32 => 'vendor/websignaal/seo-redirect/src/translations'33 => 'vendor/store.shopware.com/wbmtagmanagerecomm/src/translations'34 => 'vendor/websignaal/cookie-popup/src/translations'35 => 'vendor/store.shopware.com/scopplatformredirecter/src/translations'36 => 'custom/plugins/Goesting/src/translations'37 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  27381.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  27382.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  27383.         return $instance;
  27384.     }
  27385.     /**
  27386.      * Gets the private 'translator.formatter.default' shared service.
  27387.      *
  27388.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  27389.      */
  27390.     protected function getTranslator_Formatter_DefaultService()
  27391.     {
  27392.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  27393.     }
  27394.     /**
  27395.      * Gets the private 'twig.command.debug' shared service.
  27396.      *
  27397.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  27398.      */
  27399.     protected function getTwig_Command_DebugService()
  27400.     {
  27401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27402.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  27403.         $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()));
  27404.         $instance->setName('debug:twig');
  27405.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  27406.         return $instance;
  27407.     }
  27408.     /**
  27409.      * Gets the private 'twig.command.lint' shared service.
  27410.      *
  27411.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  27412.      */
  27413.     protected function getTwig_Command_LintService()
  27414.     {
  27415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27416.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  27417.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  27418.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  27419.         $instance->setName('lint:twig');
  27420.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  27421.         return $instance;
  27422.     }
  27423.     /**
  27424.      * Gets the private 'twig.extension.trans' shared service.
  27425.      *
  27426.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  27427.      */
  27428.     protected function getTwig_Extension_TransService()
  27429.     {
  27430.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  27431.     }
  27432.     /**
  27433.      * Gets the private 'twig.loader.chain' shared service.
  27434.      *
  27435.      * @return \Twig\Loader\ChainLoader
  27436.      */
  27437.     protected function getTwig_Loader_ChainService()
  27438.     {
  27439.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  27440.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  27441.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  27442.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  27443.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  27444.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  27445.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  27446.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  27447.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  27448.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  27449.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  27450.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  27451.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  27452.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  27453.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  27454.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  27455.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  27456.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  27457.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources/views'), 'MesAmis');
  27458.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources/views'), '!MesAmis');
  27459.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/Resources/views'), 'LaenenGrid');
  27460.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/Resources/views'), '!LaenenGrid');
  27461.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views'), 'DkdCmsHtmlVideo');
  27462.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views'), '!DkdCmsHtmlVideo');
  27463.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), 'SolidAdvancedSliderElements');
  27464.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), '!SolidAdvancedSliderElements');
  27465.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources/views'), 'NetzpGallery6');
  27466.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources/views'), '!NetzpGallery6');
  27467.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources/views'), 'H1webBlog');
  27468.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources/views'), '!H1webBlog');
  27469.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/Resources/views'), 'FullscreenMenu');
  27470.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/Resources/views'), '!FullscreenMenu');
  27471.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/Resources/views'), 'WebsignaalCmsExtensions');
  27472.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/Resources/views'), '!WebsignaalCmsExtensions');
  27473.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Resources/views'), 'SwagPlatformSecurity');
  27474.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Resources/views'), '!SwagPlatformSecurity');
  27475.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Resources/views'), 'SeoRedirects');
  27476.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Resources/views'), '!SeoRedirects');
  27477.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), 'WbmTagManagerEcomm');
  27478.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), '!WbmTagManagerEcomm');
  27479.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/Resources/views'), 'CookiePopup');
  27480.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/Resources/views'), '!CookiePopup');
  27481.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  27482.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), '!ScopPlatformRedirecter');
  27483.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources/views'), 'Goesting');
  27484.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources/views'), '!Goesting');
  27485.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  27486.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  27487.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  27488.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  27489.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  27490.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  27491.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  27492.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  27493.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  27494.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  27495.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  27496.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  27497.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  27498.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  27499.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  27500.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  27501.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  27502.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  27503.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  27504.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  27505.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  27506.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  27507.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  27508.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  27509.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  27510.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  27511.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  27512.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  27513.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  27514.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  27515.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  27516.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  27517.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  27518.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  27519.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  27520.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src/Resources'), 'SwagLanguagePack');
  27521.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources/views'));
  27522.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources/views'), 'MesAmis');
  27523.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources/views/../app/storefront/dist'), 'MesAmis');
  27524.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/MesAmis/src/Resources'), 'MesAmis');
  27525.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src/Resources'), 'SwagExtensionStore');
  27526.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/Resources/views'));
  27527.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/Resources/views'), 'LaenenGrid');
  27528.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src/Resources'), 'LaenenGrid');
  27529.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/aggrotexteditormediamanager/src/Resources'), 'AggroTextEditorMediaManager');
  27530.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views'));
  27531.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views'), 'DkdCmsHtmlVideo');
  27532.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views/../app/storefront/dist'), 'DkdCmsHtmlVideo');
  27533.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources'), 'DkdCmsHtmlVideo');
  27534.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'));
  27535.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views'), 'SolidAdvancedSliderElements');
  27536.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources/views/../app/storefront/dist'), 'SolidAdvancedSliderElements');
  27537.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src/Resources'), 'SolidAdvancedSliderElements');
  27538.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources/views'));
  27539.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources/views'), 'NetzpGallery6');
  27540.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources/views/../app/storefront/dist'), 'NetzpGallery6');
  27541.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src/Resources'), 'NetzpGallery6');
  27542.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources/views'));
  27543.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources/views'), 'H1webBlog');
  27544.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources/views/../app/storefront/dist'), 'H1webBlog');
  27545.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src/Resources'), 'H1webBlog');
  27546.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/Resources/views'));
  27547.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/Resources/views'), 'FullscreenMenu');
  27548.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src/Resources'), 'FullscreenMenu');
  27549.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/Resources/views'));
  27550.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/Resources/views'), 'WebsignaalCmsExtensions');
  27551.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src/Resources'), 'WebsignaalCmsExtensions');
  27552.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Resources/views'));
  27553.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Resources/views'), 'SwagPlatformSecurity');
  27554.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src/Resources'), 'SwagPlatformSecurity');
  27555.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Resources/views'));
  27556.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Resources/views'), 'SeoRedirects');
  27557.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src/Resources'), 'SeoRedirects');
  27558.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'));
  27559.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views'), 'WbmTagManagerEcomm');
  27560.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources/views/../app/storefront/dist'), 'WbmTagManagerEcomm');
  27561.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src/Resources'), 'WbmTagManagerEcomm');
  27562.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/Resources/views'));
  27563.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/Resources/views'), 'CookiePopup');
  27564.         $a->addPath((\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src/Resources'), 'CookiePopup');
  27565.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'));
  27566.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources/views'), 'ScopPlatformRedirecter');
  27567.         $a->addPath((\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src/Resources'), 'ScopPlatformRedirecter');
  27568.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources/views'));
  27569.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources/views'), 'Goesting');
  27570.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources/views/../app/storefront/dist'), 'Goesting');
  27571.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/Goesting/src/Resources'), 'Goesting');
  27572.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  27573.         $instance->addLoader($a);
  27574.         return $instance;
  27575.     }
  27576.     /**
  27577.      * Gets the private 'twig.mailer.message_listener' shared service.
  27578.      *
  27579.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  27580.      */
  27581.     protected function getTwig_Mailer_MessageListenerService()
  27582.     {
  27583.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  27584.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  27585.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  27586.         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())));
  27587.     }
  27588.     /**
  27589.      * Gets the private 'twig.runtime.httpkernel' shared service.
  27590.      *
  27591.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  27592.      */
  27593.     protected function getTwig_Runtime_HttpkernelService()
  27594.     {
  27595.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  27596.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  27597.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  27598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  27599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  27600.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  27601.         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, [
  27602.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  27603.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  27604.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  27605.         ], [
  27606.             'esi' => '?',
  27607.             'hinclude' => '?',
  27608.             'inline' => '?',
  27609.         ]), $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));
  27610.     }
  27611.     /**
  27612.      * Gets the private 'twig.runtime.security_csrf' shared service.
  27613.      *
  27614.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  27615.      */
  27616.     protected function getTwig_Runtime_SecurityCsrfService()
  27617.     {
  27618.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  27619.         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()));
  27620.     }
  27621.     /**
  27622.      * Gets the private 'twig.runtime.serializer' shared service.
  27623.      *
  27624.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  27625.      */
  27626.     protected function getTwig_Runtime_SerializerService()
  27627.     {
  27628.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  27629.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  27630.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  27631.     }
  27632.     /**
  27633.      * Gets the private 'validator.builder' shared service.
  27634.      *
  27635.      * @return \Symfony\Component\Validator\ValidatorBuilder
  27636.      */
  27637.     protected function getValidator_BuilderService()
  27638.     {
  27639.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  27640.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  27641.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  27642.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  27643.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  27644.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  27645.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator''getCustomerZipCodeValidatorService'false],
  27646.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  27647.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  27648.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  27649.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  27650.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  27651.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  27652.         ], [
  27653.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  27654.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  27655.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  27656.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerZipCodeValidator' => '?',
  27657.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  27658.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  27659.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  27660.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  27661.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  27662.             'validator.expression' => '?',
  27663.         ])));
  27664.         if ($this->has('translator')) {
  27665.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  27666.         }
  27667.         $instance->setTranslationDomain('validators');
  27668.         $instance->enableAnnotationMapping(true);
  27669.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  27670.         $instance->addMethodMapping('loadValidatorMetadata');
  27671.         $instance->addObjectInitializers([]);
  27672.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  27673.         return $instance;
  27674.     }
  27675.     /**
  27676.      * Gets the private 'validator.email' shared service.
  27677.      *
  27678.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  27679.      */
  27680.     protected function getValidator_EmailService()
  27681.     {
  27682.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27683.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27684.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  27685.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  27686.     }
  27687.     /**
  27688.      * Gets the private 'validator.expression' shared service.
  27689.      *
  27690.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  27691.      */
  27692.     protected function getValidator_ExpressionService()
  27693.     {
  27694.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27695.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27696.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  27697.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  27698.     }
  27699.     /**
  27700.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  27701.      *
  27702.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  27703.      */
  27704.     protected function getValidator_Mapping_CacheWarmerService()
  27705.     {
  27706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  27707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  27708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  27709.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  27710.     }
  27711.     /**
  27712.      * Gets the private 'validator.not_compromised_password' shared service.
  27713.      *
  27714.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  27715.      */
  27716.     protected function getValidator_NotCompromisedPasswordService()
  27717.     {
  27718.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  27719.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  27720.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  27721.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  27722.     }
  27723.     /**
  27724.      * Gets the private 'var_dumper.command.server_dump' shared service.
  27725.      *
  27726.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  27727.      */
  27728.     protected function getVarDumper_Command_ServerDumpService()
  27729.     {
  27730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  27731.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  27732.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  27733.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  27734.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  27735.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  27736.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  27737.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  27738.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  27739.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  27740.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  27741.         $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()))]);
  27742.         $instance->setName('server:dump');
  27743.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  27744.         return $instance;
  27745.     }
  27746.     /**
  27747.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  27748.      *
  27749.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  27750.      */
  27751.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  27752.     {
  27753.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  27754.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  27755.         return $instance;
  27756.     }
  27757.     /**
  27758.      * Gets the private 'var_dumper.html_dumper' shared service.
  27759.      *
  27760.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  27761.      */
  27762.     protected function getVarDumper_HtmlDumperService()
  27763.     {
  27764.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  27765.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  27766.         return $instance;
  27767.     }
  27768.     /**
  27769.      * Gets the private 'web_profiler.csp.handler' shared service.
  27770.      *
  27771.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  27772.      */
  27773.     protected function getWebProfiler_Csp_HandlerService()
  27774.     {
  27775.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  27776.     }
  27777.     /**
  27778.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  27779.      *
  27780.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  27781.      */
  27782.     protected function getWebProfiler_DebugToolbarService()
  27783.     {
  27784.         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()));
  27785.     }
  27786.     /**
  27787.      * Gets the public 'cache_clearer' alias.
  27788.      *
  27789.      * @return object The ".container.private.cache_clearer" service.
  27790.      */
  27791.     protected function getCacheClearerService()
  27792.     {
  27793.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  27794.         return $this->get('.container.private.cache_clearer');
  27795.     }
  27796.     /**
  27797.      * Gets the public 'filesystem' alias.
  27798.      *
  27799.      * @return object The ".container.private.filesystem" service.
  27800.      */
  27801.     protected function getFilesystemService()
  27802.     {
  27803.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  27804.         return $this->get('.container.private.filesystem');
  27805.     }
  27806.     /**
  27807.      * Gets the public 'serializer' alias.
  27808.      *
  27809.      * @return object The ".container.private.serializer" service.
  27810.      */
  27811.     protected function getSerializerService()
  27812.     {
  27813.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  27814.         return $this->get('.container.private.serializer');
  27815.     }
  27816.     /**
  27817.      * Gets the public 'security.csrf.token_manager' alias.
  27818.      *
  27819.      * @return object The ".container.private.security.csrf.token_manager" service.
  27820.      */
  27821.     protected function getSecurity_Csrf_TokenManagerService()
  27822.     {
  27823.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  27824.         return $this->get('.container.private.security.csrf.token_manager');
  27825.     }
  27826.     /**
  27827.      * Gets the public 'profiler' alias.
  27828.      *
  27829.      * @return object The ".container.private.profiler" service.
  27830.      */
  27831.     protected function getProfiler2Service()
  27832.     {
  27833.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  27834.         return $this->get('.container.private.profiler');
  27835.     }
  27836.     /**
  27837.      * Gets the public 'twig' alias.
  27838.      *
  27839.      * @return object The ".container.private.twig" service.
  27840.      */
  27841.     protected function getTwigService()
  27842.     {
  27843.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  27844.         return $this->get('.container.private.twig');
  27845.     }
  27846.     /**
  27847.      * Gets the public 'session' alias.
  27848.      *
  27849.      * @return object The ".container.private.session" service.
  27850.      */
  27851.     protected function getSessionService()
  27852.     {
  27853.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  27854.         return $this->get('.container.private.session');
  27855.     }
  27856.     /**
  27857.      * Gets the public 'validator' alias.
  27858.      *
  27859.      * @return object The ".container.private.validator" service.
  27860.      */
  27861.     protected function getValidatorService()
  27862.     {
  27863.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  27864.         return $this->get('.container.private.validator');
  27865.     }
  27866.     /**
  27867.      * @return array|bool|float|int|string|\UnitEnum|null
  27868.      */
  27869.     public function getParameter(string $name)
  27870.     {
  27871.         if (isset($this->buildParameters[$name])) {
  27872.             return $this->buildParameters[$name];
  27873.         }
  27874.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  27875.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  27876.         }
  27877.         if (isset($this->loadedDynamicParameters[$name])) {
  27878.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  27879.         }
  27880.         return $this->parameters[$name];
  27881.     }
  27882.     public function hasParameter(string $name): bool
  27883.     {
  27884.         if (isset($this->buildParameters[$name])) {
  27885.             return true;
  27886.         }
  27887.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  27888.     }
  27889.     public function setParameter(string $name$value): void
  27890.     {
  27891.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  27892.     }
  27893.     public function getParameterBag(): ParameterBagInterface
  27894.     {
  27895.         if (null === $this->parameterBag) {
  27896.             $parameters $this->parameters;
  27897.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  27898.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  27899.             }
  27900.             foreach ($this->buildParameters as $name => $value) {
  27901.                 $parameters[$name] = $value;
  27902.             }
  27903.             $this->parameterBag = new FrozenParameterBag($parameters);
  27904.         }
  27905.         return $this->parameterBag;
  27906.     }
  27907.     private $loadedDynamicParameters = [
  27908.         'kernel.runtime_environment' => false,
  27909.         'kernel.build_dir' => false,
  27910.         'kernel.cache_dir' => false,
  27911.         'APP_URL' => false,
  27912.         'shopware.routing.registered_api_prefixes' => false,
  27913.         'shopware.dbal.time_zone_support_enabled' => false,
  27914.         'shopware.dbal.token_minimum_length' => false,
  27915.         'instance_id' => false,
  27916.         'shopware_administration.path_name' => false,
  27917.         'shopware.http.cache.enabled' => false,
  27918.         'shopware.http.cache.default_ttl' => false,
  27919.         'elasticsearch.enabled' => false,
  27920.         'elasticsearch.indexing_enabled' => false,
  27921.         'elasticsearch.hosts' => false,
  27922.         'elasticsearch.index_prefix' => false,
  27923.         'shopware.cdn.strategy' => false,
  27924.         'kernel.secret' => false,
  27925.         'debug.container.dump' => false,
  27926.         'serializer.mapping.cache.file' => false,
  27927.         'session.save_path' => false,
  27928.         'validator.mapping.cache.file' => false,
  27929.         'profiler.storage.dsn' => false,
  27930.         'shopware.cdn' => false,
  27931.         'shopware.deployment' => false,
  27932.         'shopware.deployment.blue_green' => false,
  27933.         'shopware.html_sanitizer' => false,
  27934.         'shopware.html_sanitizer.cache_dir' => false,
  27935.         'shopware.cache' => false,
  27936.         'shopware.cache.redis_prefix' => false,
  27937.         'elasticsearch.indexing_batch_size' => false,
  27938.         'elasticsearch.throw_exception' => false,
  27939.     ];
  27940.     private $dynamicParameters = [];
  27941.     private function getDynamicParameter(string $name)
  27942.     {
  27943.         switch ($name) {
  27944.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  27945.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  27946.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  27947.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  27948.             case 'shopware.routing.registered_api_prefixes'$value = [
  27949.                 => '_wdt',
  27950.                 => '_profiler',
  27951.                 => '_error',
  27952.                 => 'api',
  27953.                 => 'sw-domain-hash.html',
  27954.                 => 'store-api',
  27955.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  27956.                 => 'api',
  27957.             ]; break;
  27958.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  27959.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  27960.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  27961.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  27962.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  27963.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  27964.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  27965.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  27966.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  27967.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  27968.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  27969.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  27970.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  27971.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  27972.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  27973.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  27974.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  27975.             case 'shopware.cdn'$value = [
  27976.                 'url' => '',
  27977.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  27978.             ]; break;
  27979.             case 'shopware.deployment'$value = [
  27980.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  27981.             ]; break;
  27982.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  27983.             case 'shopware.html_sanitizer'$value = [
  27984.                 'cache_dir' => $this->targetDir.'',
  27985.                 'cache_enabled' => true,
  27986.                 'sets' => [
  27987.                     'basic' => [
  27988.                         'tags' => [
  27989.                             => 'a',
  27990.                             => 'abbr',
  27991.                             => 'acronym',
  27992.                             => 'address',
  27993.                             => 'b',
  27994.                             => 'bdo',
  27995.                             => 'big',
  27996.                             => 'blockquote',
  27997.                             => 'br',
  27998.                             => 'caption',
  27999.                             10 => 'center',
  28000.                             11 => 'cite',
  28001.                             12 => 'code',
  28002.                             13 => 'col',
  28003.                             14 => 'colgroup',
  28004.                             15 => 'dd',
  28005.                             16 => 'del',
  28006.                             17 => 'dfn',
  28007.                             18 => 'dir',
  28008.                             19 => 'div',
  28009.                             20 => 'dl',
  28010.                             21 => 'dt',
  28011.                             22 => 'em',
  28012.                             23 => 'font',
  28013.                             24 => 'h1',
  28014.                             25 => 'h2',
  28015.                             26 => 'h3',
  28016.                             27 => 'h4',
  28017.                             28 => 'h5',
  28018.                             29 => 'h6',
  28019.                             30 => 'hr',
  28020.                             31 => 'i',
  28021.                             32 => 'ins',
  28022.                             33 => 'kbd',
  28023.                             34 => 'li',
  28024.                             35 => 'menu',
  28025.                             36 => 'ol',
  28026.                             37 => 'p',
  28027.                             38 => 'pre',
  28028.                             39 => 'q',
  28029.                             40 => 's',
  28030.                             41 => 'samp',
  28031.                             42 => 'small',
  28032.                             43 => 'span',
  28033.                             44 => 'strike',
  28034.                             45 => 'strong',
  28035.                             46 => 'sub',
  28036.                             47 => 'sup',
  28037.                             48 => 'table',
  28038.                             49 => 'tbody',
  28039.                             50 => 'td',
  28040.                             51 => 'tfoot',
  28041.                             52 => 'th',
  28042.                             53 => 'thead',
  28043.                             54 => 'tr',
  28044.                             55 => 'tt',
  28045.                             56 => 'u',
  28046.                             57 => 'ul',
  28047.                             58 => 'var',
  28048.                         ],
  28049.                         'attributes' => [
  28050.                             => 'align',
  28051.                             => 'bgcolor',
  28052.                             => 'border',
  28053.                             => 'cellpadding',
  28054.                             => 'cellspacing',
  28055.                             => 'cite',
  28056.                             => 'class',
  28057.                             => 'clear',
  28058.                             => 'color',
  28059.                             => 'colspan',
  28060.                             10 => 'dir',
  28061.                             11 => 'face',
  28062.                             12 => 'frame',
  28063.                             13 => 'height',
  28064.                             14 => 'href',
  28065.                             15 => 'id',
  28066.                             16 => 'lang',
  28067.                             17 => 'name',
  28068.                             18 => 'noshade',
  28069.                             19 => 'nowrap',
  28070.                             20 => 'rel',
  28071.                             21 => 'rev',
  28072.                             22 => 'rowspan',
  28073.                             23 => 'scope',
  28074.                             24 => 'size',
  28075.                             25 => 'span',
  28076.                             26 => 'start',
  28077.                             27 => 'style',
  28078.                             28 => 'summary',
  28079.                             29 => 'title',
  28080.                             30 => 'type',
  28081.                             31 => 'valign',
  28082.                             32 => 'value',
  28083.                             33 => 'width',
  28084.                         ],
  28085.                         'options' => [
  28086.                         ],
  28087.                     ],
  28088.                     'media' => [
  28089.                         'tags' => [
  28090.                             => 'img',
  28091.                         ],
  28092.                         'attributes' => [
  28093.                             => 'src',
  28094.                             => 'alt',
  28095.                         ],
  28096.                         'options' => [
  28097.                         ],
  28098.                     ],
  28099.                     'script' => [
  28100.                         'tags' => [
  28101.                             => 'script',
  28102.                         ],
  28103.                         'options' => [
  28104.                             'HTML.Trusted' => true,
  28105.                         ],
  28106.                         'attributes' => [
  28107.                         ],
  28108.                     ],
  28109.                     'tidy' => [
  28110.                         'options' => [
  28111.                             'Output.TidyFormat' => true,
  28112.                         ],
  28113.                         'tags' => [
  28114.                         ],
  28115.                         'attributes' => [
  28116.                         ],
  28117.                     ],
  28118.                 ],
  28119.                 'fields' => [
  28120.                     'product_translation.description' => [
  28121.                         'sets' => [
  28122.                             => 'basic',
  28123.                             => 'media',
  28124.                         ],
  28125.                     ],
  28126.                     'app_cms_block.template' => [
  28127.                         'sets' => [
  28128.                             => 'basic',
  28129.                             => 'media',
  28130.                             => 'tidy',
  28131.                         ],
  28132.                     ],
  28133.                 ],
  28134.             ]; break;
  28135.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  28136.             case 'shopware.cache'$value = [
  28137.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  28138.                 'invalidation' => [
  28139.                     'delay' => 0,
  28140.                     'count' => 150,
  28141.                     'http_cache' => [
  28142.                         => 'logged-in',
  28143.                         => 'cart-filled',
  28144.                     ],
  28145.                     'product_listing_route' => [
  28146.                     ],
  28147.                     'product_detail_route' => [
  28148.                     ],
  28149.                     'product_review_route' => [
  28150.                     ],
  28151.                     'product_search_route' => [
  28152.                     ],
  28153.                     'product_suggest_route' => [
  28154.                     ],
  28155.                     'product_cross_selling_route' => [
  28156.                     ],
  28157.                     'payment_method_route' => [
  28158.                     ],
  28159.                     'shipping_method_route' => [
  28160.                     ],
  28161.                     'navigation_route' => [
  28162.                     ],
  28163.                     'category_route' => [
  28164.                     ],
  28165.                     'landing_page_route' => [
  28166.                     ],
  28167.                     'language_route' => [
  28168.                     ],
  28169.                     'currency_route' => [
  28170.                     ],
  28171.                     'country_route' => [
  28172.                     ],
  28173.                     'country_state_route' => [
  28174.                     ],
  28175.                     'salutation_route' => [
  28176.                     ],
  28177.                     'sitemap_route' => [
  28178.                     ],
  28179.                 ],
  28180.             ]; break;
  28181.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  28182.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  28183.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  28184.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  28185.         }
  28186.         $this->loadedDynamicParameters[$name] = true;
  28187.         return $this->dynamicParameters[$name] = $value;
  28188.     }
  28189.     protected function getDefaultParameters(): array
  28190.     {
  28191.         return [
  28192.             'kernel.project_dir' => \dirname(__DIR__4),
  28193.             'kernel.environment' => 'dev',
  28194.             'kernel.debug' => true,
  28195.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  28196.             'kernel.bundles' => [
  28197.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  28198.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  28199.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  28200.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  28201.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  28202.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  28203.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  28204.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  28205.                 'System' => 'Shopware\\Core\\System\\System',
  28206.                 'Content' => 'Shopware\\Core\\Content\\Content',
  28207.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  28208.                 'Administration' => 'Shopware\\Administration\\Administration',
  28209.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  28210.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  28211.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  28212.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  28213.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  28214.                 'SwagLanguagePack' => 'Swag\\LanguagePack\\SwagLanguagePack',
  28215.                 'MesAmis' => 'Websignaal\\MesAmis\\MesAmis',
  28216.                 'SwagExtensionStore' => 'SwagExtensionStore\\SwagExtensionStore',
  28217.                 'LaenenGrid' => 'Laenen\\Grid\\LaenenGrid',
  28218.                 'AggroTextEditorMediaManager' => 'AggroTextEditorMediaManager\\AggroTextEditorMediaManager',
  28219.                 'DkdCmsHtmlVideo' => 'DkdCmsHtmlVideo\\DkdCmsHtmlVideo',
  28220.                 'SolidAdvancedSliderElements' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  28221.                 'NetzpGallery6' => 'NetzpGallery6\\NetzpGallery6',
  28222.                 'H1webBlog' => 'H1web\\Blog\\H1webBlog',
  28223.                 'FullscreenMenu' => 'Websignaal\\FullscreenMenu\\FullscreenMenu',
  28224.                 'WebsignaalCmsExtensions' => 'WebsignaalCmsExtensions\\WebsignaalCmsExtensions',
  28225.                 'SwagPlatformSecurity' => 'Swag\\Security\\SwagPlatformSecurity',
  28226.                 'SeoRedirects' => 'Websignaal\\SeoRedirects\\SeoRedirects',
  28227.                 'WbmTagManagerEcomm' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  28228.                 'CookiePopup' => 'Websignaal\\CookiePopup\\CookiePopup',
  28229.                 'ScopPlatformRedirecter' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  28230.                 'Goesting' => 'Websignaal\\Goesting\\Goesting',
  28231.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  28232.             ],
  28233.             'kernel.bundles_metadata' => [
  28234.                 'FrameworkBundle' => [
  28235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  28236.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  28237.                 ],
  28238.                 'MonologBundle' => [
  28239.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  28240.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  28241.                 ],
  28242.                 'SensioFrameworkExtraBundle' => [
  28243.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  28244.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  28245.                 ],
  28246.                 'TwigBundle' => [
  28247.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  28248.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  28249.                 ],
  28250.                 'DebugBundle' => [
  28251.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  28252.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  28253.                 ],
  28254.                 'EnqueueBundle' => [
  28255.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  28256.                     'namespace' => 'Enqueue\\Bundle',
  28257.                 ],
  28258.                 'EnqueueAdapterBundle' => [
  28259.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  28260.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  28261.                 ],
  28262.                 'Framework' => [
  28263.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  28264.                     'namespace' => 'Shopware\\Core\\Framework',
  28265.                 ],
  28266.                 'System' => [
  28267.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  28268.                     'namespace' => 'Shopware\\Core\\System',
  28269.                 ],
  28270.                 'Content' => [
  28271.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  28272.                     'namespace' => 'Shopware\\Core\\Content',
  28273.                 ],
  28274.                 'Checkout' => [
  28275.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  28276.                     'namespace' => 'Shopware\\Core\\Checkout',
  28277.                 ],
  28278.                 'Administration' => [
  28279.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  28280.                     'namespace' => 'Shopware\\Administration',
  28281.                 ],
  28282.                 'Storefront' => [
  28283.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  28284.                     'namespace' => 'Shopware\\Storefront',
  28285.                 ],
  28286.                 'Elasticsearch' => [
  28287.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  28288.                     'namespace' => 'Shopware\\Elasticsearch',
  28289.                 ],
  28290.                 'Maintenance' => [
  28291.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  28292.                     'namespace' => 'Shopware\\Core\\Maintenance',
  28293.                 ],
  28294.                 'WebProfilerBundle' => [
  28295.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  28296.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  28297.                 ],
  28298.                 'Profiling' => [
  28299.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  28300.                     'namespace' => 'Shopware\\Core\\Profiling',
  28301.                 ],
  28302.                 'SwagLanguagePack' => [
  28303.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  28304.                     'namespace' => 'Swag\\LanguagePack',
  28305.                 ],
  28306.                 'MesAmis' => [
  28307.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MesAmis/src'),
  28308.                     'namespace' => 'Websignaal\\MesAmis',
  28309.                 ],
  28310.                 'SwagExtensionStore' => [
  28311.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  28312.                     'namespace' => 'SwagExtensionStore',
  28313.                 ],
  28314.                 'LaenenGrid' => [
  28315.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src'),
  28316.                     'namespace' => 'Laenen\\Grid',
  28317.                 ],
  28318.                 'AggroTextEditorMediaManager' => [
  28319.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/aggrotexteditormediamanager/src'),
  28320.                     'namespace' => 'AggroTextEditorMediaManager',
  28321.                 ],
  28322.                 'DkdCmsHtmlVideo' => [
  28323.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src'),
  28324.                     'namespace' => 'DkdCmsHtmlVideo',
  28325.                 ],
  28326.                 'SolidAdvancedSliderElements' => [
  28327.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src'),
  28328.                     'namespace' => 'StudioSolid\\AdvancedSliderElements',
  28329.                 ],
  28330.                 'NetzpGallery6' => [
  28331.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src'),
  28332.                     'namespace' => 'NetzpGallery6',
  28333.                 ],
  28334.                 'H1webBlog' => [
  28335.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src'),
  28336.                     'namespace' => 'H1web\\Blog',
  28337.                 ],
  28338.                 'FullscreenMenu' => [
  28339.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src'),
  28340.                     'namespace' => 'Websignaal\\FullscreenMenu',
  28341.                 ],
  28342.                 'WebsignaalCmsExtensions' => [
  28343.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src'),
  28344.                     'namespace' => 'WebsignaalCmsExtensions',
  28345.                 ],
  28346.                 'SwagPlatformSecurity' => [
  28347.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src'),
  28348.                     'namespace' => 'Swag\\Security',
  28349.                 ],
  28350.                 'SeoRedirects' => [
  28351.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src'),
  28352.                     'namespace' => 'Websignaal\\SeoRedirects',
  28353.                 ],
  28354.                 'WbmTagManagerEcomm' => [
  28355.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src'),
  28356.                     'namespace' => 'Wbm\\TagManagerEcomm',
  28357.                 ],
  28358.                 'CookiePopup' => [
  28359.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src'),
  28360.                     'namespace' => 'Websignaal\\CookiePopup',
  28361.                 ],
  28362.                 'ScopPlatformRedirecter' => [
  28363.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src'),
  28364.                     'namespace' => 'Scop\\PlatformRedirecter',
  28365.                 ],
  28366.                 'Goesting' => [
  28367.                     'path' => (\dirname(__DIR__4).'/custom/plugins/Goesting/src'),
  28368.                     'namespace' => 'Websignaal\\Goesting',
  28369.                 ],
  28370.                 'DbalKernelPluginLoader' => [
  28371.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  28372.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  28373.                 ],
  28374.             ],
  28375.             'kernel.charset' => 'UTF-8',
  28376.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  28377.             'kernel.cache.hash' => '35a3f23e42c28eb372681dff5106855a',
  28378.             'kernel.shopware_version' => '6.4.18.0',
  28379.             'kernel.shopware_version_revision' => 'e3503615eddbfcb714da7990f70685d681479350',
  28380.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  28381.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  28382.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  28383.             'kernel.active_plugins' => [
  28384.                 'Swag\\LanguagePack\\SwagLanguagePack' => [
  28385.                     'name' => 'SwagLanguagePack',
  28386.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagLanguagePack/src'),
  28387.                     'class' => 'Swag\\LanguagePack\\SwagLanguagePack',
  28388.                 ],
  28389.                 'Websignaal\\MesAmis\\MesAmis' => [
  28390.                     'name' => 'MesAmis',
  28391.                     'path' => (\dirname(__DIR__4).'/custom/plugins/MesAmis/src'),
  28392.                     'class' => 'Websignaal\\MesAmis\\MesAmis',
  28393.                 ],
  28394.                 'SwagExtensionStore\\SwagExtensionStore' => [
  28395.                     'name' => 'SwagExtensionStore',
  28396.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagExtensionStore/src'),
  28397.                     'class' => 'SwagExtensionStore\\SwagExtensionStore',
  28398.                 ],
  28399.                 'Laenen\\Grid\\LaenenGrid' => [
  28400.                     'name' => 'LaenenGrid',
  28401.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/laenengrid/src'),
  28402.                     'class' => 'Laenen\\Grid\\LaenenGrid',
  28403.                 ],
  28404.                 'AggroTextEditorMediaManager\\AggroTextEditorMediaManager' => [
  28405.                     'name' => 'AggroTextEditorMediaManager',
  28406.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/aggrotexteditormediamanager/src'),
  28407.                     'class' => 'AggroTextEditorMediaManager\\AggroTextEditorMediaManager',
  28408.                 ],
  28409.                 'DkdCmsHtmlVideo\\DkdCmsHtmlVideo' => [
  28410.                     'name' => 'DkdCmsHtmlVideo',
  28411.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/dkdcmshtmlvideo/src'),
  28412.                     'class' => 'DkdCmsHtmlVideo\\DkdCmsHtmlVideo',
  28413.                 ],
  28414.                 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements' => [
  28415.                     'name' => 'SolidAdvancedSliderElements',
  28416.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/solidadvancedsliderelements/src'),
  28417.                     'class' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  28418.                 ],
  28419.                 'NetzpGallery6\\NetzpGallery6' => [
  28420.                     'name' => 'NetzpGallery6',
  28421.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/netzpgallery6/src'),
  28422.                     'class' => 'NetzpGallery6\\NetzpGallery6',
  28423.                 ],
  28424.                 'H1web\\Blog\\H1webBlog' => [
  28425.                     'name' => 'H1webBlog',
  28426.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/h1webblog/src'),
  28427.                     'class' => 'H1web\\Blog\\H1webBlog',
  28428.                 ],
  28429.                 'Websignaal\\FullscreenMenu\\FullscreenMenu' => [
  28430.                     'name' => 'FullscreenMenu',
  28431.                     'path' => (\dirname(__DIR__4).'/custom/plugins/FullscreenMenu/src'),
  28432.                     'class' => 'Websignaal\\FullscreenMenu\\FullscreenMenu',
  28433.                 ],
  28434.                 'WebsignaalCmsExtensions\\WebsignaalCmsExtensions' => [
  28435.                     'name' => 'WebsignaalCmsExtensions',
  28436.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/cms-extension/src'),
  28437.                     'class' => 'WebsignaalCmsExtensions\\WebsignaalCmsExtensions',
  28438.                 ],
  28439.                 'Swag\\Security\\SwagPlatformSecurity' => [
  28440.                     'name' => 'SwagPlatformSecurity',
  28441.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/swagplatformsecurity/src'),
  28442.                     'class' => 'Swag\\Security\\SwagPlatformSecurity',
  28443.                 ],
  28444.                 'Websignaal\\SeoRedirects\\SeoRedirects' => [
  28445.                     'name' => 'SeoRedirects',
  28446.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/seo-redirect/src'),
  28447.                     'class' => 'Websignaal\\SeoRedirects\\SeoRedirects',
  28448.                 ],
  28449.                 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm' => [
  28450.                     'name' => 'WbmTagManagerEcomm',
  28451.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/wbmtagmanagerecomm/src'),
  28452.                     'class' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  28453.                 ],
  28454.                 'Websignaal\\CookiePopup\\CookiePopup' => [
  28455.                     'name' => 'CookiePopup',
  28456.                     'path' => (\dirname(__DIR__4).'/vendor/websignaal/cookie-popup/src'),
  28457.                     'class' => 'Websignaal\\CookiePopup\\CookiePopup',
  28458.                 ],
  28459.                 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter' => [
  28460.                     'name' => 'ScopPlatformRedirecter',
  28461.                     'path' => (\dirname(__DIR__4).'/vendor/store.shopware.com/scopplatformredirecter/src'),
  28462.                     'class' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  28463.                 ],
  28464.                 'Websignaal\\Goesting\\Goesting' => [
  28465.                     'name' => 'Goesting',
  28466.                     'path' => (\dirname(__DIR__4).'/custom/plugins/Goesting/src'),
  28467.                     'class' => 'Websignaal\\Goesting\\Goesting',
  28468.                 ],
  28469.             ],
  28470.             'kernel.plugin_infos' => [
  28471.                 => [
  28472.                     'name' => 'MoorlCmsTestimonial',
  28473.                     'baseClass' => 'MoorlCmsTestimonial\\MoorlCmsTestimonial',
  28474.                     'active' => false,
  28475.                     'path' => 'vendor/store.shopware.com/moorlcmstestimonial',
  28476.                     'version' => '1.4.5',
  28477.                     'autoload' => [
  28478.                         'psr-4' => [
  28479.                             'MoorlCmsTestimonial\\' => 'src/',
  28480.                         ],
  28481.                     ],
  28482.                     'managedByComposer' => true,
  28483.                     'composerName' => 'store.shopware.com/moorlcmstestimonial',
  28484.                 ],
  28485.                 => [
  28486.                     'name' => 'MoorlFoundation',
  28487.                     'baseClass' => 'MoorlFoundation\\MoorlFoundation',
  28488.                     'active' => false,
  28489.                     'path' => 'vendor/store.shopware.com/moorlfoundation',
  28490.                     'version' => '1.4.1101',
  28491.                     'autoload' => [
  28492.                         'psr-4' => [
  28493.                             'DeepL\\' => 'libs/vendor/deeplcom/deepl-php/src/',
  28494.                             'MoorlFoundation\\' => 'src/',
  28495.                         ],
  28496.                     ],
  28497.                     'managedByComposer' => true,
  28498.                     'composerName' => 'store.shopware.com/moorlfoundation',
  28499.                 ],
  28500.                 => [
  28501.                     'name' => 'SwagLanguagePack',
  28502.                     'baseClass' => 'Swag\\LanguagePack\\SwagLanguagePack',
  28503.                     'active' => true,
  28504.                     'path' => 'custom/plugins/SwagLanguagePack',
  28505.                     'version' => '2.4.0',
  28506.                     'autoload' => [
  28507.                         'psr-4' => [
  28508.                             'Swag\\LanguagePack\\' => 'src/',
  28509.                         ],
  28510.                     ],
  28511.                     'managedByComposer' => false,
  28512.                     'composerName' => 'swag/language-pack',
  28513.                 ],
  28514.                 => [
  28515.                     'name' => 'SwagPayPal',
  28516.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  28517.                     'active' => false,
  28518.                     'path' => 'custom/plugins/SwagPayPal',
  28519.                     'version' => '5.3.2',
  28520.                     'autoload' => [
  28521.                         'psr-4' => [
  28522.                             'Swag\\PayPal\\' => 'src/',
  28523.                         ],
  28524.                     ],
  28525.                     'managedByComposer' => false,
  28526.                     'composerName' => 'swag/paypal',
  28527.                 ],
  28528.                 => [
  28529.                     'name' => 'MesAmis',
  28530.                     'baseClass' => 'Websignaal\\MesAmis\\MesAmis',
  28531.                     'active' => true,
  28532.                     'path' => 'custom/plugins/MesAmis',
  28533.                     'version' => 'dev-master',
  28534.                     'autoload' => [
  28535.                         'psr-4' => [
  28536.                             'Websignaal\\MesAmis\\' => 'src/',
  28537.                         ],
  28538.                     ],
  28539.                     'managedByComposer' => false,
  28540.                     'composerName' => 'websignaal/mesamis',
  28541.                 ],
  28542.                 => [
  28543.                     'name' => 'SwagExtensionStore',
  28544.                     'baseClass' => 'SwagExtensionStore\\SwagExtensionStore',
  28545.                     'active' => true,
  28546.                     'path' => 'custom/plugins/SwagExtensionStore',
  28547.                     'version' => '1.7.0',
  28548.                     'autoload' => [
  28549.                         'psr-4' => [
  28550.                             'SwagExtensionStore\\' => 'src/',
  28551.                         ],
  28552.                     ],
  28553.                     'managedByComposer' => false,
  28554.                     'composerName' => 'swag/swag-extension-store',
  28555.                 ],
  28556.                 => [
  28557.                     'name' => 'LaenenGrid',
  28558.                     'baseClass' => 'Laenen\\Grid\\LaenenGrid',
  28559.                     'active' => true,
  28560.                     'path' => 'vendor/store.shopware.com/laenengrid',
  28561.                     'version' => '1.3.1',
  28562.                     'autoload' => [
  28563.                         'psr-4' => [
  28564.                             'Laenen\\Grid\\' => 'src/',
  28565.                         ],
  28566.                     ],
  28567.                     'managedByComposer' => true,
  28568.                     'composerName' => 'store.shopware.com/laenengrid',
  28569.                 ],
  28570.                 => [
  28571.                     'name' => 'AggroTextEditorMediaManager',
  28572.                     'baseClass' => 'AggroTextEditorMediaManager\\AggroTextEditorMediaManager',
  28573.                     'active' => true,
  28574.                     'path' => 'vendor/store.shopware.com/aggrotexteditormediamanager',
  28575.                     'version' => '1.0.1',
  28576.                     'autoload' => [
  28577.                         'psr-4' => [
  28578.                             'AggroTextEditorMediaManager\\' => 'src/',
  28579.                         ],
  28580.                     ],
  28581.                     'managedByComposer' => true,
  28582.                     'composerName' => 'store.shopware.com/aggrotexteditormediamanager',
  28583.                 ],
  28584.                 => [
  28585.                     'name' => 'DkdCmsHtmlVideo',
  28586.                     'baseClass' => 'DkdCmsHtmlVideo\\DkdCmsHtmlVideo',
  28587.                     'active' => true,
  28588.                     'path' => 'vendor/store.shopware.com/dkdcmshtmlvideo',
  28589.                     'version' => '2.2.4',
  28590.                     'autoload' => [
  28591.                         'psr-4' => [
  28592.                             'DkdCmsHtmlVideo\\' => 'src/',
  28593.                         ],
  28594.                     ],
  28595.                     'managedByComposer' => true,
  28596.                     'composerName' => 'store.shopware.com/dkdcmshtmlvideo',
  28597.                 ],
  28598.                 => [
  28599.                     'name' => 'SolidAdvancedSliderElements',
  28600.                     'baseClass' => 'StudioSolid\\AdvancedSliderElements\\SolidAdvancedSliderElements',
  28601.                     'active' => true,
  28602.                     'path' => 'vendor/store.shopware.com/solidadvancedsliderelements',
  28603.                     'version' => '2.0.0',
  28604.                     'autoload' => [
  28605.                         'psr-4' => [
  28606.                             'StudioSolid\\AdvancedSliderElements\\' => 'src/',
  28607.                         ],
  28608.                     ],
  28609.                     'managedByComposer' => true,
  28610.                     'composerName' => 'store.shopware.com/solidadvancedsliderelements',
  28611.                 ],
  28612.                 10 => [
  28613.                     'name' => 'NetzpGallery6',
  28614.                     'baseClass' => 'NetzpGallery6\\NetzpGallery6',
  28615.                     'active' => true,
  28616.                     'path' => 'vendor/store.shopware.com/netzpgallery6',
  28617.                     'version' => '1.3.0',
  28618.                     'autoload' => [
  28619.                         'psr-4' => [
  28620.                             'NetzpGallery6\\' => 'src/',
  28621.                         ],
  28622.                     ],
  28623.                     'managedByComposer' => true,
  28624.                     'composerName' => 'store.shopware.com/netzpgallery6',
  28625.                 ],
  28626.                 11 => [
  28627.                     'name' => 'H1webBlog',
  28628.                     'baseClass' => 'H1web\\Blog\\H1webBlog',
  28629.                     'active' => true,
  28630.                     'path' => 'vendor/store.shopware.com/h1webblog',
  28631.                     'version' => '4.0.3',
  28632.                     'autoload' => [
  28633.                         'psr-4' => [
  28634.                             'H1web\\Blog\\' => 'src/',
  28635.                         ],
  28636.                     ],
  28637.                     'managedByComposer' => true,
  28638.                     'composerName' => 'store.shopware.com/h1webblog',
  28639.                 ],
  28640.                 12 => [
  28641.                     'name' => 'FullscreenMenu',
  28642.                     'baseClass' => 'Websignaal\\FullscreenMenu\\FullscreenMenu',
  28643.                     'active' => true,
  28644.                     'path' => 'custom/plugins/FullscreenMenu',
  28645.                     'version' => 'dev-master',
  28646.                     'autoload' => [
  28647.                         'psr-4' => [
  28648.                             'Websignaal\\FullscreenMenu\\' => 'src/',
  28649.                         ],
  28650.                     ],
  28651.                     'managedByComposer' => false,
  28652.                     'composerName' => 'websignaal/fullscreen-menu',
  28653.                 ],
  28654.                 13 => [
  28655.                     'name' => 'WebsignaalCmsExtensions',
  28656.                     'baseClass' => 'WebsignaalCmsExtensions\\WebsignaalCmsExtensions',
  28657.                     'active' => true,
  28658.                     'path' => 'vendor/websignaal/cms-extension',
  28659.                     'version' => 'dev-main',
  28660.                     'autoload' => [
  28661.                         'psr-4' => [
  28662.                             'WebsignaalCmsExtensions\\' => 'src/',
  28663.                         ],
  28664.                     ],
  28665.                     'managedByComposer' => true,
  28666.                     'composerName' => 'websignaal/cms-extension',
  28667.                 ],
  28668.                 14 => [
  28669.                     'name' => 'SwagPlatformSecurity',
  28670.                     'baseClass' => 'Swag\\Security\\SwagPlatformSecurity',
  28671.                     'active' => true,
  28672.                     'path' => 'vendor/store.shopware.com/swagplatformsecurity',
  28673.                     'version' => '1.0.21',
  28674.                     'autoload' => [
  28675.                         'psr-4' => [
  28676.                             'Shopware\\' => 'core/',
  28677.                             'Swag\\Security\\' => 'src/',
  28678.                         ],
  28679.                     ],
  28680.                     'managedByComposer' => true,
  28681.                     'composerName' => 'store.shopware.com/swagplatformsecurity',
  28682.                 ],
  28683.                 15 => [
  28684.                     'name' => 'SeoRedirects',
  28685.                     'baseClass' => 'Websignaal\\SeoRedirects\\SeoRedirects',
  28686.                     'active' => true,
  28687.                     'path' => 'vendor/websignaal/seo-redirect',
  28688.                     'version' => 'dev-production',
  28689.                     'autoload' => [
  28690.                         'psr-4' => [
  28691.                             'Websignaal\\SeoRedirects\\' => 'src/',
  28692.                         ],
  28693.                     ],
  28694.                     'managedByComposer' => true,
  28695.                     'composerName' => 'websignaal/seo-redirect',
  28696.                 ],
  28697.                 16 => [
  28698.                     'name' => 'WbmTagManagerEcomm',
  28699.                     'baseClass' => 'Wbm\\TagManagerEcomm\\WbmTagManagerEcomm',
  28700.                     'active' => true,
  28701.                     'path' => 'vendor/store.shopware.com/wbmtagmanagerecomm',
  28702.                     'version' => '2.2.4',
  28703.                     'autoload' => [
  28704.                         'psr-4' => [
  28705.                             'Wbm\\TagManagerEcomm\\' => 'src/',
  28706.                         ],
  28707.                     ],
  28708.                     'managedByComposer' => true,
  28709.                     'composerName' => 'store.shopware.com/wbmtagmanagerecomm',
  28710.                 ],
  28711.                 17 => [
  28712.                     'name' => 'CookiePopup',
  28713.                     'baseClass' => 'Websignaal\\CookiePopup\\CookiePopup',
  28714.                     'active' => true,
  28715.                     'path' => 'vendor/websignaal/cookie-popup',
  28716.                     'version' => 'dev-production',
  28717.                     'autoload' => [
  28718.                         'psr-4' => [
  28719.                             'Websignaal\\CookiePopup\\' => 'src/',
  28720.                         ],
  28721.                     ],
  28722.                     'managedByComposer' => true,
  28723.                     'composerName' => 'websignaal/cookie-popup',
  28724.                 ],
  28725.                 18 => [
  28726.                     'name' => 'ScopPlatformRedirecter',
  28727.                     'baseClass' => 'Scop\\PlatformRedirecter\\ScopPlatformRedirecter',
  28728.                     'active' => true,
  28729.                     'path' => 'vendor/store.shopware.com/scopplatformredirecter',
  28730.                     'version' => '1.2.0',
  28731.                     'autoload' => [
  28732.                         'psr-4' => [
  28733.                             'Scop\\PlatformRedirecter\\' => 'src/',
  28734.                         ],
  28735.                     ],
  28736.                     'managedByComposer' => true,
  28737.                     'composerName' => 'store.shopware.com/scopplatformredirecter',
  28738.                 ],
  28739.                 19 => [
  28740.                     'name' => 'Goesting',
  28741.                     'baseClass' => 'Websignaal\\Goesting\\Goesting',
  28742.                     'active' => true,
  28743.                     'path' => 'custom/plugins/Goesting',
  28744.                     'version' => 'dev-staging',
  28745.                     'autoload' => [
  28746.                         'psr-4' => [
  28747.                             'Websignaal\\Goesting\\' => 'src/',
  28748.                         ],
  28749.                     ],
  28750.                     'managedByComposer' => false,
  28751.                     'composerName' => 'websignaal/goesting',
  28752.                 ],
  28753.             ],
  28754.             'kernel.supported_api_versions' => [
  28755.                 => 2,
  28756.                 => 3,
  28757.                 => 4,
  28758.             ],
  28759.             'defaults_bool_true' => true,
  28760.             'defaults_bool_false' => false,
  28761.             'default_whitespace' => ' ',
  28762.             'locale' => 'en-GB',
  28763.             'messenger.default_transport_name' => 'default',
  28764.             'env(MAILER_URL)' => 'null://null',
  28765.             'env(MESSENGER_TRANSPORT_DSN)' => 'enqueue://default?receiveTimeout=100',
  28766.             'default_cdn_strategy' => 'physical_filename',
  28767.             'env(APP_URL)' => '',
  28768.             'env(REDIS_PREFIX)' => '',
  28769.             'shopware.slug.config' => [
  28770.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  28771.                 'lowercase' => false,
  28772.             ],
  28773.             'core.migration.directories' => [
  28774.             ],
  28775.             'migration.active' => [
  28776.                 => 1536232600,
  28777.                 => 1536232610,
  28778.                 => 1536232620,
  28779.                 => 1536232630,
  28780.                 => 1536232640,
  28781.                 => 1536232650,
  28782.                 => 1536232660,
  28783.                 => 1536232670,
  28784.                 => 1536232680,
  28785.                 => 1536232690,
  28786.                 10 => 1536232700,
  28787.                 11 => 1536232710,
  28788.                 12 => 1536232720,
  28789.                 13 => 1536232730,
  28790.                 14 => 1536232740,
  28791.                 15 => 1536232750,
  28792.                 16 => 1536232760,
  28793.                 17 => 1536232770,
  28794.                 18 => 1536232790,
  28795.                 19 => 1536232800,
  28796.                 20 => 1536232810,
  28797.                 21 => 1536232820,
  28798.                 22 => 1536232830,
  28799.                 23 => 1536232840,
  28800.                 24 => 1536232850,
  28801.                 25 => 1536232860,
  28802.                 26 => 1536232870,
  28803.                 27 => 1536232880,
  28804.                 28 => 1536232890,
  28805.                 29 => 1536232900,
  28806.                 30 => 1536232910,
  28807.                 31 => 1536232920,
  28808.                 32 => 1536232930,
  28809.                 33 => 1536232940,
  28810.                 34 => 1536232950,
  28811.                 35 => 1536232960,
  28812.                 36 => 1536232970,
  28813.                 37 => 1536232980,
  28814.                 38 => 1536232990,
  28815.                 39 => 1536233000,
  28816.                 40 => 1536233010,
  28817.                 41 => 1536233020,
  28818.                 42 => 1536233030,
  28819.                 43 => 1536233040,
  28820.                 44 => 1536233050,
  28821.                 45 => 1536233060,
  28822.                 46 => 1536233070,
  28823.                 47 => 1536233080,
  28824.                 48 => 1536233090,
  28825.                 49 => 1536233100,
  28826.                 50 => 1536233110,
  28827.                 51 => 1536233120,
  28828.                 52 => 1536233130,
  28829.                 53 => 1536233140,
  28830.                 54 => 1536233150,
  28831.                 55 => 1536233160,
  28832.                 56 => 1536233170,
  28833.                 57 => 1536233180,
  28834.                 58 => 1536233190,
  28835.                 59 => 1536233200,
  28836.                 60 => 1536233210,
  28837.                 61 => 1536233220,
  28838.                 62 => 1536233230,
  28839.                 63 => 1536233240,
  28840.                 64 => 1536233250,
  28841.                 65 => 1536233260,
  28842.                 66 => 1536233270,
  28843.                 67 => 1536233280,
  28844.                 68 => 1536233290,
  28845.                 69 => 1536233300,
  28846.                 70 => 1536233310,
  28847.                 71 => 1536233320,
  28848.                 72 => 1536233330,
  28849.                 73 => 1536233340,
  28850.                 74 => 1536233350,
  28851.                 75 => 1536233360,
  28852.                 76 => 1536233370,
  28853.                 77 => 1536233380,
  28854.                 78 => 1536233390,
  28855.                 79 => 1536233400,
  28856.                 80 => 1536233410,
  28857.                 81 => 1536233420,
  28858.                 82 => 1536233430,
  28859.                 83 => 1536233440,
  28860.                 84 => 1536233450,
  28861.                 85 => 1536233460,
  28862.                 86 => 1536233470,
  28863.                 87 => 1536233480,
  28864.                 88 => 1536233500,
  28865.                 89 => 1536233510,
  28866.                 90 => 1536233520,
  28867.                 91 => 1536233530,
  28868.                 92 => 1536233540,
  28869.                 93 => 1536233550,
  28870.                 94 => 1536233560,
  28871.                 95 => 1552360944,
  28872.                 96 => 1554199340,
  28873.                 97 => 1554200141,
  28874.                 98 => 1554203706,
  28875.                 99 => 1554900301,
  28876.                 100 => 1556809270,
  28877.                 101 => 1558082916,
  28878.                 102 => 1558105657,
  28879.                 103 => 1558443337,
  28880.                 104 => 1558505525,
  28881.                 105 => 1558594334,
  28882.                 106 => 1558938938,
  28883.                 107 => 1559050088,
  28884.                 108 => 1559050903,
  28885.                 109 => 1559134989,
  28886.                 110 => 1559306391,
  28887.                 111 => 1561370284,
  28888.                 112 => 1561377793,
  28889.                 113 => 1561442979,
  28890.                 114 => 1561452005,
  28891.                 115 => 1561712450,
  28892.                 116 => 1562228335,
  28893.                 117 => 1562240231,
  28894.                 118 => 1562306893,
  28895.                 119 => 1562324772,
  28896.                 120 => 1562579120,
  28897.                 121 => 1562684474,
  28898.                 122 => 1562841035,
  28899.                 123 => 1562933907,
  28900.                 124 => 1563180880,
  28901.                 125 => 1563288227,
  28902.                 126 => 1563518181,
  28903.                 127 => 1563805586,
  28904.                 128 => 1563949275,
  28905.                 129 => 1564475053,
  28906.                 130 => 1565007156,
  28907.                 131 => 1565079228,
  28908.                 132 => 1565270155,
  28909.                 133 => 1565270366,
  28910.                 134 => 1565346846,
  28911.                 135 => 1565705280,
  28912.                 136 => 1566293076,
  28913.                 137 => 1566460168,
  28914.                 138 => 1566817701,
  28915.                 139 => 1567431050,
  28916.                 140 => 1568120239,
  28917.                 141 => 1568120302,
  28918.                 142 => 1568645037,
  28919.                 143 => 1568901713,
  28920.                 144 => 1569403146,
  28921.                 145 => 1570187167,
  28922.                 146 => 1570459127,
  28923.                 147 => 1570621541,
  28924.                 148 => 1570622696,
  28925.                 149 => 1570629862,
  28926.                 150 => 1570684913,
  28927.                 151 => 1571059598,
  28928.                 152 => 1571210820,
  28929.                 153 => 1571660203,
  28930.                 154 => 1571724915,
  28931.                 155 => 1571981437,
  28932.                 156 => 1571990395,
  28933.                 157 => 1572193798,
  28934.                 158 => 1572264837,
  28935.                 159 => 1572273565,
  28936.                 160 => 1572421282,
  28937.                 161 => 1572425108,
  28938.                 162 => 1572957455,
  28939.                 163 => 1573049297,
  28940.                 164 => 1573569685,
  28941.                 165 => 1573729158,
  28942.                 166 => 1574063550,
  28943.                 167 => 1574082635,
  28944.                 168 => 1574258787,
  28945.                 169 => 1574258788,
  28946.                 170 => 1574258789,
  28947.                 171 => 1574520220,
  28948.                 172 => 1574672450,
  28949.                 173 => 1574695657,
  28950.                 174 => 1574925962,
  28951.                 175 => 1575010262,
  28952.                 176 => 1575021466,
  28953.                 177 => 1575034234,
  28954.                 178 => 1575036586,
  28955.                 179 => 1575039284,
  28956.                 180 => 1575197543,
  28957.                 181 => 1575274700,
  28958.                 182 => 1575293069,
  28959.                 183 => 1575451283,
  28960.                 184 => 1575626180,
  28961.                 185 => 1575883959,
  28962.                 186 => 1576488398,
  28963.                 187 => 1576590301,
  28964.                 188 => 1578042218,
  28965.                 189 => 1578044453,
  28966.                 190 => 1578470886,
  28967.                 191 => 1578475268,
  28968.                 192 => 1578485775,
  28969.                 193 => 1578491480,
  28970.                 194 => 1578590702,
  28971.                 195 => 1578648299,
  28972.                 196 => 1578650334,
  28973.                 197 => 1580202210,
  28974.                 198 => 1580218617,
  28975.                 199 => 1580743279,
  28976.                 200 => 1580746806,
  28977.                 201 => 1580808849,
  28978.                 202 => 1580819350,
  28979.                 203 => 1580827023,
  28980.                 204 => 1582011195,
  28981.                 205 => 1583142266,
  28982.                 206 => 1583416186,
  28983.                 207 => 1583756864,
  28984.                 208 => 1583844433,
  28985.                 209 => 1584002637,
  28986.                 210 => 1584953715,
  28987.                 211 => 1585056571,
  28988.                 212 => 1585126355,
  28989.                 213 => 1585490020,
  28990.                 214 => 1585744384,
  28991.                 215 => 1585816139,
  28992.                 216 => 1586158920,
  28993.                 217 => 1586173614,
  28994.                 218 => 1586260286,
  28995.                 219 => 1586334003,
  28996.                 220 => 1587039363,
  28997.                 221 => 1587109484,
  28998.                 222 => 1587111506,
  28999.                 223 => 1587461582,
  29000.                 224 => 1588143272,
  29001.                 225 => 1588144801,
  29002.                 226 => 1588153272,
  29003.                 227 => 1589178550,
  29004.                 228 => 1589357321,
  29005.                 229 => 1589359936,
  29006.                 230 => 1589379060,
  29007.                 231 => 1589447332,
  29008.                 232 => 1589458026,
  29009.                 233 => 1590408550,
  29010.                 234 => 1590409548,
  29011.                 235 => 1590566018,
  29012.                 236 => 1590566405,
  29013.                 237 => 1590579986,
  29014.                 238 => 1590758953,
  29015.                 239 => 1591052278,
  29016.                 240 => 1591167126,
  29017.                 241 => 1591253089,
  29018.                 242 => 1591259559,
  29019.                 243 => 1591272594,
  29020.                 244 => 1591361320,
  29021.                 245 => 1591683158,
  29022.                 246 => 1591817370,
  29023.                 247 => 1592466717,
  29024.                 248 => 1592837424,
  29025.                 249 => 1592978289,
  29026.                 250 => 1593698606,
  29027.                 251 => 1594650256,
  29028.                 252 => 1594885630,
  29029.                 253 => 1594886106,
  29030.                 254 => 1594886773,
  29031.                 255 => 1594886895,
  29032.                 256 => 1594887027,
  29033.                 257 => 1595160327,
  29034.                 258 => 1595321666,
  29035.                 259 => 1595422169,
  29036.                 260 => 1595480600,
  29037.                 261 => 1595489705,
  29038.                 262 => 1595492052,
  29039.                 263 => 1595492053,
  29040.                 264 => 1595499689,
  29041.                 265 => 1595553089,
  29042.                 266 => 1595578253,
  29043.                 267 => 1595919251,
  29044.                 268 => 1596091744,
  29045.                 269 => 1596441551,
  29046.                 270 => 1597391970,
  29047.                 271 => 1597394241,
  29048.                 272 => 1597657689,
  29049.                 273 => 1597762808,
  29050.                 274 => 1597830237,
  29051.                 275 => 1597930227,
  29052.                 276 => 1598280548,
  29053.                 277 => 1598520424,
  29054.                 278 => 1598885384,
  29055.                 279 => 1599112309,
  29056.                 280 => 1599134496,
  29057.                 281 => 1599463278,
  29058.                 282 => 1599570560,
  29059.                 283 => 1599720163,
  29060.                 284 => 1599806584,
  29061.                 285 => 1599806595,
  29062.                 286 => 1599822061,
  29063.                 287 => 1600072779,
  29064.                 288 => 1600156989,
  29065.                 289 => 1600253602,
  29066.                 290 => 1600330846,
  29067.                 291 => 1600338271,
  29068.                 292 => 1600349343,
  29069.                 293 => 1600676671,
  29070.                 294 => 1600769357,
  29071.                 295 => 1600778848,
  29072.                 296 => 1601388975,
  29073.                 297 => 1601451838,
  29074.                 298 => 1601539530,
  29075.                 299 => 1601543829,
  29076.                 300 => 1601891339,
  29077.                 301 => 1602062376,
  29078.                 302 => 1602146868,
  29079.                 303 => 1602153572,
  29080.                 304 => 1602494493,
  29081.                 305 => 1602494495,
  29082.                 306 => 1602745374,
  29083.                 307 => 1602822727,
  29084.                 308 => 1603179023,
  29085.                 309 => 1603293043,
  29086.                 310 => 1603970276,
  29087.                 311 => 1604056363,
  29088.                 312 => 1604056421,
  29089.                 313 => 1604475913,
  29090.                 314 => 1604499476,
  29091.                 315 => 1604568928,
  29092.                 316 => 1604669773,
  29093.                 317 => 1605103533,
  29094.                 318 => 1605530777,
  29095.                 319 => 1605609309,
  29096.                 320 => 1605609477,
  29097.                 321 => 1605861407,
  29098.                 322 => 1606310257,
  29099.                 323 => 1607415095,
  29100.                 324 => 1607500561,
  29101.                 325 => 1607514878,
  29102.                 326 => 1607581275,
  29103.                 327 => 1607581276,
  29104.                 328 => 1608624028,
  29105.                 329 => 1609125144,
  29106.                 330 => 1609857999,
  29107.                 331 => 1610531188,
  29108.                 332 => 1610965670,
  29109.                 333 => 1610974673,
  29110.                 334 => 1611155140,
  29111.                 335 => 1614240671,
  29112.                 336 => 1552899789,
  29113.                 337 => 1555406153,
  29114.                 338 => 1563785071,
  29115.                 339 => 1564385954,
  29116.                 340 => 1564385960,
  29117.                 341 => 1565640170,
  29118.                 342 => 1565640175,
  29119.                 343 => 1595492054,
  29120.                 344 => 1604502151,
  29121.                 345 => 1594104496,
  29122.                 346 => 1604585230,
  29123.                 347 => 1609140710,
  29124.                 348 => 1610337444,
  29125.                 349 => 1610439375,
  29126.                 350 => 1610448012,
  29127.                 351 => 1610523204,
  29128.                 352 => 1610523548,
  29129.                 353 => 1610616655,
  29130.                 354 => 1610621999,
  29131.                 355 => 1610625925,
  29132.                 356 => 1610634383,
  29133.                 357 => 1610904608,
  29134.                 358 => 1611732852,
  29135.                 359 => 1611817467,
  29136.                 360 => 1612184092,
  29137.                 361 => 1612442685,
  29138.                 362 => 1612442686,
  29139.                 363 => 1612442786,
  29140.                 364 => 1612851765,
  29141.                 365 => 1612865237,
  29142.                 366 => 1612970642,
  29143.                 367 => 1612980753,
  29144.                 368 => 1613665555,
  29145.                 369 => 1614249488,
  29146.                 370 => 1614691876,
  29147.                 371 => 1614765170,
  29148.                 372 => 1614765785,
  29149.                 373 => 1615359964,
  29150.                 374 => 1615366708,
  29151.                 375 => 1615452749,
  29152.                 376 => 1615802866,
  29153.                 377 => 1615819992,
  29154.                 378 => 1616076922,
  29155.                 379 => 1616496610,
  29156.                 380 => 1616555956,
  29157.                 381 => 1617000878,
  29158.                 382 => 1617356092,
  29159.                 383 => 1617784658,
  29160.                 384 => 1617864895,
  29161.                 385 => 1617868381,
  29162.                 386 => 1617877887,
  29163.                 387 => 1617896006,
  29164.                 388 => 1617935350,
  29165.                 389 => 1617953690,
  29166.                 390 => 1617960456,
  29167.                 391 => 1617974402,
  29168.                 392 => 1618218491,
  29169.                 393 => 1618389817,
  29170.                 394 => 1618476427,
  29171.                 395 => 1618569201,
  29172.                 396 => 1618900427,
  29173.                 397 => 1618989442,
  29174.                 398 => 1619070236,
  29175.                 399 => 1619428555,
  29176.                 400 => 1619604605,
  29177.                 401 => 1619703075,
  29178.                 402 => 1620146632,
  29179.                 403 => 1620147234,
  29180.                 404 => 1620201616,
  29181.                 405 => 1620215586,
  29182.                 406 => 1620374229,
  29183.                 407 => 1620376945,
  29184.                 408 => 1620632460,
  29185.                 409 => 1620634856,
  29186.                 410 => 1620733405,
  29187.                 411 => 1620733405,
  29188.                 412 => 1620820321,
  29189.                 413 => 1621845357,
  29190.                 414 => 1621845370,
  29191.                 415 => 1622010069,
  29192.                 416 => 1622104463,
  29193.                 417 => 1622782058,
  29194.                 418 => 1623305620,
  29195.                 419 => 1623391399,
  29196.                 420 => 1623828962,
  29197.                 421 => 1624262862,
  29198.                 422 => 1624884801,
  29199.                 423 => 1624967118,
  29200.                 424 => 1625304609,
  29201.                 425 => 1625465756,
  29202.                 426 => 1625505190,
  29203.                 427 => 1625554302,
  29204.                 428 => 1625569667,
  29205.                 429 => 1625583596,
  29206.                 430 => 1625583619,
  29207.                 431 => 1625816310,
  29208.                 432 => 1625819412,
  29209.                 433 => 1625831469,
  29210.                 434 => 1626241110,
  29211.                 435 => 1626442868,
  29212.                 436 => 1626696809,
  29213.                 437 => 1626785125,
  29214.                 438 => 1627292049,
  29215.                 439 => 1627540693,
  29216.                 440 => 1627541488,
  29217.                 441 => 1627562945,
  29218.                 442 => 1627650101,
  29219.                 443 => 1627929168,
  29220.                 444 => 1627983652,
  29221.                 445 => 1628519513,
  29222.                 446 => 1628749113,
  29223.                 447 => 1629204538,
  29224.                 448 => 1629700169,
  29225.                 449 => 1629877210,
  29226.                 450 => 1630074081,
  29227.                 451 => 1630485317,
  29228.                 452 => 1631625055,
  29229.                 453 => 1631703921,
  29230.                 454 => 1631790054,
  29231.                 455 => 1631863869,
  29232.                 456 => 1632111590,
  29233.                 457 => 1632215760,
  29234.                 458 => 1632721037,
  29235.                 459 => 1633347511,
  29236.                 460 => 1633358879,
  29237.                 461 => 1633422057,
  29238.                 462 => 1634735841,
  29239.                 463 => 1635147952,
  29240.                 464 => 1635230747,
  29241.                 465 => 1635237551,
  29242.                 466 => 1635388654,
  29243.                 467 => 1635936029,
  29244.                 468 => 1636014089,
  29245.                 469 => 1636018970,
  29246.                 470 => 1636362839,
  29247.                 471 => 1636449347,
  29248.                 472 => 1636964297,
  29249.                 473 => 1636971615,
  29250.                 474 => 1638195971,
  29251.                 475 => 1638365464,
  29252.                 476 => 1638514913,
  29253.                 477 => 1638993987,
  29254.                 478 => 1639122665,
  29255.                 479 => 1639139581,
  29256.                 480 => 1639992771,
  29257.                 481 => 1641289204,
  29258.                 482 => 1642517958,
  29259.                 483 => 1642732351,
  29260.                 484 => 1642757286,
  29261.                 485 => 1643366069,
  29262.                 486 => 1643386819,
  29263.                 487 => 1643724178,
  29264.                 488 => 1643878976,
  29265.                 489 => 1643892702,
  29266.                 490 => 1645019769,
  29267.                 491 => 1645453538,
  29268.                 492 => 1646125417,
  29269.                 493 => 1646397836,
  29270.                 494 => 1646817331,
  29271.                 495 => 1647260673,
  29272.                 496 => 1647443222,
  29273.                 497 => 1647511158,
  29274.                 498 => 1648031611,
  29275.                 499 => 1648031636,
  29276.                 500 => 1648543185,
  29277.                 501 => 1648709176,
  29278.                 502 => 1648803451,
  29279.                 503 => 1649040981,
  29280.                 504 => 1649315608,
  29281.                 505 => 1649858046,
  29282.                 506 => 1650249241,
  29283.                 507 => 1650444800,
  29284.                 508 => 1650548599,
  29285.                 509 => 1650620993,
  29286.                 510 => 1650872291,
  29287.                 511 => 1650981517,
  29288.                 512 => 1651118773,
  29289.                 513 => 1652166447,
  29290.                 514 => 1652345915,
  29291.                 515 => 1652441129,
  29292.                 516 => 1652864153,
  29293.                 517 => 1653376989,
  29294.                 518 => 1653385302,
  29295.                 519 => 1655730949,
  29296.                 520 => 1656397126,
  29297.                 521 => 1656928097,
  29298.                 522 => 1657011337,
  29299.                 523 => 1657027979,
  29300.                 524 => 1658786605,
  29301.                 525 => 1660814397,
  29302.                 526 => 1661759290,
  29303.                 527 => 1661771388,
  29304.                 528 => 1663238480,
  29305.                 529 => 1664541794,
  29306.                 530 => 1664894872,
  29307.                 531 => 1665064823,
  29308.                 532 => 1665267882,
  29309.                 533 => 1667806582,
  29310.                 534 => 1632281097,
  29311.                 535 => 1636121186,
  29312.                 536 => 1660813696,
  29313.                 537 => 1641476963,
  29314.                 538 => 1651172963,
  29315.                 539 => 1661505878,
  29316.                 540 => 1632281097,
  29317.                 541 => 1636121186,
  29318.                 542 => 1660813696,
  29319.                 543 => 1552899789,
  29320.                 544 => 1555406153,
  29321.                 545 => 1563785071,
  29322.                 546 => 1564385954,
  29323.                 547 => 1564385960,
  29324.                 548 => 1565640170,
  29325.                 549 => 1565640175,
  29326.                 550 => 1595492054,
  29327.                 551 => 1604502151,
  29328.                 552 => 1605167857,
  29329.                 553 => 1628172267,
  29330.                 554 => 1644922949,
  29331.                 555 => 1580206548,
  29332.                 556 => 1580206550,
  29333.                 557 => 1580206555,
  29334.                 558 => 1580206666,
  29335.                 559 => 1608909056,
  29336.                 560 => 1641641753,
  29337.                 561 => 1587650209,
  29338.                 562 => 1588603479,
  29339.                 563 => 1588853057,
  29340.                 564 => 1589969272,
  29341.                 565 => 1591258819,
  29342.                 566 => 1591729561,
  29343.                 567 => 1598959141,
  29344.                 568 => 1602768380,
  29345.                 569 => 1605519386,
  29346.                 570 => 1612275697,
  29347.                 571 => 1612970228,
  29348.                 572 => 1621336279,
  29349.                 573 => 1623143495,
  29350.                 574 => 1624370386,
  29351.                 575 => 1624973317,
  29352.                 576 => 1648798861,
  29353.                 577 => 1570801770,
  29354.                 578 => 1572257501,
  29355.                 579 => 1606378923,
  29356.                 580 => 1607952506,
  29357.                 581 => 1608034991,
  29358.                 582 => 1612945522,
  29359.                 583 => 1620808652,
  29360.                 584 => 1631192197,
  29361.                 585 => 160198215,
  29362.                 586 => 1634025013,
  29363.                 587 => 1663601206,
  29364.             ],
  29365.             'shopware.security.csp_templates' => [
  29366.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  29367.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  29368.                 'storefront' => '',
  29369.                 'installer' => '',
  29370.             ],
  29371.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  29372.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  29373.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  29374.             'env(INSTANCE_ID)' => 'install',
  29375.             'shopware.store_endpoints' => [
  29376.                 'ping' => '/ping',
  29377.                 'my_extensions' => '/swplatform/licenseenvironment',
  29378.                 'my_licenses' => '/swplatform/licenses',
  29379.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  29380.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  29381.                 'environment_information' => '/swplatform/environmentinformation',
  29382.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  29383.                 'updater_permission' => '/swplatform/autoupdate/permission',
  29384.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  29385.                 'app_generate_signature' => '/swplatform/generatesignature',
  29386.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  29387.                 'login' => '/swplatform/login',
  29388.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  29389.                 'user_info' => '/swplatform/userinfo',
  29390.             ],
  29391.             'env(SHOPWARE_UPDATE_TEST)' => '',
  29392.             'shopware.media.metadata.types' => [
  29393.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  29394.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  29395.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  29396.             ],
  29397.             'product_export.directory' => 'export',
  29398.             'product_export.read_buffer_size' => 100,
  29399.             'import_export.supported_entities' => [
  29400.                 => 'customer',
  29401.                 => 'product',
  29402.             ],
  29403.             'import_export.supported_file_types' => [
  29404.                 => 'text/csv',
  29405.             ],
  29406.             'import_export.read_buffer_size' => 100,
  29407.             'import_export.write_buffer_size' => 100,
  29408.             'import_export.http_batch_size' => 100,
  29409.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  29410.             'shopware_http_cache_enabled_default' => 1,
  29411.             'shopware_http_cache_default_ttl_default' => 7200,
  29412.             'shopware.twig.app_variable.allowed_server_params' => [
  29413.                 => 'server_name',
  29414.                 => 'request_uri',
  29415.                 => 'app_url',
  29416.                 => 'http_user_agent',
  29417.                 => 'http_host',
  29418.                 => 'server_name',
  29419.                 => 'server_port',
  29420.                 => 'redirect_url',
  29421.                 => 'https',
  29422.                 => 'forwarded',
  29423.                 10 => 'host',
  29424.                 11 => 'remote_addr',
  29425.                 12 => 'http_x_forwarded_for',
  29426.                 13 => 'http_x_forwarded_host',
  29427.                 14 => 'http_x_forwarded_proto',
  29428.                 15 => 'http_x_forwarded_port',
  29429.                 16 => 'http_x_forwarded_prefix',
  29430.             ],
  29431.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  29432.             'elasticsearch.index.config' => [
  29433.                 'settings' => [
  29434.                     'index' => [
  29435.                         'number_of_shards' => 3,
  29436.                         'number_of_replicas' => 3,
  29437.                         'mapping.total_fields.limit' => 50000,
  29438.                         'mapping.nested_fields.limit' => 500,
  29439.                         'mapping.nested_objects.limit' => 1000000,
  29440.                     ],
  29441.                     'analysis' => [
  29442.                         'normalizer' => [
  29443.                             'sw_lowercase_normalizer' => [
  29444.                                 'type' => 'custom',
  29445.                                 'filter' => [
  29446.                                     => 'lowercase',
  29447.                                 ],
  29448.                             ],
  29449.                         ],
  29450.                         'analyzer' => [
  29451.                             'sw_ngram_analyzer' => [
  29452.                                 'type' => 'custom',
  29453.                                 'tokenizer' => 'whitespace',
  29454.                                 'filter' => [
  29455.                                     => 'lowercase',
  29456.                                     => 'sw_ngram_filter',
  29457.                                 ],
  29458.                             ],
  29459.                         ],
  29460.                         'filter' => [
  29461.                             'sw_ngram_filter' => [
  29462.                                 'type' => 'ngram',
  29463.                                 'min_gram' => 4,
  29464.                                 'max_gram' => 5,
  29465.                             ],
  29466.                         ],
  29467.                     ],
  29468.                 ],
  29469.             ],
  29470.             'elasticsearch.index.mapping' => [
  29471.                 'dynamic_templates' => [
  29472.                     => [
  29473.                         'keywords' => [
  29474.                             'match_mapping_type' => 'string',
  29475.                             'mapping' => [
  29476.                                 'type' => 'keyword',
  29477.                                 'normalizer' => 'sw_lowercase_normalizer',
  29478.                                 'fields' => [
  29479.                                     'text' => [
  29480.                                         'type' => 'text',
  29481.                                     ],
  29482.                                 ],
  29483.                             ],
  29484.                         ],
  29485.                     ],
  29486.                 ],
  29487.             ],
  29488.             'default_elasticsearch_prefix' => 'sw',
  29489.             'env(SHOPWARE_ES_ENABLED)' => '',
  29490.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  29491.             'env(SHOPWARE_ES_HOSTS)' => '',
  29492.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  29493.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  29494.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  29495.             'env(APP_URL_CHECK_DISABLED)' => false,
  29496.             'swag_extension_store.endpoints' => [
  29497.                 'list_extensions' => '/swplatform/extensionstore/extensions',
  29498.                 'extension_detail' => '/swplatform/extensionstore/extensions/%d',
  29499.                 'filter' => '/swplatform/extensionstore/extensions/filter',
  29500.                 'reviews' => '/swplatform/extensionstore/extensions/%d/reviews',
  29501.                 'create_basket' => '/swplatform/extensionstore/baskets',
  29502.                 'order_basket' => '/swplatform/extensionstore/orders',
  29503.                 'payment_means' => '/swplatform/extensionstore/paymentmeans',
  29504.             ],
  29505.             'SwagPlatformSecurity.activeFixes' => [
  29506.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  29507.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  29508.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  29509.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  29510.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  29511.             ],
  29512.             'SwagPlatformSecurity.availableFixes' => [
  29513.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  29514.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  29515.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  29516.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  29517.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  29518.             ],
  29519.             'container.dumper.inline_class_loader' => true,
  29520.             'container.dumper.inline_factories' => true,
  29521.             'jwt_private_key_passphrase_default' => 'shopware',
  29522.             'shopware.store.frw' => true,
  29523.             'event_dispatcher.event_aliases' => [
  29524.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  29525.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  29526.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  29527.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  29528.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  29529.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  29530.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  29531.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  29532.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  29533.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  29534.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  29535.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  29536.             ],
  29537.             'fragment.renderer.hinclude.global_template' => NULL,
  29538.             'fragment.path' => '/_fragment',
  29539.             'kernel.http_method_override' => true,
  29540.             'kernel.trusted_hosts' => [
  29541.             ],
  29542.             'kernel.default_locale' => 'en-GB',
  29543.             'kernel.enabled_locales' => [
  29544.             ],
  29545.             'kernel.error_controller' => 'error_controller',
  29546.             'debug.file_link_format' => NULL,
  29547.             'asset.request_context.base_path' => NULL,
  29548.             'asset.request_context.secure' => NULL,
  29549.             'translator.logging' => false,
  29550.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  29551.             'debug.error_handler.throw_at' => -1,
  29552.             'router.request_context.host' => 'localhost',
  29553.             'router.request_context.scheme' => 'http',
  29554.             'router.request_context.base_url' => '',
  29555.             'router.resource' => 'kernel::loadRoutes',
  29556.             'request_listener.http_port' => 80,
  29557.             'request_listener.https_port' => 443,
  29558.             'session.metadata.storage_key' => '_sf2_meta',
  29559.             'session.storage.options' => [
  29560.                 'cache_limiter' => '0',
  29561.                 'name' => 'session-',
  29562.                 'cookie_secure' => 'auto',
  29563.                 'cookie_httponly' => true,
  29564.                 'cookie_samesite' => 'lax',
  29565.                 'gc_probability' => 1,
  29566.             ],
  29567.             'session.metadata.update_threshold' => 0,
  29568.             'validator.translation_domain' => 'validators',
  29569.             'profiler_listener.only_exceptions' => false,
  29570.             'profiler_listener.only_main_requests' => false,
  29571.             'monolog.use_microseconds' => true,
  29572.             'monolog.swift_mailer.handlers' => [
  29573.             ],
  29574.             'monolog.handlers_to_channels' => [
  29575.                 'monolog.handler.business_event_handler_buffer' => [
  29576.                     'type' => 'inclusive',
  29577.                     'elements' => [
  29578.                         => 'business_events',
  29579.                     ],
  29580.                 ],
  29581.                 'monolog.handler.console' => [
  29582.                     'type' => 'exclusive',
  29583.                     'elements' => [
  29584.                         => 'event',
  29585.                         => 'doctrine',
  29586.                         => 'console',
  29587.                     ],
  29588.                 ],
  29589.                 'monolog.handler.main' => [
  29590.                     'type' => 'exclusive',
  29591.                     'elements' => [
  29592.                         => 'event',
  29593.                         => 'doctrine',
  29594.                     ],
  29595.                 ],
  29596.             ],
  29597.             'twig.form.resources' => [
  29598.                 => 'form_div_layout.html.twig',
  29599.             ],
  29600.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  29601.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  29602.             'enqueue.transport.default.receive_timeout' => 1000,
  29603.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  29604.             'enqueue.client.default.router_queue_name' => 'default',
  29605.             'enqueue.client.default.default_queue_name' => 'default',
  29606.             'enqueue.transports' => [
  29607.                 => 'default',
  29608.             ],
  29609.             'enqueue.clients' => [
  29610.                 => 'default',
  29611.             ],
  29612.             'enqueue.default_transport' => 'default',
  29613.             'enqueue.default_client' => 'default',
  29614.             'shopware.feature' => [
  29615.                 'flags' => [
  29616.                     'v6.5.0.0' => [
  29617.                         'default' => false,
  29618.                         'major' => true,
  29619.                     ],
  29620.                     'PERFORMANCE_TWEAKS' => [
  29621.                         'default' => false,
  29622.                         'major' => true,
  29623.                         'description' => 'Performance improvements that include a breaking change',
  29624.                     ],
  29625.                     'FEATURE_NEXT_1797' => [
  29626.                         'default' => false,
  29627.                         'major' => true,
  29628.                         'description' => 'composer require for plugins',
  29629.                     ],
  29630.                     'FEATURE_NEXT_16710' => [
  29631.                         'default' => false,
  29632.                         'major' => true,
  29633.                         'description' => 'Do not allow empty ids provided in criteria',
  29634.                     ],
  29635.                     'FEATURE_NEXT_13810' => [
  29636.                         'default' => false,
  29637.                         'major' => true,
  29638.                         'description' => 'Deprecate old promotion module',
  29639.                     ],
  29640.                     'FEATURE_NEXT_13250' => [
  29641.                         'default' => false,
  29642.                         'major' => true,
  29643.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  29644.                     ],
  29645.                     'FEATURE_NEXT_17276' => [
  29646.                         'default' => false,
  29647.                         'major' => true,
  29648.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  29649.                     ],
  29650.                     'FEATURE_NEXT_16151' => [
  29651.                         'default' => false,
  29652.                         'major' => true,
  29653.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  29654.                     ],
  29655.                     'FEATURE_NEXT_16155' => [
  29656.                         'default' => false,
  29657.                         'major' => true,
  29658.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  29659.                     ],
  29660.                     'FEATURE_NEXT_19501' => [
  29661.                         'default' => false,
  29662.                         'major' => false,
  29663.                         'description' => 'Disables the cart.container function',
  29664.                     ],
  29665.                     'FEATURE_NEXT_15053' => [
  29666.                         'default' => false,
  29667.                         'major' => false,
  29668.                         'description' => 'Replace wrong displayed characters in number format',
  29669.                     ],
  29670.                     'FEATURE_NEXT_18215' => [
  29671.                         'default' => false,
  29672.                         'major' => true,
  29673.                         'description' => 'Rules are aware of their assignment',
  29674.                     ],
  29675.                     'FEATURE_NEXT_15815' => [
  29676.                         'default' => false,
  29677.                         'major' => true,
  29678.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  29679.                     ],
  29680.                     'FEATURE_NEXT_14699' => [
  29681.                         'default' => false,
  29682.                         'major' => true,
  29683.                         'description' => 'Refactoring of Storefront theme assets',
  29684.                     ],
  29685.                     'FEATURE_NEXT_15707' => [
  29686.                         'default' => false,
  29687.                         'major' => false,
  29688.                         'description' => 'Delivery notice for EU geoblocking regulation',
  29689.                     ],
  29690.                     'FEATURE_NEXT_14360' => [
  29691.                         'default' => false,
  29692.                         'major' => true,
  29693.                         'description' => 'App System 4.0 - Build action button messaging system',
  29694.                     ],
  29695.                     'FEATURE_NEXT_15172' => [
  29696.                         'default' => false,
  29697.                         'major' => true,
  29698.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  29699.                     ],
  29700.                     'FEATURE_NEXT_14001' => [
  29701.                         'default' => false,
  29702.                         'major' => true,
  29703.                         'description' => 'Newsletter DOI for registered customers',
  29704.                     ],
  29705.                     'FEATURE_NEXT_7739' => [
  29706.                         'default' => false,
  29707.                         'major' => true,
  29708.                         'description' => 'Optional salutation',
  29709.                     ],
  29710.                     'FEATURE_NEXT_16200' => [
  29711.                         'default' => false,
  29712.                         'major' => false,
  29713.                         'description' => 'Register Doi Domain',
  29714.                     ],
  29715.                     'FEATURE_NEXT_13410' => [
  29716.                         'default' => false,
  29717.                         'major' => true,
  29718.                         'description' => 'Make sales channels required in seo generator',
  29719.                     ],
  29720.                     'FEATURE_NEXT_15917' => [
  29721.                         'default' => false,
  29722.                         'major' => true,
  29723.                         'description' => 'Move storefront script tags to head with defer',
  29724.                     ],
  29725.                     'FEATURE_NEXT_15957' => [
  29726.                         'default' => false,
  29727.                         'major' => true,
  29728.                         'description' => 'VAT id field for guest',
  29729.                     ],
  29730.                     'FEATURE_NEXT_13601' => [
  29731.                         'default' => false,
  29732.                         'major' => true,
  29733.                         'description' => 'Default transaction state for async app payments',
  29734.                     ],
  29735.                     'FEATURE_NEXT_16992' => [
  29736.                         'default' => false,
  29737.                         'major' => true,
  29738.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  29739.                     ],
  29740.                     'FEATURE_NEXT_7530' => [
  29741.                         'default' => false,
  29742.                         'major' => true,
  29743.                         'description' => 'Improve orders UX in Administration',
  29744.                     ],
  29745.                     'FEATURE_NEXT_16824' => [
  29746.                         'default' => false,
  29747.                         'major' => true,
  29748.                         'description' => 'Cart merged event',
  29749.                     ],
  29750.                     'FEATURE_NEXT_16271' => [
  29751.                         'default' => false,
  29752.                         'major' => true,
  29753.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  29754.                     ],
  29755.                     'FEATURE_NEXT_15381' => [
  29756.                         'default' => false,
  29757.                         'major' => true,
  29758.                         'description' => 'Save theme compilation',
  29759.                     ],
  29760.                     'FEATURE_NEXT_17275' => [
  29761.                         'default' => false,
  29762.                         'major' => true,
  29763.                         'description' => 'StorefrontRenderEvent only gets original view',
  29764.                     ],
  29765.                     'FEATURE_NEXT_17016' => [
  29766.                         'default' => false,
  29767.                         'major' => true,
  29768.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  29769.                     ],
  29770.                     'FEATURE_NEXT_16236' => [
  29771.                         'default' => false,
  29772.                         'major' => true,
  29773.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  29774.                     ],
  29775.                     'FEATURE_NEXT_16640' => [
  29776.                         'default' => false,
  29777.                         'major' => true,
  29778.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  29779.                     ],
  29780.                     'FEATURE_NEXT_17858' => [
  29781.                         'default' => false,
  29782.                         'major' => true,
  29783.                         'description' => 'Major feature flag for Business Event',
  29784.                     ],
  29785.                     'FEATURE_NEXT_6758' => [
  29786.                         'default' => false,
  29787.                         'major' => true,
  29788.                         'description' => 'Layout assignment for category as list',
  29789.                     ],
  29790.                     'FEATURE_NEXT_19048' => [
  29791.                         'default' => false,
  29792.                         'major' => true,
  29793.                         'description' => 'Fix media resolution in theme',
  29794.                     ],
  29795.                     'FEATURE_NEXT_19822' => [
  29796.                         'default' => false,
  29797.                         'major' => true,
  29798.                         'description' => 'Enables lazy loading components in the administration',
  29799.                     ],
  29800.                     'FEATURE_NEXT_18129' => [
  29801.                         'default' => false,
  29802.                         'major' => true,
  29803.                         'description' => 'Require positionIdentifier for some components',
  29804.                     ],
  29805.                     'FEATURE_NEXT_19163' => [
  29806.                         'default' => false,
  29807.                         'major' => true,
  29808.                         'description' => 'one to one inheritance',
  29809.                     ],
  29810.                     'FEATURE_NEXT_18187' => [
  29811.                         'default' => false,
  29812.                         'major' => true,
  29813.                         'description' => 'Move admin dashboard statistics into separate component',
  29814.                     ],
  29815.                     'FEATURE_NEXT_17978' => [
  29816.                         'default' => false,
  29817.                         'major' => true,
  29818.                         'description' => 'Change component factory to work with extension overrides in Administration',
  29819.                     ],
  29820.                     'FEATURE_NEXT_11634' => [
  29821.                         'default' => false,
  29822.                         'major' => true,
  29823.                         'description' => 'Webpack alias refactor',
  29824.                     ],
  29825.                     'FEATURE_NEXT_21547' => [
  29826.                         'default' => false,
  29827.                         'major' => true,
  29828.                         'description' => 'Change admin criteria defaults',
  29829.                     ],
  29830.                     'FEATURE_NEXT_22900' => [
  29831.                         'default' => false,
  29832.                         'major' => true,
  29833.                         'description' => 'Admin search configuration is used in Elasticsearch',
  29834.                     ],
  29835.                 ],
  29836.             ],
  29837.             'shopware.feature.flags' => [
  29838.                 'v6.5.0.0' => [
  29839.                     'default' => false,
  29840.                     'major' => true,
  29841.                 ],
  29842.                 'PERFORMANCE_TWEAKS' => [
  29843.                     'default' => false,
  29844.                     'major' => true,
  29845.                     'description' => 'Performance improvements that include a breaking change',
  29846.                 ],
  29847.                 'FEATURE_NEXT_1797' => [
  29848.                     'default' => false,
  29849.                     'major' => true,
  29850.                     'description' => 'composer require for plugins',
  29851.                 ],
  29852.                 'FEATURE_NEXT_16710' => [
  29853.                     'default' => false,
  29854.                     'major' => true,
  29855.                     'description' => 'Do not allow empty ids provided in criteria',
  29856.                 ],
  29857.                 'FEATURE_NEXT_13810' => [
  29858.                     'default' => false,
  29859.                     'major' => true,
  29860.                     'description' => 'Deprecate old promotion module',
  29861.                 ],
  29862.                 'FEATURE_NEXT_13250' => [
  29863.                     'default' => false,
  29864.                     'major' => true,
  29865.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  29866.                 ],
  29867.                 'FEATURE_NEXT_17276' => [
  29868.                     'default' => false,
  29869.                     'major' => true,
  29870.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  29871.                 ],
  29872.                 'FEATURE_NEXT_16151' => [
  29873.                     'default' => false,
  29874.                     'major' => true,
  29875.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  29876.                 ],
  29877.                 'FEATURE_NEXT_16155' => [
  29878.                     'default' => false,
  29879.                     'major' => true,
  29880.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  29881.                 ],
  29882.                 'FEATURE_NEXT_19501' => [
  29883.                     'default' => false,
  29884.                     'major' => false,
  29885.                     'description' => 'Disables the cart.container function',
  29886.                 ],
  29887.                 'FEATURE_NEXT_15053' => [
  29888.                     'default' => false,
  29889.                     'major' => false,
  29890.                     'description' => 'Replace wrong displayed characters in number format',
  29891.                 ],
  29892.                 'FEATURE_NEXT_18215' => [
  29893.                     'default' => false,
  29894.                     'major' => true,
  29895.                     'description' => 'Rules are aware of their assignment',
  29896.                 ],
  29897.                 'FEATURE_NEXT_15815' => [
  29898.                     'default' => false,
  29899.                     'major' => true,
  29900.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  29901.                 ],
  29902.                 'FEATURE_NEXT_14699' => [
  29903.                     'default' => false,
  29904.                     'major' => true,
  29905.                     'description' => 'Refactoring of Storefront theme assets',
  29906.                 ],
  29907.                 'FEATURE_NEXT_15707' => [
  29908.                     'default' => false,
  29909.                     'major' => false,
  29910.                     'description' => 'Delivery notice for EU geoblocking regulation',
  29911.                 ],
  29912.                 'FEATURE_NEXT_14360' => [
  29913.                     'default' => false,
  29914.                     'major' => true,
  29915.                     'description' => 'App System 4.0 - Build action button messaging system',
  29916.                 ],
  29917.                 'FEATURE_NEXT_15172' => [
  29918.                     'default' => false,
  29919.                     'major' => true,
  29920.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  29921.                 ],
  29922.                 'FEATURE_NEXT_14001' => [
  29923.                     'default' => false,
  29924.                     'major' => true,
  29925.                     'description' => 'Newsletter DOI for registered customers',
  29926.                 ],
  29927.                 'FEATURE_NEXT_7739' => [
  29928.                     'default' => false,
  29929.                     'major' => true,
  29930.                     'description' => 'Optional salutation',
  29931.                 ],
  29932.                 'FEATURE_NEXT_16200' => [
  29933.                     'default' => false,
  29934.                     'major' => false,
  29935.                     'description' => 'Register Doi Domain',
  29936.                 ],
  29937.                 'FEATURE_NEXT_13410' => [
  29938.                     'default' => false,
  29939.                     'major' => true,
  29940.                     'description' => 'Make sales channels required in seo generator',
  29941.                 ],
  29942.                 'FEATURE_NEXT_15917' => [
  29943.                     'default' => false,
  29944.                     'major' => true,
  29945.                     'description' => 'Move storefront script tags to head with defer',
  29946.                 ],
  29947.                 'FEATURE_NEXT_15957' => [
  29948.                     'default' => false,
  29949.                     'major' => true,
  29950.                     'description' => 'VAT id field for guest',
  29951.                 ],
  29952.                 'FEATURE_NEXT_13601' => [
  29953.                     'default' => false,
  29954.                     'major' => true,
  29955.                     'description' => 'Default transaction state for async app payments',
  29956.                 ],
  29957.                 'FEATURE_NEXT_16992' => [
  29958.                     'default' => false,
  29959.                     'major' => true,
  29960.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  29961.                 ],
  29962.                 'FEATURE_NEXT_7530' => [
  29963.                     'default' => false,
  29964.                     'major' => true,
  29965.                     'description' => 'Improve orders UX in Administration',
  29966.                 ],
  29967.                 'FEATURE_NEXT_16824' => [
  29968.                     'default' => false,
  29969.                     'major' => true,
  29970.                     'description' => 'Cart merged event',
  29971.                 ],
  29972.                 'FEATURE_NEXT_16271' => [
  29973.                     'default' => false,
  29974.                     'major' => true,
  29975.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  29976.                 ],
  29977.                 'FEATURE_NEXT_15381' => [
  29978.                     'default' => false,
  29979.                     'major' => true,
  29980.                     'description' => 'Save theme compilation',
  29981.                 ],
  29982.                 'FEATURE_NEXT_17275' => [
  29983.                     'default' => false,
  29984.                     'major' => true,
  29985.                     'description' => 'StorefrontRenderEvent only gets original view',
  29986.                 ],
  29987.                 'FEATURE_NEXT_17016' => [
  29988.                     'default' => false,
  29989.                     'major' => true,
  29990.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  29991.                 ],
  29992.                 'FEATURE_NEXT_16236' => [
  29993.                     'default' => false,
  29994.                     'major' => true,
  29995.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  29996.                 ],
  29997.                 'FEATURE_NEXT_16640' => [
  29998.                     'default' => false,
  29999.                     'major' => true,
  30000.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  30001.                 ],
  30002.                 'FEATURE_NEXT_17858' => [
  30003.                     'default' => false,
  30004.                     'major' => true,
  30005.                     'description' => 'Major feature flag for Business Event',
  30006.                 ],
  30007.                 'FEATURE_NEXT_6758' => [
  30008.                     'default' => false,
  30009.                     'major' => true,
  30010.                     'description' => 'Layout assignment for category as list',
  30011.                 ],
  30012.                 'FEATURE_NEXT_19048' => [
  30013.                     'default' => false,
  30014.                     'major' => true,
  30015.                     'description' => 'Fix media resolution in theme',
  30016.                 ],
  30017.                 'FEATURE_NEXT_19822' => [
  30018.                     'default' => false,
  30019.                     'major' => true,
  30020.                     'description' => 'Enables lazy loading components in the administration',
  30021.                 ],
  30022.                 'FEATURE_NEXT_18129' => [
  30023.                     'default' => false,
  30024.                     'major' => true,
  30025.                     'description' => 'Require positionIdentifier for some components',
  30026.                 ],
  30027.                 'FEATURE_NEXT_19163' => [
  30028.                     'default' => false,
  30029.                     'major' => true,
  30030.                     'description' => 'one to one inheritance',
  30031.                 ],
  30032.                 'FEATURE_NEXT_18187' => [
  30033.                     'default' => false,
  30034.                     'major' => true,
  30035.                     'description' => 'Move admin dashboard statistics into separate component',
  30036.                 ],
  30037.                 'FEATURE_NEXT_17978' => [
  30038.                     'default' => false,
  30039.                     'major' => true,
  30040.                     'description' => 'Change component factory to work with extension overrides in Administration',
  30041.                 ],
  30042.                 'FEATURE_NEXT_11634' => [
  30043.                     'default' => false,
  30044.                     'major' => true,
  30045.                     'description' => 'Webpack alias refactor',
  30046.                 ],
  30047.                 'FEATURE_NEXT_21547' => [
  30048.                     'default' => false,
  30049.                     'major' => true,
  30050.                     'description' => 'Change admin criteria defaults',
  30051.                 ],
  30052.                 'FEATURE_NEXT_22900' => [
  30053.                     'default' => false,
  30054.                     'major' => true,
  30055.                     'description' => 'Admin search configuration is used in Elasticsearch',
  30056.                 ],
  30057.             ],
  30058.             'shopware.feature.flags.v6.5.0.0' => [
  30059.                 'default' => false,
  30060.                 'major' => true,
  30061.             ],
  30062.             'shopware.feature.flags.v6.5.0.0.default' => false,
  30063.             'shopware.feature.flags.v6.5.0.0.major' => true,
  30064.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  30065.                 'default' => false,
  30066.                 'major' => true,
  30067.                 'description' => 'Performance improvements that include a breaking change',
  30068.             ],
  30069.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  30070.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  30071.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  30072.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  30073.                 'default' => false,
  30074.                 'major' => true,
  30075.                 'description' => 'composer require for plugins',
  30076.             ],
  30077.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  30078.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  30079.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  30080.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  30081.                 'default' => false,
  30082.                 'major' => true,
  30083.                 'description' => 'Do not allow empty ids provided in criteria',
  30084.             ],
  30085.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  30086.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  30087.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  30088.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  30089.                 'default' => false,
  30090.                 'major' => true,
  30091.                 'description' => 'Deprecate old promotion module',
  30092.             ],
  30093.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  30094.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  30095.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  30096.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  30097.                 'default' => false,
  30098.                 'major' => true,
  30099.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  30100.             ],
  30101.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  30102.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  30103.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  30104.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  30105.                 'default' => false,
  30106.                 'major' => true,
  30107.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  30108.             ],
  30109.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  30110.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  30111.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  30112.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  30113.                 'default' => false,
  30114.                 'major' => true,
  30115.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  30116.             ],
  30117.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  30118.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  30119.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  30120.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  30121.                 'default' => false,
  30122.                 'major' => true,
  30123.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  30124.             ],
  30125.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  30126.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  30127.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  30128.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  30129.                 'default' => false,
  30130.                 'major' => false,
  30131.                 'description' => 'Disables the cart.container function',
  30132.             ],
  30133.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  30134.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  30135.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  30136.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  30137.                 'default' => false,
  30138.                 'major' => false,
  30139.                 'description' => 'Replace wrong displayed characters in number format',
  30140.             ],
  30141.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  30142.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  30143.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  30144.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  30145.                 'default' => false,
  30146.                 'major' => true,
  30147.                 'description' => 'Rules are aware of their assignment',
  30148.             ],
  30149.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  30150.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  30151.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  30152.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  30153.                 'default' => false,
  30154.                 'major' => true,
  30155.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  30156.             ],
  30157.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  30158.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  30159.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  30160.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  30161.                 'default' => false,
  30162.                 'major' => true,
  30163.                 'description' => 'Refactoring of Storefront theme assets',
  30164.             ],
  30165.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  30166.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  30167.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  30168.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  30169.                 'default' => false,
  30170.                 'major' => false,
  30171.                 'description' => 'Delivery notice for EU geoblocking regulation',
  30172.             ],
  30173.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  30174.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  30175.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  30176.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  30177.                 'default' => false,
  30178.                 'major' => true,
  30179.                 'description' => 'App System 4.0 - Build action button messaging system',
  30180.             ],
  30181.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  30182.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  30183.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  30184.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  30185.                 'default' => false,
  30186.                 'major' => true,
  30187.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  30188.             ],
  30189.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  30190.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  30191.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  30192.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  30193.                 'default' => false,
  30194.                 'major' => true,
  30195.                 'description' => 'Newsletter DOI for registered customers',
  30196.             ],
  30197.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  30198.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  30199.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  30200.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  30201.                 'default' => false,
  30202.                 'major' => true,
  30203.                 'description' => 'Optional salutation',
  30204.             ],
  30205.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  30206.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  30207.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  30208.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  30209.                 'default' => false,
  30210.                 'major' => false,
  30211.                 'description' => 'Register Doi Domain',
  30212.             ],
  30213.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  30214.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  30215.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  30216.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  30217.                 'default' => false,
  30218.                 'major' => true,
  30219.                 'description' => 'Make sales channels required in seo generator',
  30220.             ],
  30221.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  30222.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  30223.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  30224.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  30225.                 'default' => false,
  30226.                 'major' => true,
  30227.                 'description' => 'Move storefront script tags to head with defer',
  30228.             ],
  30229.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  30230.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  30231.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  30232.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  30233.                 'default' => false,
  30234.                 'major' => true,
  30235.                 'description' => 'VAT id field for guest',
  30236.             ],
  30237.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  30238.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  30239.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  30240.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  30241.                 'default' => false,
  30242.                 'major' => true,
  30243.                 'description' => 'Default transaction state for async app payments',
  30244.             ],
  30245.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  30246.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  30247.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  30248.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  30249.                 'default' => false,
  30250.                 'major' => true,
  30251.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  30252.             ],
  30253.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  30254.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  30255.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  30256.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  30257.                 'default' => false,
  30258.                 'major' => true,
  30259.                 'description' => 'Improve orders UX in Administration',
  30260.             ],
  30261.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  30262.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  30263.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  30264.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  30265.                 'default' => false,
  30266.                 'major' => true,
  30267.                 'description' => 'Cart merged event',
  30268.             ],
  30269.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  30270.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  30271.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  30272.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  30273.                 'default' => false,
  30274.                 'major' => true,
  30275.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  30276.             ],
  30277.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  30278.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  30279.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  30280.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  30281.                 'default' => false,
  30282.                 'major' => true,
  30283.                 'description' => 'Save theme compilation',
  30284.             ],
  30285.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  30286.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  30287.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  30288.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  30289.                 'default' => false,
  30290.                 'major' => true,
  30291.                 'description' => 'StorefrontRenderEvent only gets original view',
  30292.             ],
  30293.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  30294.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  30295.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  30296.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  30297.                 'default' => false,
  30298.                 'major' => true,
  30299.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  30300.             ],
  30301.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  30302.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  30303.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  30304.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  30305.                 'default' => false,
  30306.                 'major' => true,
  30307.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  30308.             ],
  30309.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  30310.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  30311.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  30312.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  30313.                 'default' => false,
  30314.                 'major' => true,
  30315.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  30316.             ],
  30317.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  30318.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  30319.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  30320.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  30321.                 'default' => false,
  30322.                 'major' => true,
  30323.                 'description' => 'Major feature flag for Business Event',
  30324.             ],
  30325.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  30326.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  30327.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  30328.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  30329.                 'default' => false,
  30330.                 'major' => true,
  30331.                 'description' => 'Layout assignment for category as list',
  30332.             ],
  30333.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  30334.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  30335.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  30336.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  30337.                 'default' => false,
  30338.                 'major' => true,
  30339.                 'description' => 'Fix media resolution in theme',
  30340.             ],
  30341.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  30342.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  30343.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  30344.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  30345.                 'default' => false,
  30346.                 'major' => true,
  30347.                 'description' => 'Enables lazy loading components in the administration',
  30348.             ],
  30349.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  30350.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  30351.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  30352.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  30353.                 'default' => false,
  30354.                 'major' => true,
  30355.                 'description' => 'Require positionIdentifier for some components',
  30356.             ],
  30357.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  30358.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  30359.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  30360.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  30361.                 'default' => false,
  30362.                 'major' => true,
  30363.                 'description' => 'one to one inheritance',
  30364.             ],
  30365.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  30366.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  30367.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  30368.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  30369.                 'default' => false,
  30370.                 'major' => true,
  30371.                 'description' => 'Move admin dashboard statistics into separate component',
  30372.             ],
  30373.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  30374.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  30375.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  30376.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  30377.                 'default' => false,
  30378.                 'major' => true,
  30379.                 'description' => 'Change component factory to work with extension overrides in Administration',
  30380.             ],
  30381.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  30382.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  30383.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  30384.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  30385.                 'default' => false,
  30386.                 'major' => true,
  30387.                 'description' => 'Webpack alias refactor',
  30388.             ],
  30389.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  30390.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  30391.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  30392.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  30393.                 'default' => false,
  30394.                 'major' => true,
  30395.                 'description' => 'Change admin criteria defaults',
  30396.             ],
  30397.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  30398.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  30399.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  30400.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  30401.                 'default' => false,
  30402.                 'major' => true,
  30403.                 'description' => 'Admin search configuration is used in Elasticsearch',
  30404.             ],
  30405.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  30406.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  30407.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  30408.             'shopware.profiler' => [
  30409.                 'integrations' => [
  30410.                     => 'Symfony',
  30411.                 ],
  30412.             ],
  30413.             'shopware.profiler.integrations' => [
  30414.                 => 'Symfony',
  30415.             ],
  30416.             'shopware.profiler.integrations.0' => 'Symfony',
  30417.             'shopware.filesystem' => [
  30418.                 'private' => [
  30419.                     'type' => 'local',
  30420.                     'config' => [
  30421.                         'root' => (\dirname(__DIR__4).'/files'),
  30422.                     ],
  30423.                 ],
  30424.                 'public' => [
  30425.                     'type' => 'local',
  30426.                     'config' => [
  30427.                         'root' => (\dirname(__DIR__4).'/public'),
  30428.                     ],
  30429.                 ],
  30430.                 'temp' => [
  30431.                     'type' => 'local',
  30432.                     'config' => [
  30433.                         'root' => \dirname(__DIR__3),
  30434.                     ],
  30435.                 ],
  30436.                 'theme' => [
  30437.                 ],
  30438.                 'asset' => [
  30439.                 ],
  30440.                 'sitemap' => [
  30441.                 ],
  30442.                 'allowed_extensions' => [
  30443.                     => 'jpg',
  30444.                     => 'jpeg',
  30445.                     => 'png',
  30446.                     => 'webp',
  30447.                     => 'gif',
  30448.                     => 'svg',
  30449.                     => 'bmp',
  30450.                     => 'tiff',
  30451.                     => 'tif',
  30452.                     => 'eps',
  30453.                     10 => 'webm',
  30454.                     11 => 'mkv',
  30455.                     12 => 'flv',
  30456.                     13 => 'ogv',
  30457.                     14 => 'ogg',
  30458.                     15 => 'mov',
  30459.                     16 => 'mp4',
  30460.                     17 => 'avi',
  30461.                     18 => 'wmv',
  30462.                     19 => 'pdf',
  30463.                     20 => 'aac',
  30464.                     21 => 'mp3',
  30465.                     22 => 'wav',
  30466.                     23 => 'flac',
  30467.                     24 => 'oga',
  30468.                     25 => 'wma',
  30469.                     26 => 'txt',
  30470.                     27 => 'doc',
  30471.                     28 => 'ico',
  30472.                 ],
  30473.             ],
  30474.             'shopware.filesystem.private' => [
  30475.                 'type' => 'local',
  30476.                 'config' => [
  30477.                     'root' => (\dirname(__DIR__4).'/files'),
  30478.                 ],
  30479.             ],
  30480.             'shopware.filesystem.private.type' => 'local',
  30481.             'shopware.filesystem.private.config' => [
  30482.                 'root' => (\dirname(__DIR__4).'/files'),
  30483.             ],
  30484.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  30485.             'shopware.filesystem.public' => [
  30486.                 'type' => 'local',
  30487.                 'config' => [
  30488.                     'root' => (\dirname(__DIR__4).'/public'),
  30489.                 ],
  30490.             ],
  30491.             'shopware.filesystem.public.type' => 'local',
  30492.             'shopware.filesystem.public.config' => [
  30493.                 'root' => (\dirname(__DIR__4).'/public'),
  30494.             ],
  30495.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  30496.             'shopware.filesystem.temp' => [
  30497.                 'type' => 'local',
  30498.                 'config' => [
  30499.                     'root' => \dirname(__DIR__3),
  30500.                 ],
  30501.             ],
  30502.             'shopware.filesystem.temp.type' => 'local',
  30503.             'shopware.filesystem.temp.config' => [
  30504.                 'root' => \dirname(__DIR__3),
  30505.             ],
  30506.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  30507.             'shopware.filesystem.theme' => [
  30508.                 'type' => 'local',
  30509.                 'config' => [
  30510.                     'root' => (\dirname(__DIR__4).'/public'),
  30511.                 ],
  30512.             ],
  30513.             'shopware.filesystem.asset' => [
  30514.                 'type' => 'local',
  30515.                 'config' => [
  30516.                     'root' => (\dirname(__DIR__4).'/public'),
  30517.                 ],
  30518.             ],
  30519.             'shopware.filesystem.sitemap' => [
  30520.                 'type' => 'local',
  30521.                 'config' => [
  30522.                     'root' => (\dirname(__DIR__4).'/public'),
  30523.                 ],
  30524.             ],
  30525.             'shopware.filesystem.allowed_extensions' => [
  30526.                 => 'jpg',
  30527.                 => 'jpeg',
  30528.                 => 'png',
  30529.                 => 'webp',
  30530.                 => 'gif',
  30531.                 => 'svg',
  30532.                 => 'bmp',
  30533.                 => 'tiff',
  30534.                 => 'tif',
  30535.                 => 'eps',
  30536.                 10 => 'webm',
  30537.                 11 => 'mkv',
  30538.                 12 => 'flv',
  30539.                 13 => 'ogv',
  30540.                 14 => 'ogg',
  30541.                 15 => 'mov',
  30542.                 16 => 'mp4',
  30543.                 17 => 'avi',
  30544.                 18 => 'wmv',
  30545.                 19 => 'pdf',
  30546.                 20 => 'aac',
  30547.                 21 => 'mp3',
  30548.                 22 => 'wav',
  30549.                 23 => 'flac',
  30550.                 24 => 'oga',
  30551.                 25 => 'wma',
  30552.                 26 => 'txt',
  30553.                 27 => 'doc',
  30554.                 28 => 'ico',
  30555.             ],
  30556.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  30557.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  30558.             'shopware.filesystem.allowed_extensions.2' => 'png',
  30559.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  30560.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  30561.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  30562.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  30563.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  30564.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  30565.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  30566.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  30567.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  30568.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  30569.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  30570.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  30571.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  30572.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  30573.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  30574.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  30575.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  30576.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  30577.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  30578.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  30579.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  30580.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  30581.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  30582.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  30583.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  30584.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  30585.             'shopware.cdn.url' => '',
  30586.             'shopware.increment' => [
  30587.                 'user_activity' => [
  30588.                     'type' => 'mysql',
  30589.                 ],
  30590.                 'message_queue' => [
  30591.                     'type' => 'mysql',
  30592.                 ],
  30593.             ],
  30594.             'shopware.increment.user_activity' => [
  30595.                 'type' => 'mysql',
  30596.             ],
  30597.             'shopware.increment.user_activity.type' => 'mysql',
  30598.             'shopware.increment.message_queue' => [
  30599.                 'type' => 'mysql',
  30600.             ],
  30601.             'shopware.increment.message_queue.type' => 'mysql',
  30602.             'shopware.api' => [
  30603.                 'max_limit' => 100,
  30604.                 'api_browser' => [
  30605.                     'auth_required' => false,
  30606.                 ],
  30607.                 'store' => [
  30608.                     'context_lifetime' => 'P1D',
  30609.                 ],
  30610.                 'rate_limiter' => [
  30611.                     'login' => [
  30612.                         'enabled' => true,
  30613.                         'policy' => 'time_backoff',
  30614.                         'reset' => '24 hours',
  30615.                         'limits' => [
  30616.                             => [
  30617.                                 'limit' => 10,
  30618.                                 'interval' => '10 seconds',
  30619.                             ],
  30620.                             => [
  30621.                                 'limit' => 15,
  30622.                                 'interval' => '30 seconds',
  30623.                             ],
  30624.                             => [
  30625.                                 'limit' => 20,
  30626.                                 'interval' => '60 seconds',
  30627.                             ],
  30628.                         ],
  30629.                         'lock_factory' => 'lock.factory',
  30630.                         'cache_pool' => 'cache.rate_limiter',
  30631.                     ],
  30632.                     'guest_login' => [
  30633.                         'enabled' => true,
  30634.                         'policy' => 'time_backoff',
  30635.                         'reset' => '24 hours',
  30636.                         'limits' => [
  30637.                             => [
  30638.                                 'limit' => 10,
  30639.                                 'interval' => '10 seconds',
  30640.                             ],
  30641.                             => [
  30642.                                 'limit' => 15,
  30643.                                 'interval' => '30 seconds',
  30644.                             ],
  30645.                             => [
  30646.                                 'limit' => 20,
  30647.                                 'interval' => '60 seconds',
  30648.                             ],
  30649.                         ],
  30650.                         'lock_factory' => 'lock.factory',
  30651.                         'cache_pool' => 'cache.rate_limiter',
  30652.                     ],
  30653.                     'oauth' => [
  30654.                         'enabled' => true,
  30655.                         'policy' => 'time_backoff',
  30656.                         'reset' => '24 hours',
  30657.                         'limits' => [
  30658.                             => [
  30659.                                 'limit' => 10,
  30660.                                 'interval' => '10 seconds',
  30661.                             ],
  30662.                             => [
  30663.                                 'limit' => 15,
  30664.                                 'interval' => '30 seconds',
  30665.                             ],
  30666.                             => [
  30667.                                 'limit' => 20,
  30668.                                 'interval' => '60 seconds',
  30669.                             ],
  30670.                         ],
  30671.                         'lock_factory' => 'lock.factory',
  30672.                         'cache_pool' => 'cache.rate_limiter',
  30673.                     ],
  30674.                     'reset_password' => [
  30675.                         'enabled' => true,
  30676.                         'policy' => 'time_backoff',
  30677.                         'reset' => '24 hours',
  30678.                         'limits' => [
  30679.                             => [
  30680.                                 'limit' => 3,
  30681.                                 'interval' => '30 seconds',
  30682.                             ],
  30683.                             => [
  30684.                                 'limit' => 5,
  30685.                                 'interval' => '60 seconds',
  30686.                             ],
  30687.                             => [
  30688.                                 'limit' => 10,
  30689.                                 'interval' => '90 seconds',
  30690.                             ],
  30691.                         ],
  30692.                         'lock_factory' => 'lock.factory',
  30693.                         'cache_pool' => 'cache.rate_limiter',
  30694.                     ],
  30695.                     'user_recovery' => [
  30696.                         'enabled' => true,
  30697.                         'policy' => 'time_backoff',
  30698.                         'reset' => '24 hours',
  30699.                         'limits' => [
  30700.                             => [
  30701.                                 'limit' => 3,
  30702.                                 'interval' => '30 seconds',
  30703.                             ],
  30704.                             => [
  30705.                                 'limit' => 5,
  30706.                                 'interval' => '60 seconds',
  30707.                             ],
  30708.                             => [
  30709.                                 'limit' => 10,
  30710.                                 'interval' => '90 seconds',
  30711.                             ],
  30712.                         ],
  30713.                         'lock_factory' => 'lock.factory',
  30714.                         'cache_pool' => 'cache.rate_limiter',
  30715.                     ],
  30716.                     'contact_form' => [
  30717.                         'enabled' => true,
  30718.                         'policy' => 'time_backoff',
  30719.                         'reset' => '24 hours',
  30720.                         'limits' => [
  30721.                             => [
  30722.                                 'limit' => 3,
  30723.                                 'interval' => '30 seconds',
  30724.                             ],
  30725.                             => [
  30726.                                 'limit' => 5,
  30727.                                 'interval' => '60 seconds',
  30728.                             ],
  30729.                             => [
  30730.                                 'limit' => 10,
  30731.                                 'interval' => '90 seconds',
  30732.                             ],
  30733.                         ],
  30734.                         'lock_factory' => 'lock.factory',
  30735.                         'cache_pool' => 'cache.rate_limiter',
  30736.                     ],
  30737.                     'notification' => [
  30738.                         'enabled' => true,
  30739.                         'policy' => 'time_backoff',
  30740.                         'reset' => '24 hours',
  30741.                         'limits' => [
  30742.                             => [
  30743.                                 'limit' => 10,
  30744.                                 'interval' => '10 seconds',
  30745.                             ],
  30746.                             => [
  30747.                                 'limit' => 15,
  30748.                                 'interval' => '30 seconds',
  30749.                             ],
  30750.                             => [
  30751.                                 'limit' => 20,
  30752.                                 'interval' => '60 seconds',
  30753.                             ],
  30754.                         ],
  30755.                         'lock_factory' => 'lock.factory',
  30756.                         'cache_pool' => 'cache.rate_limiter',
  30757.                     ],
  30758.                     'newsletter_form' => [
  30759.                         'enabled' => true,
  30760.                         'policy' => 'time_backoff',
  30761.                         'reset' => '24 hours',
  30762.                         'limits' => [
  30763.                             => [
  30764.                                 'limit' => 3,
  30765.                                 'interval' => '30 seconds',
  30766.                             ],
  30767.                             => [
  30768.                                 'limit' => 5,
  30769.                                 'interval' => '60 seconds',
  30770.                             ],
  30771.                             => [
  30772.                                 'limit' => 10,
  30773.                                 'interval' => '90 seconds',
  30774.                             ],
  30775.                         ],
  30776.                         'lock_factory' => 'lock.factory',
  30777.                         'cache_pool' => 'cache.rate_limiter',
  30778.                     ],
  30779.                     'cart_add_line_item' => [
  30780.                         'enabled' => true,
  30781.                         'policy' => 'system_config',
  30782.                         'reset' => '1 hours',
  30783.                         'limits' => [
  30784.                             => [
  30785.                                 'domain' => 'core.cart.lineItemAddLimit',
  30786.                                 'interval' => '60 seconds',
  30787.                             ],
  30788.                         ],
  30789.                         'lock_factory' => 'lock.factory',
  30790.                         'cache_pool' => 'cache.rate_limiter',
  30791.                     ],
  30792.                 ],
  30793.             ],
  30794.             'shopware.api.max_limit' => 100,
  30795.             'shopware.api.api_browser' => [
  30796.                 'auth_required' => false,
  30797.             ],
  30798.             'shopware.api.api_browser.auth_required' => false,
  30799.             'shopware.api.api_browser.auth_required_str' => '0',
  30800.             'shopware.api.store' => [
  30801.                 'context_lifetime' => 'P1D',
  30802.             ],
  30803.             'shopware.api.store.context_lifetime' => 'P1D',
  30804.             'shopware.api.rate_limiter' => [
  30805.                 'login' => [
  30806.                     'enabled' => true,
  30807.                     'policy' => 'time_backoff',
  30808.                     'reset' => '24 hours',
  30809.                     'limits' => [
  30810.                         => [
  30811.                             'limit' => 10,
  30812.                             'interval' => '10 seconds',
  30813.                         ],
  30814.                         => [
  30815.                             'limit' => 15,
  30816.                             'interval' => '30 seconds',
  30817.                         ],
  30818.                         => [
  30819.                             'limit' => 20,
  30820.                             'interval' => '60 seconds',
  30821.                         ],
  30822.                     ],
  30823.                     'lock_factory' => 'lock.factory',
  30824.                     'cache_pool' => 'cache.rate_limiter',
  30825.                 ],
  30826.                 'guest_login' => [
  30827.                     'enabled' => true,
  30828.                     'policy' => 'time_backoff',
  30829.                     'reset' => '24 hours',
  30830.                     'limits' => [
  30831.                         => [
  30832.                             'limit' => 10,
  30833.                             'interval' => '10 seconds',
  30834.                         ],
  30835.                         => [
  30836.                             'limit' => 15,
  30837.                             'interval' => '30 seconds',
  30838.                         ],
  30839.                         => [
  30840.                             'limit' => 20,
  30841.                             'interval' => '60 seconds',
  30842.                         ],
  30843.                     ],
  30844.                     'lock_factory' => 'lock.factory',
  30845.                     'cache_pool' => 'cache.rate_limiter',
  30846.                 ],
  30847.                 'oauth' => [
  30848.                     'enabled' => true,
  30849.                     'policy' => 'time_backoff',
  30850.                     'reset' => '24 hours',
  30851.                     'limits' => [
  30852.                         => [
  30853.                             'limit' => 10,
  30854.                             'interval' => '10 seconds',
  30855.                         ],
  30856.                         => [
  30857.                             'limit' => 15,
  30858.                             'interval' => '30 seconds',
  30859.                         ],
  30860.                         => [
  30861.                             'limit' => 20,
  30862.                             'interval' => '60 seconds',
  30863.                         ],
  30864.                     ],
  30865.                     'lock_factory' => 'lock.factory',
  30866.                     'cache_pool' => 'cache.rate_limiter',
  30867.                 ],
  30868.                 'reset_password' => [
  30869.                     'enabled' => true,
  30870.                     'policy' => 'time_backoff',
  30871.                     'reset' => '24 hours',
  30872.                     'limits' => [
  30873.                         => [
  30874.                             'limit' => 3,
  30875.                             'interval' => '30 seconds',
  30876.                         ],
  30877.                         => [
  30878.                             'limit' => 5,
  30879.                             'interval' => '60 seconds',
  30880.                         ],
  30881.                         => [
  30882.                             'limit' => 10,
  30883.                             'interval' => '90 seconds',
  30884.                         ],
  30885.                     ],
  30886.                     'lock_factory' => 'lock.factory',
  30887.                     'cache_pool' => 'cache.rate_limiter',
  30888.                 ],
  30889.                 'user_recovery' => [
  30890.                     'enabled' => true,
  30891.                     'policy' => 'time_backoff',
  30892.                     'reset' => '24 hours',
  30893.                     'limits' => [
  30894.                         => [
  30895.                             'limit' => 3,
  30896.                             'interval' => '30 seconds',
  30897.                         ],
  30898.                         => [
  30899.                             'limit' => 5,
  30900.                             'interval' => '60 seconds',
  30901.                         ],
  30902.                         => [
  30903.                             'limit' => 10,
  30904.                             'interval' => '90 seconds',
  30905.                         ],
  30906.                     ],
  30907.                     'lock_factory' => 'lock.factory',
  30908.                     'cache_pool' => 'cache.rate_limiter',
  30909.                 ],
  30910.                 'contact_form' => [
  30911.                     'enabled' => true,
  30912.                     'policy' => 'time_backoff',
  30913.                     'reset' => '24 hours',
  30914.                     'limits' => [
  30915.                         => [
  30916.                             'limit' => 3,
  30917.                             'interval' => '30 seconds',
  30918.                         ],
  30919.                         => [
  30920.                             'limit' => 5,
  30921.                             'interval' => '60 seconds',
  30922.                         ],
  30923.                         => [
  30924.                             'limit' => 10,
  30925.                             'interval' => '90 seconds',
  30926.                         ],
  30927.                     ],
  30928.                     'lock_factory' => 'lock.factory',
  30929.                     'cache_pool' => 'cache.rate_limiter',
  30930.                 ],
  30931.                 'notification' => [
  30932.                     'enabled' => true,
  30933.                     'policy' => 'time_backoff',
  30934.                     'reset' => '24 hours',
  30935.                     'limits' => [
  30936.                         => [
  30937.                             'limit' => 10,
  30938.                             'interval' => '10 seconds',
  30939.                         ],
  30940.                         => [
  30941.                             'limit' => 15,
  30942.                             'interval' => '30 seconds',
  30943.                         ],
  30944.                         => [
  30945.                             'limit' => 20,
  30946.                             'interval' => '60 seconds',
  30947.                         ],
  30948.                     ],
  30949.                     'lock_factory' => 'lock.factory',
  30950.                     'cache_pool' => 'cache.rate_limiter',
  30951.                 ],
  30952.                 'newsletter_form' => [
  30953.                     'enabled' => true,
  30954.                     'policy' => 'time_backoff',
  30955.                     'reset' => '24 hours',
  30956.                     'limits' => [
  30957.                         => [
  30958.                             'limit' => 3,
  30959.                             'interval' => '30 seconds',
  30960.                         ],
  30961.                         => [
  30962.                             'limit' => 5,
  30963.                             'interval' => '60 seconds',
  30964.                         ],
  30965.                         => [
  30966.                             'limit' => 10,
  30967.                             'interval' => '90 seconds',
  30968.                         ],
  30969.                     ],
  30970.                     'lock_factory' => 'lock.factory',
  30971.                     'cache_pool' => 'cache.rate_limiter',
  30972.                 ],
  30973.                 'cart_add_line_item' => [
  30974.                     'enabled' => true,
  30975.                     'policy' => 'system_config',
  30976.                     'reset' => '1 hours',
  30977.                     'limits' => [
  30978.                         => [
  30979.                             'domain' => 'core.cart.lineItemAddLimit',
  30980.                             'interval' => '60 seconds',
  30981.                         ],
  30982.                     ],
  30983.                     'lock_factory' => 'lock.factory',
  30984.                     'cache_pool' => 'cache.rate_limiter',
  30985.                 ],
  30986.             ],
  30987.             'shopware.api.rate_limiter.login' => [
  30988.                 'enabled' => true,
  30989.                 'policy' => 'time_backoff',
  30990.                 'reset' => '24 hours',
  30991.                 'limits' => [
  30992.                     => [
  30993.                         'limit' => 10,
  30994.                         'interval' => '10 seconds',
  30995.                     ],
  30996.                     => [
  30997.                         'limit' => 15,
  30998.                         'interval' => '30 seconds',
  30999.                     ],
  31000.                     => [
  31001.                         'limit' => 20,
  31002.                         'interval' => '60 seconds',
  31003.                     ],
  31004.                 ],
  31005.                 'lock_factory' => 'lock.factory',
  31006.                 'cache_pool' => 'cache.rate_limiter',
  31007.             ],
  31008.             'shopware.api.rate_limiter.login.enabled' => true,
  31009.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  31010.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  31011.             'shopware.api.rate_limiter.login.limits' => [
  31012.                 => [
  31013.                     'limit' => 10,
  31014.                     'interval' => '10 seconds',
  31015.                 ],
  31016.                 => [
  31017.                     'limit' => 15,
  31018.                     'interval' => '30 seconds',
  31019.                 ],
  31020.                 => [
  31021.                     'limit' => 20,
  31022.                     'interval' => '60 seconds',
  31023.                 ],
  31024.             ],
  31025.             'shopware.api.rate_limiter.login.limits.0' => [
  31026.                 'limit' => 10,
  31027.                 'interval' => '10 seconds',
  31028.             ],
  31029.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  31030.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  31031.             'shopware.api.rate_limiter.login.limits.1' => [
  31032.                 'limit' => 15,
  31033.                 'interval' => '30 seconds',
  31034.             ],
  31035.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  31036.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  31037.             'shopware.api.rate_limiter.login.limits.2' => [
  31038.                 'limit' => 20,
  31039.                 'interval' => '60 seconds',
  31040.             ],
  31041.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  31042.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  31043.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  31044.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  31045.             'shopware.api.rate_limiter.guest_login' => [
  31046.                 'enabled' => true,
  31047.                 'policy' => 'time_backoff',
  31048.                 'reset' => '24 hours',
  31049.                 'limits' => [
  31050.                     => [
  31051.                         'limit' => 10,
  31052.                         'interval' => '10 seconds',
  31053.                     ],
  31054.                     => [
  31055.                         'limit' => 15,
  31056.                         'interval' => '30 seconds',
  31057.                     ],
  31058.                     => [
  31059.                         'limit' => 20,
  31060.                         'interval' => '60 seconds',
  31061.                     ],
  31062.                 ],
  31063.                 'lock_factory' => 'lock.factory',
  31064.                 'cache_pool' => 'cache.rate_limiter',
  31065.             ],
  31066.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  31067.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  31068.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  31069.             'shopware.api.rate_limiter.guest_login.limits' => [
  31070.                 => [
  31071.                     'limit' => 10,
  31072.                     'interval' => '10 seconds',
  31073.                 ],
  31074.                 => [
  31075.                     'limit' => 15,
  31076.                     'interval' => '30 seconds',
  31077.                 ],
  31078.                 => [
  31079.                     'limit' => 20,
  31080.                     'interval' => '60 seconds',
  31081.                 ],
  31082.             ],
  31083.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  31084.                 'limit' => 10,
  31085.                 'interval' => '10 seconds',
  31086.             ],
  31087.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  31088.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  31089.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  31090.                 'limit' => 15,
  31091.                 'interval' => '30 seconds',
  31092.             ],
  31093.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  31094.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  31095.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  31096.                 'limit' => 20,
  31097.                 'interval' => '60 seconds',
  31098.             ],
  31099.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  31100.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  31101.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  31102.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  31103.             'shopware.api.rate_limiter.oauth' => [
  31104.                 'enabled' => true,
  31105.                 'policy' => 'time_backoff',
  31106.                 'reset' => '24 hours',
  31107.                 'limits' => [
  31108.                     => [
  31109.                         'limit' => 10,
  31110.                         'interval' => '10 seconds',
  31111.                     ],
  31112.                     => [
  31113.                         'limit' => 15,
  31114.                         'interval' => '30 seconds',
  31115.                     ],
  31116.                     => [
  31117.                         'limit' => 20,
  31118.                         'interval' => '60 seconds',
  31119.                     ],
  31120.                 ],
  31121.                 'lock_factory' => 'lock.factory',
  31122.                 'cache_pool' => 'cache.rate_limiter',
  31123.             ],
  31124.             'shopware.api.rate_limiter.oauth.enabled' => true,
  31125.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  31126.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  31127.             'shopware.api.rate_limiter.oauth.limits' => [
  31128.                 => [
  31129.                     'limit' => 10,
  31130.                     'interval' => '10 seconds',
  31131.                 ],
  31132.                 => [
  31133.                     'limit' => 15,
  31134.                     'interval' => '30 seconds',
  31135.                 ],
  31136.                 => [
  31137.                     'limit' => 20,
  31138.                     'interval' => '60 seconds',
  31139.                 ],
  31140.             ],
  31141.             'shopware.api.rate_limiter.oauth.limits.0' => [
  31142.                 'limit' => 10,
  31143.                 'interval' => '10 seconds',
  31144.             ],
  31145.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  31146.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  31147.             'shopware.api.rate_limiter.oauth.limits.1' => [
  31148.                 'limit' => 15,
  31149.                 'interval' => '30 seconds',
  31150.             ],
  31151.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  31152.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  31153.             'shopware.api.rate_limiter.oauth.limits.2' => [
  31154.                 'limit' => 20,
  31155.                 'interval' => '60 seconds',
  31156.             ],
  31157.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  31158.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  31159.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  31160.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  31161.             'shopware.api.rate_limiter.reset_password' => [
  31162.                 'enabled' => true,
  31163.                 'policy' => 'time_backoff',
  31164.                 'reset' => '24 hours',
  31165.                 'limits' => [
  31166.                     => [
  31167.                         'limit' => 3,
  31168.                         'interval' => '30 seconds',
  31169.                     ],
  31170.                     => [
  31171.                         'limit' => 5,
  31172.                         'interval' => '60 seconds',
  31173.                     ],
  31174.                     => [
  31175.                         'limit' => 10,
  31176.                         'interval' => '90 seconds',
  31177.                     ],
  31178.                 ],
  31179.                 'lock_factory' => 'lock.factory',
  31180.                 'cache_pool' => 'cache.rate_limiter',
  31181.             ],
  31182.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  31183.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  31184.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  31185.             'shopware.api.rate_limiter.reset_password.limits' => [
  31186.                 => [
  31187.                     'limit' => 3,
  31188.                     'interval' => '30 seconds',
  31189.                 ],
  31190.                 => [
  31191.                     'limit' => 5,
  31192.                     'interval' => '60 seconds',
  31193.                 ],
  31194.                 => [
  31195.                     'limit' => 10,
  31196.                     'interval' => '90 seconds',
  31197.                 ],
  31198.             ],
  31199.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  31200.                 'limit' => 3,
  31201.                 'interval' => '30 seconds',
  31202.             ],
  31203.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  31204.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  31205.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  31206.                 'limit' => 5,
  31207.                 'interval' => '60 seconds',
  31208.             ],
  31209.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  31210.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  31211.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  31212.                 'limit' => 10,
  31213.                 'interval' => '90 seconds',
  31214.             ],
  31215.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  31216.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  31217.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  31218.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  31219.             'shopware.api.rate_limiter.user_recovery' => [
  31220.                 'enabled' => true,
  31221.                 'policy' => 'time_backoff',
  31222.                 'reset' => '24 hours',
  31223.                 'limits' => [
  31224.                     => [
  31225.                         'limit' => 3,
  31226.                         'interval' => '30 seconds',
  31227.                     ],
  31228.                     => [
  31229.                         'limit' => 5,
  31230.                         'interval' => '60 seconds',
  31231.                     ],
  31232.                     => [
  31233.                         'limit' => 10,
  31234.                         'interval' => '90 seconds',
  31235.                     ],
  31236.                 ],
  31237.                 'lock_factory' => 'lock.factory',
  31238.                 'cache_pool' => 'cache.rate_limiter',
  31239.             ],
  31240.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  31241.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  31242.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  31243.             'shopware.api.rate_limiter.user_recovery.limits' => [
  31244.                 => [
  31245.                     'limit' => 3,
  31246.                     'interval' => '30 seconds',
  31247.                 ],
  31248.                 => [
  31249.                     'limit' => 5,
  31250.                     'interval' => '60 seconds',
  31251.                 ],
  31252.                 => [
  31253.                     'limit' => 10,
  31254.                     'interval' => '90 seconds',
  31255.                 ],
  31256.             ],
  31257.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  31258.                 'limit' => 3,
  31259.                 'interval' => '30 seconds',
  31260.             ],
  31261.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  31262.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  31263.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  31264.                 'limit' => 5,
  31265.                 'interval' => '60 seconds',
  31266.             ],
  31267.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  31268.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  31269.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  31270.                 'limit' => 10,
  31271.                 'interval' => '90 seconds',
  31272.             ],
  31273.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  31274.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  31275.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  31276.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  31277.             'shopware.api.rate_limiter.contact_form' => [
  31278.                 'enabled' => true,
  31279.                 'policy' => 'time_backoff',
  31280.                 'reset' => '24 hours',
  31281.                 'limits' => [
  31282.                     => [
  31283.                         'limit' => 3,
  31284.                         'interval' => '30 seconds',
  31285.                     ],
  31286.                     => [
  31287.                         'limit' => 5,
  31288.                         'interval' => '60 seconds',
  31289.                     ],
  31290.                     => [
  31291.                         'limit' => 10,
  31292.                         'interval' => '90 seconds',
  31293.                     ],
  31294.                 ],
  31295.                 'lock_factory' => 'lock.factory',
  31296.                 'cache_pool' => 'cache.rate_limiter',
  31297.             ],
  31298.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  31299.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  31300.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  31301.             'shopware.api.rate_limiter.contact_form.limits' => [
  31302.                 => [
  31303.                     'limit' => 3,
  31304.                     'interval' => '30 seconds',
  31305.                 ],
  31306.                 => [
  31307.                     'limit' => 5,
  31308.                     'interval' => '60 seconds',
  31309.                 ],
  31310.                 => [
  31311.                     'limit' => 10,
  31312.                     'interval' => '90 seconds',
  31313.                 ],
  31314.             ],
  31315.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  31316.                 'limit' => 3,
  31317.                 'interval' => '30 seconds',
  31318.             ],
  31319.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  31320.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  31321.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  31322.                 'limit' => 5,
  31323.                 'interval' => '60 seconds',
  31324.             ],
  31325.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  31326.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  31327.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  31328.                 'limit' => 10,
  31329.                 'interval' => '90 seconds',
  31330.             ],
  31331.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  31332.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  31333.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  31334.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  31335.             'shopware.api.rate_limiter.notification' => [
  31336.                 'enabled' => true,
  31337.                 'policy' => 'time_backoff',
  31338.                 'reset' => '24 hours',
  31339.                 'limits' => [
  31340.                     => [
  31341.                         'limit' => 10,
  31342.                         'interval' => '10 seconds',
  31343.                     ],
  31344.                     => [
  31345.                         'limit' => 15,
  31346.                         'interval' => '30 seconds',
  31347.                     ],
  31348.                     => [
  31349.                         'limit' => 20,
  31350.                         'interval' => '60 seconds',
  31351.                     ],
  31352.                 ],
  31353.                 'lock_factory' => 'lock.factory',
  31354.                 'cache_pool' => 'cache.rate_limiter',
  31355.             ],
  31356.             'shopware.api.rate_limiter.notification.enabled' => true,
  31357.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  31358.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  31359.             'shopware.api.rate_limiter.notification.limits' => [
  31360.                 => [
  31361.                     'limit' => 10,
  31362.                     'interval' => '10 seconds',
  31363.                 ],
  31364.                 => [
  31365.                     'limit' => 15,
  31366.                     'interval' => '30 seconds',
  31367.                 ],
  31368.                 => [
  31369.                     'limit' => 20,
  31370.                     'interval' => '60 seconds',
  31371.                 ],
  31372.             ],
  31373.             'shopware.api.rate_limiter.notification.limits.0' => [
  31374.                 'limit' => 10,
  31375.                 'interval' => '10 seconds',
  31376.             ],
  31377.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  31378.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  31379.             'shopware.api.rate_limiter.notification.limits.1' => [
  31380.                 'limit' => 15,
  31381.                 'interval' => '30 seconds',
  31382.             ],
  31383.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  31384.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  31385.             'shopware.api.rate_limiter.notification.limits.2' => [
  31386.                 'limit' => 20,
  31387.                 'interval' => '60 seconds',
  31388.             ],
  31389.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  31390.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  31391.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  31392.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  31393.             'shopware.api.rate_limiter.newsletter_form' => [
  31394.                 'enabled' => true,
  31395.                 'policy' => 'time_backoff',
  31396.                 'reset' => '24 hours',
  31397.                 'limits' => [
  31398.                     => [
  31399.                         'limit' => 3,
  31400.                         'interval' => '30 seconds',
  31401.                     ],
  31402.                     => [
  31403.                         'limit' => 5,
  31404.                         'interval' => '60 seconds',
  31405.                     ],
  31406.                     => [
  31407.                         'limit' => 10,
  31408.                         'interval' => '90 seconds',
  31409.                     ],
  31410.                 ],
  31411.                 'lock_factory' => 'lock.factory',
  31412.                 'cache_pool' => 'cache.rate_limiter',
  31413.             ],
  31414.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  31415.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  31416.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  31417.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  31418.                 => [
  31419.                     'limit' => 3,
  31420.                     'interval' => '30 seconds',
  31421.                 ],
  31422.                 => [
  31423.                     'limit' => 5,
  31424.                     'interval' => '60 seconds',
  31425.                 ],
  31426.                 => [
  31427.                     'limit' => 10,
  31428.                     'interval' => '90 seconds',
  31429.                 ],
  31430.             ],
  31431.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  31432.                 'limit' => 3,
  31433.                 'interval' => '30 seconds',
  31434.             ],
  31435.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  31436.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  31437.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  31438.                 'limit' => 5,
  31439.                 'interval' => '60 seconds',
  31440.             ],
  31441.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  31442.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  31443.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  31444.                 'limit' => 10,
  31445.                 'interval' => '90 seconds',
  31446.             ],
  31447.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  31448.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  31449.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  31450.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  31451.             'shopware.api.rate_limiter.cart_add_line_item' => [
  31452.                 'enabled' => true,
  31453.                 'policy' => 'system_config',
  31454.                 'reset' => '1 hours',
  31455.                 'limits' => [
  31456.                     => [
  31457.                         'domain' => 'core.cart.lineItemAddLimit',
  31458.                         'interval' => '60 seconds',
  31459.                     ],
  31460.                 ],
  31461.                 'lock_factory' => 'lock.factory',
  31462.                 'cache_pool' => 'cache.rate_limiter',
  31463.             ],
  31464.             'shopware.api.rate_limiter.cart_add_line_item.enabled' => true,
  31465.             'shopware.api.rate_limiter.cart_add_line_item.policy' => 'system_config',
  31466.             'shopware.api.rate_limiter.cart_add_line_item.reset' => '1 hours',
  31467.             'shopware.api.rate_limiter.cart_add_line_item.limits' => [
  31468.                 => [
  31469.                     'domain' => 'core.cart.lineItemAddLimit',
  31470.                     'interval' => '60 seconds',
  31471.                 ],
  31472.             ],
  31473.             'shopware.api.rate_limiter.cart_add_line_item.limits.0' => [
  31474.                 'domain' => 'core.cart.lineItemAddLimit',
  31475.                 'interval' => '60 seconds',
  31476.             ],
  31477.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.domain' => 'core.cart.lineItemAddLimit',
  31478.             'shopware.api.rate_limiter.cart_add_line_item.limits.0.interval' => '60 seconds',
  31479.             'shopware.api.rate_limiter.cart_add_line_item.lock_factory' => 'lock.factory',
  31480.             'shopware.api.rate_limiter.cart_add_line_item.cache_pool' => 'cache.rate_limiter',
  31481.             'shopware.admin_worker' => [
  31482.                 'enable_admin_worker' => true,
  31483.                 'poll_interval' => 20,
  31484.                 'transports' => [
  31485.                     => 'default',
  31486.                 ],
  31487.                 'memory_limit' => '128M',
  31488.             ],
  31489.             'shopware.admin_worker.enable_admin_worker' => true,
  31490.             'shopware.admin_worker.poll_interval' => 20,
  31491.             'shopware.admin_worker.transports' => [
  31492.                 => 'default',
  31493.             ],
  31494.             'shopware.admin_worker.transports.0' => 'default',
  31495.             'shopware.admin_worker.memory_limit' => '128M',
  31496.             'shopware.auto_update' => [
  31497.                 'enabled' => true,
  31498.             ],
  31499.             'shopware.auto_update.enabled' => true,
  31500.             'shopware.store' => [
  31501.                 'frw' => false,
  31502.             ],
  31503.             'shopware.sitemap' => [
  31504.                 'batchsize' => 100,
  31505.                 'custom_urls' => [
  31506.                 ],
  31507.                 'excluded_urls' => [
  31508.                 ],
  31509.             ],
  31510.             'shopware.sitemap.batchsize' => 100,
  31511.             'shopware.sitemap.custom_urls' => [
  31512.             ],
  31513.             'shopware.sitemap.excluded_urls' => [
  31514.             ],
  31515.             'shopware.media' => [
  31516.                 'enable_url_upload_feature' => true,
  31517.                 'enable_url_validation' => false,
  31518.                 'url_upload_max_size' => 0,
  31519.             ],
  31520.             'shopware.media.enable_url_upload_feature' => true,
  31521.             'shopware.media.enable_url_validation' => false,
  31522.             'shopware.media.url_upload_max_size' => 0,
  31523.             'shopware.dal' => [
  31524.                 'batch_size' => 125,
  31525.                 'max_rule_prices' => 100,
  31526.                 'versioning' => [
  31527.                     'expire_days' => 30,
  31528.                 ],
  31529.             ],
  31530.             'shopware.dal.batch_size' => 125,
  31531.             'shopware.dal.max_rule_prices' => 100,
  31532.             'shopware.dal.versioning' => [
  31533.                 'expire_days' => 30,
  31534.             ],
  31535.             'shopware.dal.versioning.expire_days' => 30,
  31536.             'shopware.mail' => [
  31537.                 'update_mail_variables_on_send' => true,
  31538.             ],
  31539.             'shopware.mail.update_mail_variables_on_send' => true,
  31540.             'shopware.cart' => [
  31541.                 'compress' => false,
  31542.                 'expire_days' => 120,
  31543.                 'redis_url' => false,
  31544.             ],
  31545.             'shopware.cart.compress' => false,
  31546.             'shopware.cart.expire_days' => 120,
  31547.             'shopware.cart.redis_url' => false,
  31548.             'shopware.number_range' => [
  31549.                 'increment_storage' => 'SQL',
  31550.                 'redis_url' => false,
  31551.             ],
  31552.             'shopware.number_range.increment_storage' => 'SQL',
  31553.             'shopware.number_range.redis_url' => false,
  31554.             'shopware.sales_channel_context' => [
  31555.                 'expire_days' => 120,
  31556.             ],
  31557.             'shopware.sales_channel_context.expire_days' => 120,
  31558.             'shopware.html_sanitizer.cache_enabled' => true,
  31559.             'shopware.html_sanitizer.sets' => [
  31560.                 'basic' => [
  31561.                     'tags' => [
  31562.                         => 'a',
  31563.                         => 'abbr',
  31564.                         => 'acronym',
  31565.                         => 'address',
  31566.                         => 'b',
  31567.                         => 'bdo',
  31568.                         => 'big',
  31569.                         => 'blockquote',
  31570.                         => 'br',
  31571.                         => 'caption',
  31572.                         10 => 'center',
  31573.                         11 => 'cite',
  31574.                         12 => 'code',
  31575.                         13 => 'col',
  31576.                         14 => 'colgroup',
  31577.                         15 => 'dd',
  31578.                         16 => 'del',
  31579.                         17 => 'dfn',
  31580.                         18 => 'dir',
  31581.                         19 => 'div',
  31582.                         20 => 'dl',
  31583.                         21 => 'dt',
  31584.                         22 => 'em',
  31585.                         23 => 'font',
  31586.                         24 => 'h1',
  31587.                         25 => 'h2',
  31588.                         26 => 'h3',
  31589.                         27 => 'h4',
  31590.                         28 => 'h5',
  31591.                         29 => 'h6',
  31592.                         30 => 'hr',
  31593.                         31 => 'i',
  31594.                         32 => 'ins',
  31595.                         33 => 'kbd',
  31596.                         34 => 'li',
  31597.                         35 => 'menu',
  31598.                         36 => 'ol',
  31599.                         37 => 'p',
  31600.                         38 => 'pre',
  31601.                         39 => 'q',
  31602.                         40 => 's',
  31603.                         41 => 'samp',
  31604.                         42 => 'small',
  31605.                         43 => 'span',
  31606.                         44 => 'strike',
  31607.                         45 => 'strong',
  31608.                         46 => 'sub',
  31609.                         47 => 'sup',
  31610.                         48 => 'table',
  31611.                         49 => 'tbody',
  31612.                         50 => 'td',
  31613.                         51 => 'tfoot',
  31614.                         52 => 'th',
  31615.                         53 => 'thead',
  31616.                         54 => 'tr',
  31617.                         55 => 'tt',
  31618.                         56 => 'u',
  31619.                         57 => 'ul',
  31620.                         58 => 'var',
  31621.                     ],
  31622.                     'attributes' => [
  31623.                         => 'align',
  31624.                         => 'bgcolor',
  31625.                         => 'border',
  31626.                         => 'cellpadding',
  31627.                         => 'cellspacing',
  31628.                         => 'cite',
  31629.                         => 'class',
  31630.                         => 'clear',
  31631.                         => 'color',
  31632.                         => 'colspan',
  31633.                         10 => 'dir',
  31634.                         11 => 'face',
  31635.                         12 => 'frame',
  31636.                         13 => 'height',
  31637.                         14 => 'href',
  31638.                         15 => 'id',
  31639.                         16 => 'lang',
  31640.                         17 => 'name',
  31641.                         18 => 'noshade',
  31642.                         19 => 'nowrap',
  31643.                         20 => 'rel',
  31644.                         21 => 'rev',
  31645.                         22 => 'rowspan',
  31646.                         23 => 'scope',
  31647.                         24 => 'size',
  31648.                         25 => 'span',
  31649.                         26 => 'start',
  31650.                         27 => 'style',
  31651.                         28 => 'summary',
  31652.                         29 => 'title',
  31653.                         30 => 'type',
  31654.                         31 => 'valign',
  31655.                         32 => 'value',
  31656.                         33 => 'width',
  31657.                     ],
  31658.                     'options' => [
  31659.                     ],
  31660.                 ],
  31661.                 'media' => [
  31662.                     'tags' => [
  31663.                         => 'img',
  31664.                     ],
  31665.                     'attributes' => [
  31666.                         => 'src',
  31667.                         => 'alt',
  31668.                     ],
  31669.                     'options' => [
  31670.                     ],
  31671.                 ],
  31672.                 'script' => [
  31673.                     'tags' => [
  31674.                         => 'script',
  31675.                     ],
  31676.                     'options' => [
  31677.                         'HTML.Trusted' => true,
  31678.                     ],
  31679.                     'attributes' => [
  31680.                     ],
  31681.                 ],
  31682.                 'tidy' => [
  31683.                     'options' => [
  31684.                         'Output.TidyFormat' => true,
  31685.                     ],
  31686.                     'tags' => [
  31687.                     ],
  31688.                     'attributes' => [
  31689.                     ],
  31690.                 ],
  31691.             ],
  31692.             'shopware.html_sanitizer.sets.basic' => [
  31693.                 'tags' => [
  31694.                     => 'a',
  31695.                     => 'abbr',
  31696.                     => 'acronym',
  31697.                     => 'address',
  31698.                     => 'b',
  31699.                     => 'bdo',
  31700.                     => 'big',
  31701.                     => 'blockquote',
  31702.                     => 'br',
  31703.                     => 'caption',
  31704.                     10 => 'center',
  31705.                     11 => 'cite',
  31706.                     12 => 'code',
  31707.                     13 => 'col',
  31708.                     14 => 'colgroup',
  31709.                     15 => 'dd',
  31710.                     16 => 'del',
  31711.                     17 => 'dfn',
  31712.                     18 => 'dir',
  31713.                     19 => 'div',
  31714.                     20 => 'dl',
  31715.                     21 => 'dt',
  31716.                     22 => 'em',
  31717.                     23 => 'font',
  31718.                     24 => 'h1',
  31719.                     25 => 'h2',
  31720.                     26 => 'h3',
  31721.                     27 => 'h4',
  31722.                     28 => 'h5',
  31723.                     29 => 'h6',
  31724.                     30 => 'hr',
  31725.                     31 => 'i',
  31726.                     32 => 'ins',
  31727.                     33 => 'kbd',
  31728.                     34 => 'li',
  31729.                     35 => 'menu',
  31730.                     36 => 'ol',
  31731.                     37 => 'p',
  31732.                     38 => 'pre',
  31733.                     39 => 'q',
  31734.                     40 => 's',
  31735.                     41 => 'samp',
  31736.                     42 => 'small',
  31737.                     43 => 'span',
  31738.                     44 => 'strike',
  31739.                     45 => 'strong',
  31740.                     46 => 'sub',
  31741.                     47 => 'sup',
  31742.                     48 => 'table',
  31743.                     49 => 'tbody',
  31744.                     50 => 'td',
  31745.                     51 => 'tfoot',
  31746.                     52 => 'th',
  31747.                     53 => 'thead',
  31748.                     54 => 'tr',
  31749.                     55 => 'tt',
  31750.                     56 => 'u',
  31751.                     57 => 'ul',
  31752.                     58 => 'var',
  31753.                 ],
  31754.                 'attributes' => [
  31755.                     => 'align',
  31756.                     => 'bgcolor',
  31757.                     => 'border',
  31758.                     => 'cellpadding',
  31759.                     => 'cellspacing',
  31760.                     => 'cite',
  31761.                     => 'class',
  31762.                     => 'clear',
  31763.                     => 'color',
  31764.                     => 'colspan',
  31765.                     10 => 'dir',
  31766.                     11 => 'face',
  31767.                     12 => 'frame',
  31768.                     13 => 'height',
  31769.                     14 => 'href',
  31770.                     15 => 'id',
  31771.                     16 => 'lang',
  31772.                     17 => 'name',
  31773.                     18 => 'noshade',
  31774.                     19 => 'nowrap',
  31775.                     20 => 'rel',
  31776.                     21 => 'rev',
  31777.                     22 => 'rowspan',
  31778.                     23 => 'scope',
  31779.                     24 => 'size',
  31780.                     25 => 'span',
  31781.                     26 => 'start',
  31782.                     27 => 'style',
  31783.                     28 => 'summary',
  31784.                     29 => 'title',
  31785.                     30 => 'type',
  31786.                     31 => 'valign',
  31787.                     32 => 'value',
  31788.                     33 => 'width',
  31789.                 ],
  31790.                 'options' => [
  31791.                 ],
  31792.             ],
  31793.             'shopware.html_sanitizer.sets.basic.tags' => [
  31794.                 => 'a',
  31795.                 => 'abbr',
  31796.                 => 'acronym',
  31797.                 => 'address',
  31798.                 => 'b',
  31799.                 => 'bdo',
  31800.                 => 'big',
  31801.                 => 'blockquote',
  31802.                 => 'br',
  31803.                 => 'caption',
  31804.                 10 => 'center',
  31805.                 11 => 'cite',
  31806.                 12 => 'code',
  31807.                 13 => 'col',
  31808.                 14 => 'colgroup',
  31809.                 15 => 'dd',
  31810.                 16 => 'del',
  31811.                 17 => 'dfn',
  31812.                 18 => 'dir',
  31813.                 19 => 'div',
  31814.                 20 => 'dl',
  31815.                 21 => 'dt',
  31816.                 22 => 'em',
  31817.                 23 => 'font',
  31818.                 24 => 'h1',
  31819.                 25 => 'h2',
  31820.                 26 => 'h3',
  31821.                 27 => 'h4',
  31822.                 28 => 'h5',
  31823.                 29 => 'h6',
  31824.                 30 => 'hr',
  31825.                 31 => 'i',
  31826.                 32 => 'ins',
  31827.                 33 => 'kbd',
  31828.                 34 => 'li',
  31829.                 35 => 'menu',
  31830.                 36 => 'ol',
  31831.                 37 => 'p',
  31832.                 38 => 'pre',
  31833.                 39 => 'q',
  31834.                 40 => 's',
  31835.                 41 => 'samp',
  31836.                 42 => 'small',
  31837.                 43 => 'span',
  31838.                 44 => 'strike',
  31839.                 45 => 'strong',
  31840.                 46 => 'sub',
  31841.                 47 => 'sup',
  31842.                 48 => 'table',
  31843.                 49 => 'tbody',
  31844.                 50 => 'td',
  31845.                 51 => 'tfoot',
  31846.                 52 => 'th',
  31847.                 53 => 'thead',
  31848.                 54 => 'tr',
  31849.                 55 => 'tt',
  31850.                 56 => 'u',
  31851.                 57 => 'ul',
  31852.                 58 => 'var',
  31853.             ],
  31854.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  31855.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  31856.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  31857.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  31858.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  31859.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  31860.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  31861.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  31862.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  31863.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  31864.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  31865.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  31866.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  31867.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  31868.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  31869.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  31870.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  31871.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  31872.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  31873.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  31874.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  31875.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  31876.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  31877.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  31878.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  31879.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  31880.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  31881.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  31882.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  31883.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  31884.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  31885.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  31886.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  31887.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  31888.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  31889.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  31890.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  31891.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  31892.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  31893.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  31894.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  31895.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  31896.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  31897.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  31898.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  31899.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  31900.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  31901.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  31902.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  31903.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  31904.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  31905.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  31906.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  31907.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  31908.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  31909.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  31910.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  31911.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  31912.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  31913.             'shopware.html_sanitizer.sets.basic.attributes' => [
  31914.                 => 'align',
  31915.                 => 'bgcolor',
  31916.                 => 'border',
  31917.                 => 'cellpadding',
  31918.                 => 'cellspacing',
  31919.                 => 'cite',
  31920.                 => 'class',
  31921.                 => 'clear',
  31922.                 => 'color',
  31923.                 => 'colspan',
  31924.                 10 => 'dir',
  31925.                 11 => 'face',
  31926.                 12 => 'frame',
  31927.                 13 => 'height',
  31928.                 14 => 'href',
  31929.                 15 => 'id',
  31930.                 16 => 'lang',
  31931.                 17 => 'name',
  31932.                 18 => 'noshade',
  31933.                 19 => 'nowrap',
  31934.                 20 => 'rel',
  31935.                 21 => 'rev',
  31936.                 22 => 'rowspan',
  31937.                 23 => 'scope',
  31938.                 24 => 'size',
  31939.                 25 => 'span',
  31940.                 26 => 'start',
  31941.                 27 => 'style',
  31942.                 28 => 'summary',
  31943.                 29 => 'title',
  31944.                 30 => 'type',
  31945.                 31 => 'valign',
  31946.                 32 => 'value',
  31947.                 33 => 'width',
  31948.             ],
  31949.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  31950.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  31951.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  31952.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  31953.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  31954.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  31955.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  31956.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  31957.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  31958.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  31959.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  31960.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  31961.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  31962.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  31963.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  31964.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  31965.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  31966.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  31967.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  31968.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  31969.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  31970.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  31971.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  31972.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  31973.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  31974.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  31975.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  31976.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  31977.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  31978.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  31979.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  31980.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  31981.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  31982.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  31983.             'shopware.html_sanitizer.sets.basic.options' => [
  31984.             ],
  31985.             'shopware.html_sanitizer.sets.media' => [
  31986.                 'tags' => [
  31987.                     => 'img',
  31988.                 ],
  31989.                 'attributes' => [
  31990.                     => 'src',
  31991.                     => 'alt',
  31992.                 ],
  31993.                 'options' => [
  31994.                 ],
  31995.             ],
  31996.             'shopware.html_sanitizer.sets.media.tags' => [
  31997.                 => 'img',
  31998.             ],
  31999.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  32000.             'shopware.html_sanitizer.sets.media.attributes' => [
  32001.                 => 'src',
  32002.                 => 'alt',
  32003.             ],
  32004.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  32005.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  32006.             'shopware.html_sanitizer.sets.media.options' => [
  32007.             ],
  32008.             'shopware.html_sanitizer.sets.script' => [
  32009.                 'tags' => [
  32010.                     => 'script',
  32011.                 ],
  32012.                 'options' => [
  32013.                     'HTML.Trusted' => true,
  32014.                 ],
  32015.                 'attributes' => [
  32016.                 ],
  32017.             ],
  32018.             'shopware.html_sanitizer.sets.script.tags' => [
  32019.                 => 'script',
  32020.             ],
  32021.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  32022.             'shopware.html_sanitizer.sets.script.options' => [
  32023.                 'HTML.Trusted' => true,
  32024.             ],
  32025.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  32026.             'shopware.html_sanitizer.sets.script.attributes' => [
  32027.             ],
  32028.             'shopware.html_sanitizer.sets.tidy' => [
  32029.                 'options' => [
  32030.                     'Output.TidyFormat' => true,
  32031.                 ],
  32032.                 'tags' => [
  32033.                 ],
  32034.                 'attributes' => [
  32035.                 ],
  32036.             ],
  32037.             'shopware.html_sanitizer.sets.tidy.options' => [
  32038.                 'Output.TidyFormat' => true,
  32039.             ],
  32040.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  32041.             'shopware.html_sanitizer.sets.tidy.tags' => [
  32042.             ],
  32043.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  32044.             ],
  32045.             'shopware.html_sanitizer.fields' => [
  32046.                 'product_translation.description' => [
  32047.                     'sets' => [
  32048.                         => 'basic',
  32049.                         => 'media',
  32050.                     ],
  32051.                 ],
  32052.                 'app_cms_block.template' => [
  32053.                     'sets' => [
  32054.                         => 'basic',
  32055.                         => 'media',
  32056.                         => 'tidy',
  32057.                     ],
  32058.                 ],
  32059.             ],
  32060.             'shopware.html_sanitizer.fields.product_translation.description' => [
  32061.                 'sets' => [
  32062.                     => 'basic',
  32063.                     => 'media',
  32064.                 ],
  32065.             ],
  32066.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  32067.                 => 'basic',
  32068.                 => 'media',
  32069.             ],
  32070.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  32071.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  32072.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  32073.                 'sets' => [
  32074.                     => 'basic',
  32075.                     => 'media',
  32076.                     => 'tidy',
  32077.                 ],
  32078.             ],
  32079.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  32080.                 => 'basic',
  32081.                 => 'media',
  32082.                 => 'tidy',
  32083.             ],
  32084.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  32085.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  32086.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  32087.             'shopware.logger' => [
  32088.                 'file_rotation_count' => 14,
  32089.                 'exclude_exception' => [
  32090.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  32091.                 ],
  32092.             ],
  32093.             'shopware.logger.file_rotation_count' => 14,
  32094.             'shopware.logger.exclude_exception' => [
  32095.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  32096.             ],
  32097.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  32098.             'shopware.cache.invalidation' => [
  32099.                 'delay' => 0,
  32100.                 'count' => 150,
  32101.                 'http_cache' => [
  32102.                     => 'logged-in',
  32103.                     => 'cart-filled',
  32104.                 ],
  32105.                 'product_listing_route' => [
  32106.                 ],
  32107.                 'product_detail_route' => [
  32108.                 ],
  32109.                 'product_review_route' => [
  32110.                 ],
  32111.                 'product_search_route' => [
  32112.                 ],
  32113.                 'product_suggest_route' => [
  32114.                 ],
  32115.                 'product_cross_selling_route' => [
  32116.                 ],
  32117.                 'payment_method_route' => [
  32118.                 ],
  32119.                 'shipping_method_route' => [
  32120.                 ],
  32121.                 'navigation_route' => [
  32122.                 ],
  32123.                 'category_route' => [
  32124.                 ],
  32125.                 'landing_page_route' => [
  32126.                 ],
  32127.                 'language_route' => [
  32128.                 ],
  32129.                 'currency_route' => [
  32130.                 ],
  32131.                 'country_route' => [
  32132.                 ],
  32133.                 'country_state_route' => [
  32134.                 ],
  32135.                 'salutation_route' => [
  32136.                 ],
  32137.                 'sitemap_route' => [
  32138.                 ],
  32139.             ],
  32140.             'shopware.cache.invalidation.delay' => 0,
  32141.             'shopware.cache.invalidation.count' => 150,
  32142.             'shopware.cache.invalidation.http_cache' => [
  32143.                 => 'logged-in',
  32144.                 => 'cart-filled',
  32145.             ],
  32146.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  32147.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  32148.             'shopware.cache.invalidation.product_listing_route' => [
  32149.             ],
  32150.             'shopware.cache.invalidation.product_detail_route' => [
  32151.             ],
  32152.             'shopware.cache.invalidation.product_review_route' => [
  32153.             ],
  32154.             'shopware.cache.invalidation.product_search_route' => [
  32155.             ],
  32156.             'shopware.cache.invalidation.product_suggest_route' => [
  32157.             ],
  32158.             'shopware.cache.invalidation.product_cross_selling_route' => [
  32159.             ],
  32160.             'shopware.cache.invalidation.payment_method_route' => [
  32161.             ],
  32162.             'shopware.cache.invalidation.shipping_method_route' => [
  32163.             ],
  32164.             'shopware.cache.invalidation.navigation_route' => [
  32165.             ],
  32166.             'shopware.cache.invalidation.category_route' => [
  32167.             ],
  32168.             'shopware.cache.invalidation.landing_page_route' => [
  32169.             ],
  32170.             'shopware.cache.invalidation.language_route' => [
  32171.             ],
  32172.             'shopware.cache.invalidation.currency_route' => [
  32173.             ],
  32174.             'shopware.cache.invalidation.country_route' => [
  32175.             ],
  32176.             'shopware.cache.invalidation.country_state_route' => [
  32177.             ],
  32178.             'shopware.cache.invalidation.salutation_route' => [
  32179.             ],
  32180.             'shopware.cache.invalidation.sitemap_route' => [
  32181.             ],
  32182.             'storefront.csrf' => [
  32183.                 'enabled' => true,
  32184.                 'mode' => 'twig',
  32185.             ],
  32186.             'storefront.csrf.enabled' => true,
  32187.             'storefront.csrf.mode' => 'twig',
  32188.             'storefront.reverse_proxy' => [
  32189.                 'enabled' => false,
  32190.                 'ban_method' => 'BAN',
  32191.                 'hosts' => [
  32192.                     => 'http://varnish',
  32193.                 ],
  32194.                 'max_parallel_invalidations' => 2,
  32195.                 'redis_url' => 'redis://redis',
  32196.                 'purge_all' => [
  32197.                     'ban_method' => 'BAN',
  32198.                     'ban_headers' => [
  32199.                     ],
  32200.                     'urls' => [
  32201.                         => '/',
  32202.                     ],
  32203.                 ],
  32204.                 'fastly' => [
  32205.                     'enabled' => false,
  32206.                     'api_key' => '',
  32207.                     'instance_tag' => '',
  32208.                     'service_id' => '',
  32209.                     'soft_purge' => '0',
  32210.                     'tag_prefix' => '',
  32211.                 ],
  32212.                 'use_varnish_xkey' => false,
  32213.                 'ban_headers' => [
  32214.                 ],
  32215.             ],
  32216.             'storefront.reverse_proxy.enabled' => false,
  32217.             'storefront.reverse_proxy.ban_method' => 'BAN',
  32218.             'storefront.reverse_proxy.hosts' => [
  32219.                 => 'http://varnish',
  32220.             ],
  32221.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  32222.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  32223.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  32224.             'storefront.reverse_proxy.purge_all' => [
  32225.                 'ban_method' => 'BAN',
  32226.                 'ban_headers' => [
  32227.                 ],
  32228.                 'urls' => [
  32229.                     => '/',
  32230.                 ],
  32231.             ],
  32232.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  32233.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  32234.             ],
  32235.             'storefront.reverse_proxy.purge_all.urls' => [
  32236.                 => '/',
  32237.             ],
  32238.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  32239.             'storefront.reverse_proxy.fastly' => [
  32240.                 'enabled' => false,
  32241.                 'api_key' => '',
  32242.                 'instance_tag' => '',
  32243.                 'service_id' => '',
  32244.                 'soft_purge' => '0',
  32245.                 'tag_prefix' => '',
  32246.             ],
  32247.             'storefront.reverse_proxy.fastly.enabled' => false,
  32248.             'storefront.reverse_proxy.fastly.api_key' => '',
  32249.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  32250.             'storefront.reverse_proxy.fastly.service_id' => '',
  32251.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  32252.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  32253.             'storefront.reverse_proxy.use_varnish_xkey' => false,
  32254.             'storefront.reverse_proxy.ban_headers' => [
  32255.             ],
  32256.             'storefront.http_cache' => [
  32257.                 'ignored_url_parameters' => [
  32258.                     => 'pk_campaign',
  32259.                     => 'piwik_campaign',
  32260.                     => 'pk_kwd',
  32261.                     => 'piwik_kwd',
  32262.                     => 'pk_keyword',
  32263.                     => 'mtm_campaign',
  32264.                     => 'matomo_campaign',
  32265.                     => 'mtm_cid',
  32266.                     => 'matomo_cid',
  32267.                     => 'mtm_kwd',
  32268.                     10 => 'matomo_kwd',
  32269.                     11 => 'mtm_keyword',
  32270.                     12 => 'matomo_keyword',
  32271.                     13 => 'mtm_source',
  32272.                     14 => 'matomo_source',
  32273.                     15 => 'mtm_medium',
  32274.                     16 => 'matomo_medium',
  32275.                     17 => 'mtm_content',
  32276.                     18 => 'matomo_content',
  32277.                     19 => 'mtm_group',
  32278.                     20 => 'matomo_group',
  32279.                     21 => 'mtm_placement',
  32280.                     22 => 'matomo_placement',
  32281.                     23 => 'pixelId',
  32282.                     24 => 'kwid',
  32283.                     25 => 'kw',
  32284.                     26 => 'chl',
  32285.                     27 => 'dv',
  32286.                     28 => 'nk',
  32287.                     29 => 'pa',
  32288.                     30 => 'camid',
  32289.                     31 => 'adgid',
  32290.                     32 => 'utm_term',
  32291.                     33 => 'utm_source',
  32292.                     34 => 'utm_medium',
  32293.                     35 => 'utm_campaign',
  32294.                     36 => 'utm_content',
  32295.                     37 => 'cx',
  32296.                     38 => 'ie',
  32297.                     39 => 'cof',
  32298.                     40 => 'siteurl',
  32299.                     41 => '_ga',
  32300.                     42 => 'adgroupid',
  32301.                     43 => 'campaignid',
  32302.                     44 => 'adid',
  32303.                     45 => 'gclsrc',
  32304.                     46 => 'gclid',
  32305.                     47 => 'fbclid',
  32306.                     48 => 'fb_action_ids',
  32307.                     49 => 'fb_action_types',
  32308.                     50 => 'fb_source',
  32309.                     51 => 'mc_cid',
  32310.                     52 => 'mc_eid',
  32311.                     53 => '_bta_tid',
  32312.                     54 => '_bta_c',
  32313.                     55 => 'trk_contact',
  32314.                     56 => 'trk_msg',
  32315.                     57 => 'trk_module',
  32316.                     58 => 'trk_sid',
  32317.                     59 => 'gdfms',
  32318.                     60 => 'gdftrk',
  32319.                     61 => 'gdffi',
  32320.                     62 => '_ke',
  32321.                     63 => 'redirect_log_mongo_id',
  32322.                     64 => 'redirect_mongo_id',
  32323.                     65 => 'sb_referer_host',
  32324.                     66 => 'mkwid',
  32325.                     67 => 'pcrid',
  32326.                     68 => 'ef_id',
  32327.                     69 => 's_kwcid',
  32328.                     70 => 'msclkid',
  32329.                     71 => 'dm_i',
  32330.                     72 => 'epik',
  32331.                     73 => 'pp',
  32332.                 ],
  32333.                 'stale_while_revalidate' => NULL,
  32334.                 'stale_if_error' => NULL,
  32335.             ],
  32336.             'storefront.http_cache.ignored_url_parameters' => [
  32337.                 => 'pk_campaign',
  32338.                 => 'piwik_campaign',
  32339.                 => 'pk_kwd',
  32340.                 => 'piwik_kwd',
  32341.                 => 'pk_keyword',
  32342.                 => 'mtm_campaign',
  32343.                 => 'matomo_campaign',
  32344.                 => 'mtm_cid',
  32345.                 => 'matomo_cid',
  32346.                 => 'mtm_kwd',
  32347.                 10 => 'matomo_kwd',
  32348.                 11 => 'mtm_keyword',
  32349.                 12 => 'matomo_keyword',
  32350.                 13 => 'mtm_source',
  32351.                 14 => 'matomo_source',
  32352.                 15 => 'mtm_medium',
  32353.                 16 => 'matomo_medium',
  32354.                 17 => 'mtm_content',
  32355.                 18 => 'matomo_content',
  32356.                 19 => 'mtm_group',
  32357.                 20 => 'matomo_group',
  32358.                 21 => 'mtm_placement',
  32359.                 22 => 'matomo_placement',
  32360.                 23 => 'pixelId',
  32361.                 24 => 'kwid',
  32362.                 25 => 'kw',
  32363.                 26 => 'chl',
  32364.                 27 => 'dv',
  32365.                 28 => 'nk',
  32366.                 29 => 'pa',
  32367.                 30 => 'camid',
  32368.                 31 => 'adgid',
  32369.                 32 => 'utm_term',
  32370.                 33 => 'utm_source',
  32371.                 34 => 'utm_medium',
  32372.                 35 => 'utm_campaign',
  32373.                 36 => 'utm_content',
  32374.                 37 => 'cx',
  32375.                 38 => 'ie',
  32376.                 39 => 'cof',
  32377.                 40 => 'siteurl',
  32378.                 41 => '_ga',
  32379.                 42 => 'adgroupid',
  32380.                 43 => 'campaignid',
  32381.                 44 => 'adid',
  32382.                 45 => 'gclsrc',
  32383.                 46 => 'gclid',
  32384.                 47 => 'fbclid',
  32385.                 48 => 'fb_action_ids',
  32386.                 49 => 'fb_action_types',
  32387.                 50 => 'fb_source',
  32388.                 51 => 'mc_cid',
  32389.                 52 => 'mc_eid',
  32390.                 53 => '_bta_tid',
  32391.                 54 => '_bta_c',
  32392.                 55 => 'trk_contact',
  32393.                 56 => 'trk_msg',
  32394.                 57 => 'trk_module',
  32395.                 58 => 'trk_sid',
  32396.                 59 => 'gdfms',
  32397.                 60 => 'gdftrk',
  32398.                 61 => 'gdffi',
  32399.                 62 => '_ke',
  32400.                 63 => 'redirect_log_mongo_id',
  32401.                 64 => 'redirect_mongo_id',
  32402.                 65 => 'sb_referer_host',
  32403.                 66 => 'mkwid',
  32404.                 67 => 'pcrid',
  32405.                 68 => 'ef_id',
  32406.                 69 => 's_kwcid',
  32407.                 70 => 'msclkid',
  32408.                 71 => 'dm_i',
  32409.                 72 => 'epik',
  32410.                 73 => 'pp',
  32411.             ],
  32412.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  32413.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  32414.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  32415.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  32416.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  32417.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  32418.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  32419.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  32420.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  32421.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  32422.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  32423.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  32424.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  32425.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  32426.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  32427.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  32428.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  32429.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  32430.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  32431.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  32432.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  32433.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  32434.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  32435.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  32436.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  32437.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  32438.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  32439.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  32440.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  32441.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  32442.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  32443.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  32444.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  32445.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  32446.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  32447.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  32448.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  32449.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  32450.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  32451.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  32452.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  32453.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  32454.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  32455.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  32456.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  32457.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  32458.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  32459.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  32460.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  32461.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  32462.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  32463.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  32464.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  32465.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  32466.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  32467.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  32468.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  32469.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  32470.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  32471.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  32472.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  32473.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  32474.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  32475.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  32476.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  32477.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  32478.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  32479.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  32480.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  32481.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  32482.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  32483.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  32484.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  32485.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  32486.             'storefront.http_cache.stale_while_revalidate' => NULL,
  32487.             'storefront.http_cache.stale_if_error' => NULL,
  32488.             'storefront.theme' => [
  32489.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  32490.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  32491.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  32492.             ],
  32493.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  32494.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  32495.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  32496.             'elasticsearch.product' => [
  32497.                 'custom_fields_mapping' => [
  32498.                 ],
  32499.             ],
  32500.             'elasticsearch.product.custom_fields_mapping' => [
  32501.             ],
  32502.             'elasticsearch.ssl' => [
  32503.                 'verify_server_cert' => true,
  32504.             ],
  32505.             'elasticsearch.ssl.verify_server_cert' => true,
  32506.             'elasticsearch.index_settings' => [
  32507.                 'number_of_shards' => 3,
  32508.                 'number_of_replicas' => 3,
  32509.                 'mapping.total_fields.limit' => 50000,
  32510.                 'mapping.nested_fields.limit' => 500,
  32511.                 'mapping.nested_objects.limit' => 1000000,
  32512.             ],
  32513.             'elasticsearch.index_settings.number_of_shards' => 3,
  32514.             'elasticsearch.index_settings.number_of_replicas' => 3,
  32515.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  32516.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  32517.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  32518.             'elasticsearch.analysis' => [
  32519.                 'normalizer' => [
  32520.                     'sw_lowercase_normalizer' => [
  32521.                         'type' => 'custom',
  32522.                         'filter' => [
  32523.                             => 'lowercase',
  32524.                         ],
  32525.                     ],
  32526.                 ],
  32527.                 'analyzer' => [
  32528.                     'sw_ngram_analyzer' => [
  32529.                         'type' => 'custom',
  32530.                         'tokenizer' => 'whitespace',
  32531.                         'filter' => [
  32532.                             => 'lowercase',
  32533.                             => 'sw_ngram_filter',
  32534.                         ],
  32535.                     ],
  32536.                 ],
  32537.                 'filter' => [
  32538.                     'sw_ngram_filter' => [
  32539.                         'type' => 'ngram',
  32540.                         'min_gram' => 4,
  32541.                         'max_gram' => 5,
  32542.                     ],
  32543.                 ],
  32544.             ],
  32545.             'elasticsearch.analysis.normalizer' => [
  32546.                 'sw_lowercase_normalizer' => [
  32547.                     'type' => 'custom',
  32548.                     'filter' => [
  32549.                         => 'lowercase',
  32550.                     ],
  32551.                 ],
  32552.             ],
  32553.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  32554.                 'type' => 'custom',
  32555.                 'filter' => [
  32556.                     => 'lowercase',
  32557.                 ],
  32558.             ],
  32559.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  32560.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  32561.                 => 'lowercase',
  32562.             ],
  32563.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  32564.             'elasticsearch.analysis.analyzer' => [
  32565.                 'sw_ngram_analyzer' => [
  32566.                     'type' => 'custom',
  32567.                     'tokenizer' => 'whitespace',
  32568.                     'filter' => [
  32569.                         => 'lowercase',
  32570.                         => 'sw_ngram_filter',
  32571.                     ],
  32572.                 ],
  32573.             ],
  32574.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  32575.                 'type' => 'custom',
  32576.                 'tokenizer' => 'whitespace',
  32577.                 'filter' => [
  32578.                     => 'lowercase',
  32579.                     => 'sw_ngram_filter',
  32580.                 ],
  32581.             ],
  32582.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  32583.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  32584.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  32585.                 => 'lowercase',
  32586.                 => 'sw_ngram_filter',
  32587.             ],
  32588.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  32589.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  32590.             'elasticsearch.analysis.filter' => [
  32591.                 'sw_ngram_filter' => [
  32592.                     'type' => 'ngram',
  32593.                     'min_gram' => 4,
  32594.                     'max_gram' => 5,
  32595.                 ],
  32596.             ],
  32597.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  32598.                 'type' => 'ngram',
  32599.                 'min_gram' => 4,
  32600.                 'max_gram' => 5,
  32601.             ],
  32602.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  32603.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  32604.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  32605.             'elasticsearch.dynamic_templates' => [
  32606.                 => [
  32607.                     'keywords' => [
  32608.                         'match_mapping_type' => 'string',
  32609.                         'mapping' => [
  32610.                             'type' => 'keyword',
  32611.                             'normalizer' => 'sw_lowercase_normalizer',
  32612.                             'fields' => [
  32613.                                 'text' => [
  32614.                                     'type' => 'text',
  32615.                                 ],
  32616.                             ],
  32617.                         ],
  32618.                     ],
  32619.                 ],
  32620.             ],
  32621.             'elasticsearch.dynamic_templates.0' => [
  32622.                 'keywords' => [
  32623.                     'match_mapping_type' => 'string',
  32624.                     'mapping' => [
  32625.                         'type' => 'keyword',
  32626.                         'normalizer' => 'sw_lowercase_normalizer',
  32627.                         'fields' => [
  32628.                             'text' => [
  32629.                                 'type' => 'text',
  32630.                             ],
  32631.                         ],
  32632.                     ],
  32633.                 ],
  32634.             ],
  32635.             'elasticsearch.dynamic_templates.0.keywords' => [
  32636.                 'match_mapping_type' => 'string',
  32637.                 'mapping' => [
  32638.                     'type' => 'keyword',
  32639.                     'normalizer' => 'sw_lowercase_normalizer',
  32640.                     'fields' => [
  32641.                         'text' => [
  32642.                             'type' => 'text',
  32643.                         ],
  32644.                     ],
  32645.                 ],
  32646.             ],
  32647.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  32648.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  32649.                 'type' => 'keyword',
  32650.                 'normalizer' => 'sw_lowercase_normalizer',
  32651.                 'fields' => [
  32652.                     'text' => [
  32653.                         'type' => 'text',
  32654.                     ],
  32655.                 ],
  32656.             ],
  32657.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  32658.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  32659.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  32660.                 'text' => [
  32661.                     'type' => 'text',
  32662.                 ],
  32663.             ],
  32664.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  32665.                 'type' => 'text',
  32666.             ],
  32667.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  32668.             'elasticsearch.logger_level' => 100,
  32669.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  32670.             'web_profiler.debug_toolbar.mode' => 2,
  32671.             'data_collector.templates' => [
  32672.                 'data_collector.request' => [
  32673.                     => 'request',
  32674.                     => '@WebProfiler/Collector/request.html.twig',
  32675.                 ],
  32676.                 'data_collector.time' => [
  32677.                     => 'time',
  32678.                     => '@WebProfiler/Collector/time.html.twig',
  32679.                 ],
  32680.                 'data_collector.memory' => [
  32681.                     => 'memory',
  32682.                     => '@WebProfiler/Collector/memory.html.twig',
  32683.                 ],
  32684.                 'data_collector.validator' => [
  32685.                     => 'validator',
  32686.                     => '@WebProfiler/Collector/validator.html.twig',
  32687.                 ],
  32688.                 'data_collector.ajax' => [
  32689.                     => 'ajax',
  32690.                     => '@WebProfiler/Collector/ajax.html.twig',
  32691.                 ],
  32692.                 'data_collector.exception' => [
  32693.                     => 'exception',
  32694.                     => '@WebProfiler/Collector/exception.html.twig',
  32695.                 ],
  32696.                 'data_collector.logger' => [
  32697.                     => 'logger',
  32698.                     => '@WebProfiler/Collector/logger.html.twig',
  32699.                 ],
  32700.                 'data_collector.events' => [
  32701.                     => 'events',
  32702.                     => '@WebProfiler/Collector/events.html.twig',
  32703.                 ],
  32704.                 'data_collector.router' => [
  32705.                     => 'router',
  32706.                     => '@WebProfiler/Collector/router.html.twig',
  32707.                 ],
  32708.                 'data_collector.cache' => [
  32709.                     => 'cache',
  32710.                     => '@WebProfiler/Collector/cache.html.twig',
  32711.                 ],
  32712.                 'data_collector.translation' => [
  32713.                     => 'translation',
  32714.                     => '@WebProfiler/Collector/translation.html.twig',
  32715.                 ],
  32716.                 'data_collector.twig' => [
  32717.                     => 'twig',
  32718.                     => '@WebProfiler/Collector/twig.html.twig',
  32719.                 ],
  32720.                 'data_collector.dump' => [
  32721.                     => 'dump',
  32722.                     => '@Debug/Profiler/dump.html.twig',
  32723.                 ],
  32724.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  32725.                     => 'app.connection_collector',
  32726.                     => '@Profiling/Collector/db.html.twig',
  32727.                 ],
  32728.                 'data_collector.messenger' => [
  32729.                     => 'messenger',
  32730.                     => '@WebProfiler/Collector/messenger.html.twig',
  32731.                 ],
  32732.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  32733.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  32734.                     => '@Profiling/Collector/script_traces.html.twig',
  32735.                 ],
  32736.                 'Shopware\\Elasticsearch\\Profiler\\DataCollector' => [
  32737.                     => 'elasticsearch',
  32738.                     => '@Elasticsearch/Collector/elasticsearch.html.twig',
  32739.                 ],
  32740.                 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  32741.                     => 'Shopware\\Core\\Profiling\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  32742.                     => '@Profiling/Collector/rules.html.twig',
  32743.                 ],
  32744.                 'mailer.data_collector' => [
  32745.                     => 'mailer',
  32746.                     => '@WebProfiler/Collector/mailer.html.twig',
  32747.                 ],
  32748.                 'enqueue.profiler.message_queue_collector' => [
  32749.                     => 'enqueue.message_queue',
  32750.                     => '@Enqueue/Profiler/panel.html.twig',
  32751.                 ],
  32752.                 'data_collector.config' => [
  32753.                     => 'config',
  32754.                     => '@WebProfiler/Collector/config.html.twig',
  32755.                 ],
  32756.             ],
  32757.             'shopware.filesystem.theme.url' => '',
  32758.             'shopware.filesystem.theme.type' => 'local',
  32759.             'shopware.filesystem.theme.config' => [
  32760.                 'root' => (\dirname(__DIR__4).'/public'),
  32761.             ],
  32762.             'shopware.filesystem.asset.url' => '',
  32763.             'shopware.filesystem.asset.type' => 'local',
  32764.             'shopware.filesystem.asset.config' => [
  32765.                 'root' => (\dirname(__DIR__4).'/public'),
  32766.             ],
  32767.             'shopware.filesystem.sitemap.url' => '',
  32768.             'shopware.filesystem.sitemap.type' => 'local',
  32769.             'shopware.filesystem.sitemap.config' => [
  32770.                 'root' => (\dirname(__DIR__4).'/public'),
  32771.             ],
  32772.             'shopware.filesystem.public.url' => '',
  32773.             'console.command.ids' => [
  32774.             ],
  32775.         ];
  32776.     }
  32777.     protected function throw($message)
  32778.     {
  32779.         throw new RuntimeException($message);
  32780.     }
  32781. }