var/cache/dev_hb2630f90bbd93dcb38e3ffcf33adb4ac/ContainerNXAWpSt/Shopware_Core_KernelDevDebugContainer.php line 30610

Open in your IDE?
  1. <?php
  2. namespace ContainerNXAWpSt;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Shopware_Core_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'ChiliCustom\\ChiliCustom' => 'getChiliCustomService',
  42.             'Doctrine\\DBAL\\Connection' => 'getConnectionService',
  43.             'Elasticsearch\\Client' => 'getClientService',
  44.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition' => 'getOrderFieldsCustomerGroupDefinitionService',
  45.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition' => 'getOrderFieldsTranslationDefinitionService',
  46.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition' => 'getOrderFieldsValTranslationDefinitionService',
  47.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition' => 'getOrderFieldsValDefinitionService',
  48.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition' => 'getOrderFieldsDefinitionService',
  49.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition' => 'getOrderAttributeValueDefinitionService',
  50.             'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition' => 'getOrderAttributeDefinitionService',
  51.             'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields' => 'getNetiNextOrderFieldsService',
  52.             'Shopware\\Administration\\Controller\\AdminExtensionApiController' => 'getAdminExtensionApiControllerService',
  53.             'Shopware\\Administration\\Controller\\AdminProductStreamController' => 'getAdminProductStreamControllerService',
  54.             'Shopware\\Administration\\Controller\\AdminSearchController' => 'getAdminSearchControllerService',
  55.             'Shopware\\Administration\\Controller\\AdminTagController' => 'getAdminTagControllerService',
  56.             'Shopware\\Administration\\Controller\\AdministrationController' => 'getAdministrationControllerService',
  57.             'Shopware\\Administration\\Controller\\DocumentServiceDeprecationController' => 'getDocumentServiceDeprecationControllerService',
  58.             'Shopware\\Administration\\Controller\\NotificationController' => 'getNotificationControllerService',
  59.             'Shopware\\Administration\\Controller\\UserConfigController' => 'getUserConfigControllerService',
  60.             'Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinitionService',
  61.             'Shopware\\Administration\\Notification\\NotificationService' => 'getNotificationServiceService',
  62.             'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinitionService',
  63.             'Shopware\\Core\\Checkout\\Cart\\Calculator' => 'getCalculatorService',
  64.             'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHookFactory' => 'getCartFacadeHookFactoryService',
  65.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderConverterController' => 'getOrderConverterControllerService',
  66.             'Shopware\\Core\\Checkout\\Cart\\Order\\Api\\OrderRecalculationController' => 'getOrderRecalculationControllerService',
  67.             'Shopware\\Core\\Checkout\\Cart\\PriceActionController' => 'getPriceActionControllerService',
  68.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute' => 'getCartDeleteRouteService',
  69.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute' => 'getCartItemAddRouteService',
  70.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute' => 'getCartItemRemoveRouteService',
  71.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute' => 'getCartItemUpdateRouteService',
  72.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute' => 'getCartLoadRouteService',
  73.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute' => 'getCartOrderRouteService',
  74.             'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => 'getCartServiceService',
  75.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinitionService',
  76.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinitionService',
  77.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinitionService',
  78.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinitionService',
  79.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinitionService',
  80.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinitionService',
  81.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinitionService',
  82.             'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinitionService',
  83.             'Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController' => 'getCustomerGroupRegistrationActionControllerService',
  84.             'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinitionService',
  85.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AccountNewsletterRecipientRoute' => 'getAccountNewsletterRecipientRouteService',
  86.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute' => 'getAddWishlistProductRouteService',
  87.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeCustomerProfileRoute' => 'getChangeCustomerProfileRouteService',
  88.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeEmailRoute' => 'getChangeEmailRouteService',
  89.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangeLanguageRoute' => 'getChangeLanguageRouteService',
  90.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePasswordRoute' => 'getChangePasswordRouteService',
  91.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ChangePaymentMethodRoute' => 'getChangePaymentMethodRouteService',
  92.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute' => 'getCustomerGroupRegistrationSettingsRouteService',
  93.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRecoveryIsExpiredRoute' => 'getCustomerRecoveryIsExpiredRouteService',
  94.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute' => 'getCustomerRouteService',
  95.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute' => 'getDeleteAddressRouteService',
  96.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute' => 'getDeleteCustomerRouteService',
  97.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute' => 'getListAddressRouteService',
  98.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute' => 'getLoadWishlistRouteService',
  99.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoginRoute' => 'getLoginRouteService',
  100.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute' => 'getLogoutRouteService',
  101.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute' => 'getMergeWishlistProductRouteService',
  102.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterConfirmRoute' => 'getRegisterConfirmRouteService',
  103.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RegisterRoute' => 'getRegisterRouteService',
  104.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute' => 'getRemoveWishlistProductRouteService',
  105.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ResetPasswordRoute' => 'getResetPasswordRouteService',
  106.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SendPasswordRecoveryMailRoute' => 'getSendPasswordRecoveryMailRouteService',
  107.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\SwitchDefaultAddressRoute' => 'getSwitchDefaultAddressRouteService',
  108.             'Shopware\\Core\\Checkout\\Customer\\SalesChannel\\UpsertAddressRoute' => 'getUpsertAddressRouteService',
  109.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinitionService',
  110.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinitionService',
  111.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinitionService',
  112.             'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinitionService',
  113.             'Shopware\\Core\\Checkout\\Document\\Controller\\DocumentController' => 'getDocumentControllerService',
  114.             'Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinitionService',
  115.             'Shopware\\Core\\Checkout\\Document\\DocumentGeneratorController' => 'getDocumentGeneratorControllerService',
  116.             'Shopware\\Core\\Checkout\\Document\\SalesChannel\\DocumentRoute' => 'getDocumentRouteService',
  117.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinitionService',
  118.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinitionService',
  119.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinitionService',
  120.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinitionService',
  121.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinitionService',
  122.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinitionService',
  123.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinitionService',
  124.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinitionService',
  125.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinitionService',
  126.             'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinitionService',
  127.             'Shopware\\Core\\Checkout\\Order\\Api\\OrderActionController' => 'getOrderActionControllerService',
  128.             'Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinitionService',
  129.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\CancelOrderRoute' => 'getCancelOrderRouteService',
  130.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute' => 'getOrderRouteService',
  131.             'Shopware\\Core\\Checkout\\Order\\SalesChannel\\SetPaymentOrderRoute' => 'getSetPaymentOrderRouteService',
  132.             'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinitionService',
  133.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentRefundProcessor' => 'getPaymentRefundProcessorService',
  134.             'Shopware\\Core\\Checkout\\Payment\\Controller\\PaymentController' => 'getPaymentControllerService',
  135.             'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'getPaymentMethodDefinitionService',
  136.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRoute' => 'getCachedPaymentMethodRouteService',
  137.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\HandlePaymentMethodRoute' => 'getHandlePaymentMethodRouteService',
  138.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinitionService',
  139.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute' => 'getSortedPaymentMethodRouteService',
  140.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinitionService',
  141.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinitionService',
  142.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinitionService',
  143.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinitionService',
  144.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinitionService',
  145.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinitionService',
  146.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinitionService',
  147.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinitionService',
  148.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinitionService',
  149.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinitionService',
  150.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinitionService',
  151.             'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinitionService',
  152.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionActionController' => 'getPromotionActionControllerService',
  153.             'Shopware\\Core\\Checkout\\Promotion\\Api\\PromotionController' => 'getPromotionControllerService',
  154.             'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinitionService',
  155.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinitionService',
  156.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinitionService',
  157.             'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinitionService',
  158.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\CachedShippingMethodRoute' => 'getCachedShippingMethodRouteService',
  159.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinitionService',
  160.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute' => 'getSortedShippingMethodRouteService',
  161.             'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'getShippingMethodDefinitionService',
  162.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinitionService',
  163.             'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinitionService',
  164.             'Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'getCategoryDefinitionService',
  165.             'Shopware\\Core\\Content\\Category\\CategoryHydrator' => 'getCategoryHydratorService',
  166.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute' => 'getCachedCategoryRouteService',
  167.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedNavigationRoute' => 'getCachedNavigationRouteService',
  168.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryListRoute' => 'getCategoryListRouteService',
  169.             'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'getSalesChannelCategoryDefinitionService',
  170.             'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute' => 'getTreeBuildingNavigationRouteService',
  171.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinitionService',
  172.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinitionService',
  173.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinitionService',
  174.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinitionService',
  175.             'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinitionService',
  176.             'Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinitionService',
  177.             'Shopware\\Core\\Content\\Cms\\DataAbstractionLayer\\FieldSerializer\\SlotConfigFieldSerializer' => 'getSlotConfigFieldSerializerService',
  178.             'Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver' => 'getCmsSlotsDataResolverService',
  179.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\CmsRoute' => 'getCmsRouteService',
  180.             'Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository' => 'getSalesChannelCmsPageRepositoryService',
  181.             'Shopware\\Core\\Content\\ContactForm\\SalesChannel\\ContactFormRoute' => 'getContactFormRouteService',
  182.             'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinitionService',
  183.             'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => 'getCachedFlowLoaderService',
  184.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowExecutor' => 'getFlowExecutorService',
  185.             'Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinitionService',
  186.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinitionService',
  187.             'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinitionService',
  188.             'Shopware\\Core\\Content\\ImportExport\\Controller\\ImportExportActionController' => 'getImportExportActionControllerService',
  189.             'Shopware\\Core\\Content\\ImportExport\\ImportExportFactory' => 'getImportExportFactoryService',
  190.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinitionService',
  191.             'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinitionService',
  192.             'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler' => 'getImportExportHandlerService',
  193.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinitionService',
  194.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinitionService',
  195.             'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinitionService',
  196.             'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'getLandingPageDefinitionService',
  197.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute' => 'getCachedLandingPageRouteService',
  198.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'getSalesChannelLandingPageDefinitionService',
  199.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinitionService',
  200.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinitionService',
  201.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinitionService',
  202.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinitionService',
  203.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinitionService',
  204.             'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinitionService',
  205.             'Shopware\\Core\\Content\\MailTemplate\\Api\\MailActionController' => 'getMailActionControllerService',
  206.             'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinitionService',
  207.             'Shopware\\Core\\Content\\Mail\\Service\\MailFactory' => 'getMailFactoryService',
  208.             'Shopware\\Core\\Content\\Mail\\Service\\MailSender' => 'getMailSenderService',
  209.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinitionService',
  210.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinitionService',
  211.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinitionService',
  212.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinitionService',
  213.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinitionService',
  214.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinitionService',
  215.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinitionService',
  216.             'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinitionService',
  217.             'Shopware\\Core\\Content\\Media\\Api\\MediaFolderController' => 'getMediaFolderControllerService',
  218.             'Shopware\\Core\\Content\\Media\\Api\\MediaUploadController' => 'getMediaUploadControllerService',
  219.             'Shopware\\Core\\Content\\Media\\File\\FileSaver' => 'getFileSaverService',
  220.             'Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinitionService',
  221.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinitionService',
  222.             'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'getNewsletterRecipientDefinitionService',
  223.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterConfirmRoute' => 'getNewsletterConfirmRouteService',
  224.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterSubscribeRoute' => 'getNewsletterSubscribeRouteService',
  225.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\NewsletterUnsubscribeRoute' => 'getNewsletterUnsubscribeRouteService',
  226.             'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'getSalesChannelNewsletterRecipientDefinitionService',
  227.             'Shopware\\Core\\Content\\ProductExport\\Api\\ProductExportController' => 'getProductExportControllerService',
  228.             'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinitionService',
  229.             'Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator' => 'getProductExportHydratorService',
  230.             'Shopware\\Core\\Content\\ProductExport\\SalesChannel\\ExportController' => 'getExportControllerService',
  231.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExportGenerator' => 'getProductExportGeneratorService',
  232.             'Shopware\\Core\\Content\\ProductExport\\Service\\ProductExporter' => 'getProductExporterService',
  233.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinitionService',
  234.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator' => 'getProductStreamFilterHydratorService',
  235.             'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinitionService',
  236.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinitionService',
  237.             'Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator' => 'getProductStreamHydratorService',
  238.             'Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder' => 'getProductStreamBuilderService',
  239.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinitionService',
  240.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinitionService',
  241.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinitionService',
  242.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator' => 'getProductConfiguratorSettingHydratorService',
  243.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinitionService',
  244.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator' => 'getProductCrossSellingAssignedProductsHydratorService',
  245.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinitionService',
  246.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinitionService',
  247.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator' => 'getProductCrossSellingHydratorService',
  248.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinitionService',
  249.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinitionService',
  250.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinitionService',
  251.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator' => 'getProductFeatureSetHydratorService',
  252.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinitionService',
  253.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator' => 'getProductKeywordDictionaryHydratorService',
  254.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinitionService',
  255.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinitionService',
  256.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator' => 'getProductManufacturerHydratorService',
  257.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinitionService',
  258.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator' => 'getProductMediaHydratorService',
  259.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinitionService',
  260.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinitionService',
  261.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator' => 'getProductPriceHydratorService',
  262.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinitionService',
  263.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinitionService',
  264.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator' => 'getProductReviewHydratorService',
  265.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinitionService',
  266.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator' => 'getProductSearchConfigFieldHydratorService',
  267.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinitionService',
  268.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator' => 'getProductSearchConfigHydratorService',
  269.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinitionService',
  270.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator' => 'getProductSearchKeywordHydratorService',
  271.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinitionService',
  272.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinitionService',
  273.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinitionService',
  274.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinitionService',
  275.             'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator' => 'getProductVisibilityHydratorService',
  276.             'Shopware\\Core\\Content\\Product\\Api\\ProductActionController' => 'getProductActionControllerService',
  277.             'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder' => 'getCheapestPriceAccessorBuilderService',
  278.             'Shopware\\Core\\Content\\Product\\ProductDefinition' => 'getProductDefinitionService',
  279.             'Shopware\\Core\\Content\\Product\\ProductHydrator' => 'getProductHydratorService',
  280.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute' => 'getCachedProductCrossSellingRouteService',
  281.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute' => 'getCachedProductDetailRouteService',
  282.             'Shopware\\Core\\Content\\Product\\SalesChannel\\FindVariant\\FindProductVariantRoute' => 'getFindProductVariantRouteService',
  283.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\CachedProductListingRoute' => 'getCachedProductListingRouteService',
  284.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute' => 'getResolveCriteriaProductListingRouteService',
  285.             'Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute' => 'getProductListRouteService',
  286.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute' => 'getCachedProductReviewRouteService',
  287.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewSaveRoute' => 'getProductReviewSaveRouteService',
  288.             'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'getSalesChannelProductDefinitionService',
  289.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\CachedProductSearchRoute' => 'getCachedProductSearchRouteService',
  290.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute' => 'getResolvedCriteriaProductSearchRouteService',
  291.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinitionService',
  292.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator' => 'getProductSortingHydratorService',
  293.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinitionService',
  294.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute' => 'getCachedProductSuggestRouteService',
  295.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinitionService',
  296.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinitionService',
  297.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator' => 'getPropertyGroupOptionHydratorService',
  298.             'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinitionService',
  299.             'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinitionService',
  300.             'Shopware\\Core\\Content\\Property\\PropertyGroupHydrator' => 'getPropertyGroupHydratorService',
  301.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinitionService',
  302.             'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinitionService',
  303.             'Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinitionService',
  304.             'Shopware\\Core\\Content\\Seo\\Api\\SeoActionController' => 'getSeoActionControllerService',
  305.             'Shopware\\Core\\Content\\Seo\\CachedSeoResolver' => 'getCachedSeoResolverService',
  306.             'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver' => 'getEmptyPathInfoResolverService',
  307.             'Shopware\\Core\\Content\\Seo\\Entity\\Dbal\\SeoUrlAssociationFieldResolver' => 'getSeoUrlAssociationFieldResolverService',
  308.             'Shopware\\Core\\Content\\Seo\\Entity\\Serializer\\SeoUrlFieldSerializer' => 'getSeoUrlFieldSerializerService',
  309.             'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'getMainCategoryDefinitionService',
  310.             'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'getSalesChannelMainCategoryDefinitionService',
  311.             'Shopware\\Core\\Content\\Seo\\SalesChannel\\SeoUrlRoute' => 'getSeoUrlRouteService',
  312.             'Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface' => 'getSeoUrlPlaceholderHandlerInterfaceService',
  313.             'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinitionService',
  314.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'getSalesChannelSeoUrlDefinitionService',
  315.             'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'getSeoUrlDefinitionService',
  316.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute' => 'getCachedSitemapRouteService',
  317.             'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetPackageService' => 'getAssetPackageServiceService',
  318.             'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader' => 'getCacheIdLoaderService',
  319.             'Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\Facade\\CacheInvalidatorFacadeHookFactory' => 'getCacheInvalidatorFacadeHookFactoryService',
  320.             'Shopware\\Core\\Framework\\Adapter\\Twig\\AppTemplateIterator' => 'getAppTemplateIteratorService',
  321.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => 'getTemplateFinderService',
  322.             'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateIterator' => 'getTemplateIteratorService',
  323.             'Shopware\\Core\\Framework\\Api\\Acl\\AclCriteriaValidator' => 'getAclCriteriaValidatorService',
  324.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinitionService',
  325.             'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinitionService',
  326.             'Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController' => 'getAccessKeyControllerService',
  327.             'Shopware\\Core\\Framework\\Api\\Controller\\AclController' => 'getAclControllerService',
  328.             'Shopware\\Core\\Framework\\Api\\Controller\\ApiController' => 'getApiControllerService',
  329.             'Shopware\\Core\\Framework\\Api\\Controller\\AuthController' => 'getAuthControllerService',
  330.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController' => 'getCacheControllerService',
  331.             'Shopware\\Core\\Framework\\Api\\Controller\\FallbackController' => 'getFallbackControllerService',
  332.             'Shopware\\Core\\Framework\\Api\\Controller\\IndexingController' => 'getIndexingControllerService',
  333.             'Shopware\\Core\\Framework\\Api\\Controller\\InfoController' => 'getInfoControllerService',
  334.             'Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  335.             'Shopware\\Core\\Framework\\Api\\Controller\\SalesChannelProxyController' => 'getSalesChannelProxyControllerService',
  336.             'Shopware\\Core\\Framework\\Api\\Controller\\SyncController' => 'getSyncControllerService',
  337.             'Shopware\\Core\\Framework\\Api\\Controller\\UserController' => 'getUserControllerService',
  338.             'Shopware\\Core\\Framework\\Api\\Sync\\SyncService' => 'getSyncServiceService',
  339.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinitionService',
  340.             'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinitionService',
  341.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinitionService',
  342.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinitionService',
  343.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinitionService',
  344.             'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinitionService',
  345.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinitionService',
  346.             'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinitionService',
  347.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinitionService',
  348.             'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinitionService',
  349.             'Shopware\\Core\\Framework\\App\\Api\\AppActionController' => 'getAppActionControllerService',
  350.             'Shopware\\Core\\Framework\\App\\Api\\AppCmsController' => 'getAppCmsControllerService',
  351.             'Shopware\\Core\\Framework\\App\\Api\\AppUrlChangeController' => 'getAppUrlChangeControllerService',
  352.             'Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinitionService',
  353.             'Shopware\\Core\\Framework\\App\\AppLocaleProvider' => 'getAppLocaleProviderService',
  354.             'Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver' => 'getResolverService',
  355.             'Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionProvider' => 'getAppFlowActionProviderService',
  356.             'Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider' => 'getShopIdProviderService',
  357.             'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinitionService',
  358.             'Shopware\\Core\\Framework\\App\\Template\\TemplateStateService' => 'getTemplateStateServiceService',
  359.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator' => 'getEntityCacheKeyGeneratorService',
  360.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator' => 'getEntityHydratorService',
  361.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\ConfigJsonFieldAccessorBuilder' => 'getConfigJsonFieldAccessorBuilderService',
  362.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\CustomFieldsAccessorBuilder' => 'getCustomFieldsAccessorBuilderService',
  363.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder' => 'getDefaultFieldAccessorBuilderService',
  364.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\JsonFieldAccessorBuilder' => 'getJsonFieldAccessorBuilderService',
  365.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\PriceFieldAccessorBuilder' => 'getPriceFieldAccessorBuilderService',
  366.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver' => 'getManyToManyAssociationFieldResolverService',
  367.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToOneAssociationFieldResolver' => 'getManyToOneAssociationFieldResolverService',
  368.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver' => 'getOneToManyAssociationFieldResolverService',
  369.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver' => 'getTranslationFieldResolverService',
  370.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder' => 'getJoinGroupBuilderService',
  371.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry' => 'getDefinitionInstanceRegistryService',
  372.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory' => 'getEntityLoadedEventFactoryService',
  373.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry' => 'getExtensionRegistryService',
  374.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryFacadeHookFactory' => 'getRepositoryFacadeHookFactoryService',
  375.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\RepositoryWriterFacadeHookFactory' => 'getRepositoryWriterFacadeHookFactoryService',
  376.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\SalesChannelRepositoryFacadeHookFactory' => 'getSalesChannelRepositoryFacadeHookFactoryService',
  377.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer' => 'getBlobFieldSerializerService',
  378.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BoolFieldSerializer' => 'getBoolFieldSerializerService',
  379.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CalculatedPriceFieldSerializer' => 'getCalculatedPriceFieldSerializerService',
  380.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CartPriceFieldSerializer' => 'getCartPriceFieldSerializerService',
  381.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CashRoundingConfigFieldSerializer' => 'getCashRoundingConfigFieldSerializerService',
  382.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ConfigJsonFieldSerializer' => 'getConfigJsonFieldSerializerService',
  383.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedAtFieldSerializer' => 'getCreatedAtFieldSerializerService',
  384.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CreatedByFieldSerializer' => 'getCreatedByFieldSerializerService',
  385.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\CustomFieldsSerializer' => 'getCustomFieldsSerializerService',
  386.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateFieldSerializer' => 'getDateFieldSerializerService',
  387.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\DateTimeFieldSerializer' => 'getDateTimeFieldSerializerService',
  388.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\EmailFieldSerializer' => 'getEmailFieldSerializerService',
  389.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FkFieldSerializer' => 'getFkFieldSerializerService',
  390.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\FloatFieldSerializer' => 'getFloatFieldSerializerService',
  391.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IdFieldSerializer' => 'getIdFieldSerializerService',
  392.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\IntFieldSerializer' => 'getIntFieldSerializerService',
  393.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\JsonFieldSerializer' => 'getJsonFieldSerializerService',
  394.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ListFieldSerializer' => 'getListFieldSerializerService',
  395.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\LongTextFieldSerializer' => 'getLongTextFieldSerializerService',
  396.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToManyAssociationFieldSerializer' => 'getManyToManyAssociationFieldSerializerService',
  397.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ManyToOneAssociationFieldSerializer' => 'getManyToOneAssociationFieldSerializerService',
  398.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToManyAssociationFieldSerializer' => 'getOneToManyAssociationFieldSerializerService',
  399.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\OneToOneAssociationFieldSerializer' => 'getOneToOneAssociationFieldSerializerService',
  400.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer' => 'getPHPUnserializeFieldSerializerService',
  401.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PasswordFieldSerializer' => 'getPasswordFieldSerializerService',
  402.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceDefinitionFieldSerializer' => 'getPriceDefinitionFieldSerializerService',
  403.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PriceFieldSerializer' => 'getPriceFieldSerializerService',
  404.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer' => 'getReferenceVersionFieldSerializerService',
  405.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\RemoteAddressFieldSerializer' => 'getRemoteAddressFieldSerializerService',
  406.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StateMachineStateFieldSerializer' => 'getStateMachineStateFieldSerializerService',
  407.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\StringFieldSerializer' => 'getStringFieldSerializerService',
  408.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TaxFreeConfigFieldSerializer' => 'getTaxFreeConfigFieldSerializerService',
  409.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TimeZoneFieldSerializer' => 'getTimeZoneFieldSerializerService',
  410.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer' => 'getTranslatedFieldSerializerService',
  411.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslationsAssociationFieldSerializer' => 'getTranslationsAssociationFieldSerializerService',
  412.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedAtFieldSerializer' => 'getUpdatedAtFieldSerializerService',
  413.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\UpdatedByFieldSerializer' => 'getUpdatedByFieldSerializerService',
  414.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VariantListingConfigFieldSerializer' => 'getVariantListingConfigFieldSerializerService',
  415.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer' => 'getVersionDataPayloadFieldSerializerService',
  416.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer' => 'getVersionFieldSerializerService',
  417.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry' => 'getEntityIndexerRegistryService',
  418.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface' => 'getEntityReaderInterfaceService',
  419.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface' => 'getEntityAggregatorInterfaceService',
  420.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface' => 'getEntitySearcherInterfaceService',
  421.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager' => 'getVersionManagerService',
  422.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinitionService',
  423.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinitionService',
  424.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinitionService',
  425.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface' => 'getEntityWriteGatewayInterfaceService',
  426.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter' => 'getEntityWriterService',
  427.             'Shopware\\Core\\Framework\\Event\\BusinessEventRegistry' => 'getBusinessEventRegistryService',
  428.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinitionService',
  429.             'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinitionService',
  430.             'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinitionService',
  431.             'Shopware\\Core\\Framework\\Increment\\Controller\\IncrementApiController' => 'getIncrementApiControllerService',
  432.             'Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinitionService',
  433.             'Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController' => 'getConsumeMessagesControllerService',
  434.             'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinitionService',
  435.             'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinitionService',
  436.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Api\\ScheduledTaskController' => 'getScheduledTaskControllerService',
  437.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinitionService',
  438.             'Shopware\\Core\\Framework\\Migration\\Api\\MigrationController' => 'getMigrationControllerService',
  439.             'Shopware\\Core\\Framework\\Migration\\IndexerQueuer' => 'getIndexerQueuerService',
  440.             'Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader' => 'getMigrationCollectionLoaderService',
  441.             'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinitionService',
  442.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection' => 'getKernelPluginCollectionService',
  443.             'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader' => 'getKernelPluginLoaderService',
  444.             'Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinitionService',
  445.             'Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider' => 'getPluginIdProviderService',
  446.             'Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService' => 'getCanonicalRedirectServiceService',
  447.             'Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface' => 'getRequestTransformerInterfaceService',
  448.             'Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController' => 'getRuleConfigControllerService',
  449.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptApiRoute' => 'getScriptApiRouteService',
  450.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptResponseFactoryFacadeHookFactory' => 'getScriptResponseFactoryFacadeHookFactoryService',
  451.             'Shopware\\Core\\Framework\\Script\\Api\\ScriptStoreApiRoute' => 'getScriptStoreApiRouteService',
  452.             'Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor' => 'getScriptExecutorService',
  453.             'Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinitionService',
  454.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreActionsController' => 'getExtensionStoreActionsControllerService',
  455.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreDataController' => 'getExtensionStoreDataControllerService',
  456.             'Shopware\\Core\\Framework\\Store\\Api\\ExtensionStoreLicensesController' => 'getExtensionStoreLicensesControllerService',
  457.             'Shopware\\Core\\Framework\\Store\\Api\\FirstRunWizardController' => 'getFirstRunWizardControllerService',
  458.             'Shopware\\Core\\Framework\\Store\\Api\\StoreController' => 'getStoreControllerService',
  459.             'Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider' => 'getStoreRequestOptionsProviderService',
  460.             'Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware' => 'getShopSecretInvalidMiddlewareService',
  461.             'Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware' => 'getStoreSessionExpiredMiddlewareService',
  462.             'Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware' => 'getVerifyResponseSignatureMiddlewareService',
  463.             'Shopware\\Core\\Framework\\Update\\Api\\UpdateController' => 'getUpdateControllerService',
  464.             'Shopware\\Core\\Framework\\Util\\HtmlSanitizer' => 'getHtmlSanitizerService',
  465.             'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinitionService',
  466.             'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinitionService',
  467.             'Shopware\\Core\\Maintenance\\SalesChannel\\Service\\SalesChannelCreator' => 'getSalesChannelCreatorService',
  468.             'Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner' => 'getUserProvisionerService',
  469.             'Shopware\\Core\\Profiling\\Profiler' => 'getProfilerService',
  470.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinitionService',
  471.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'getCountryStateDefinitionService',
  472.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'getSalesChannelCountryStateDefinitionService',
  473.             'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinitionService',
  474.             'Shopware\\Core\\System\\Country\\CountryDefinition' => 'getCountryDefinitionService',
  475.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute' => 'getCachedCountryRouteService',
  476.             'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute' => 'getCachedCountryStateRouteService',
  477.             'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinitionService',
  478.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinitionService',
  479.             'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinitionService',
  480.             'Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'getCurrencyDefinitionService',
  481.             'Shopware\\Core\\System\\Currency\\CurrencyFormatter' => 'getCurrencyFormatterService',
  482.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute' => 'getCachedCurrencyRouteService',
  483.             'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinitionService',
  484.             'Shopware\\Core\\System\\CustomEntity\\Api\\CustomEntityApiController' => 'getCustomEntityApiControllerService',
  485.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinitionService',
  486.             'Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar' => 'getCustomEntityRegistrarService',
  487.             'Shopware\\Core\\System\\CustomEntity\\Schema\\CustomEntitySchemaUpdater' => 'getCustomEntitySchemaUpdaterService',
  488.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinitionService',
  489.             'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinitionService',
  490.             'Shopware\\Core\\System\\CustomField\\Api\\CustomFieldSetActionController' => 'getCustomFieldSetActionControllerService',
  491.             'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinitionService',
  492.             'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinitionService',
  493.             'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinitionService',
  494.             'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinitionService',
  495.             'Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinitionService',
  496.             'Shopware\\Core\\System\\Language\\LanguageDefinition' => 'getLanguageDefinitionService',
  497.             'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute' => 'getCachedLanguageRouteService',
  498.             'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinitionService',
  499.             'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinitionService',
  500.             'Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinitionService',
  501.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinitionService',
  502.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinitionService',
  503.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinitionService',
  504.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinitionService',
  505.             'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinitionService',
  506.             'Shopware\\Core\\System\\NumberRange\\Api\\NumberRangeController' => 'getNumberRangeControllerService',
  507.             'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinitionService',
  508.             'Shopware\\Core\\System\\NumberRange\\ValueGenerator\\NumberRangeValueGeneratorInterface' => 'getNumberRangeValueGeneratorInterfaceService',
  509.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinitionService',
  510.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition2Service',
  511.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition2Service',
  512.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinitionService',
  513.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition2Service',
  514.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition2Service',
  515.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition2Service',
  516.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinitionService',
  517.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinitionService',
  518.             'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinitionService',
  519.             'Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory' => 'getSalesChannelContextFactoryService',
  520.             'Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry' => 'getSalesChannelDefinitionInstanceRegistryService',
  521.             'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinitionService',
  522.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\ContextSwitchRoute' => 'getContextSwitchRouteService',
  523.             'Shopware\\Core\\System\\SalesChannel\\SalesChannel\\StoreApiInfoController' => 'getStoreApiInfoControllerService',
  524.             'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinitionService',
  525.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute' => 'getCachedSalutationRouteService',
  526.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'getSalesChannelSalutationDefinitionService',
  527.             'Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'getSalutationDefinitionService',
  528.             'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinitionService',
  529.             'Shopware\\Core\\System\\Snippet\\Api\\SnippetController' => 'getSnippetControllerService',
  530.             'Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection' => 'getSnippetFileCollectionService',
  531.             'Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory' => 'getSnippetFilterFactoryService',
  532.             'Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinitionService',
  533.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinitionService',
  534.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinitionService',
  535.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinitionService',
  536.             'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinitionService',
  537.             'Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController' => 'getStateMachineActionControllerService',
  538.             'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinitionService',
  539.             'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinitionService',
  540.             'Shopware\\Core\\System\\SystemConfig\\Api\\SystemConfigController' => 'getSystemConfigControllerService',
  541.             'Shopware\\Core\\System\\SystemConfig\\Facade\\SystemConfigFacadeHookFactory' => 'getSystemConfigFacadeHookFactoryService',
  542.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinitionService',
  543.             'Shopware\\Core\\System\\SystemConfig\\SystemConfigService' => 'getSystemConfigServiceService',
  544.             'Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService' => 'getFilterTagIdsServiceService',
  545.             'Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinitionService',
  546.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinitionService',
  547.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinitionService',
  548.             'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinitionService',
  549.             'Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinitionService',
  550.             'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinitionService',
  551.             'Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinitionService',
  552.             'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinitionService',
  553.             'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinitionService',
  554.             'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinitionService',
  555.             'Shopware\\Core\\System\\User\\Api\\UserRecoveryController' => 'getUserRecoveryControllerService',
  556.             'Shopware\\Core\\System\\User\\Api\\UserValidationController' => 'getUserValidationControllerService',
  557.             'Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinitionService',
  558.             'Shopware\\Elasticsearch\\Framework\\ElasticsearchHelper' => 'getElasticsearchHelperService',
  559.             'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler' => 'getCreateAliasTaskHandlerService',
  560.             'Shopware\\Storefront\\Controller\\AccountOrderController' => 'getAccountOrderControllerService',
  561.             'Shopware\\Storefront\\Controller\\AccountPaymentController' => 'getAccountPaymentControllerService',
  562.             'Shopware\\Storefront\\Controller\\AccountProfileController' => 'getAccountProfileControllerService',
  563.             'Shopware\\Storefront\\Controller\\AddressController' => 'getAddressControllerService',
  564.             'Shopware\\Storefront\\Controller\\Api\\CaptchaController' => 'getCaptchaControllerService',
  565.             'Shopware\\Storefront\\Controller\\AuthController' => 'getAuthController2Service',
  566.             'Shopware\\Storefront\\Controller\\CaptchaController' => 'getCaptchaController2Service',
  567.             'Shopware\\Storefront\\Controller\\CartLineItemController' => 'getCartLineItemControllerService',
  568.             'Shopware\\Storefront\\Controller\\CheckoutController' => 'getCheckoutControllerService',
  569.             'Shopware\\Storefront\\Controller\\CmsController' => 'getCmsControllerService',
  570.             'Shopware\\Storefront\\Controller\\ContextController' => 'getContextControllerService',
  571.             'Shopware\\Storefront\\Controller\\CookieController' => 'getCookieControllerService',
  572.             'Shopware\\Storefront\\Controller\\CountryStateController' => 'getCountryStateControllerService',
  573.             'Shopware\\Storefront\\Controller\\CsrfController' => 'getCsrfControllerService',
  574.             'Shopware\\Storefront\\Controller\\DocumentController' => 'getDocumentController2Service',
  575.             'Shopware\\Storefront\\Controller\\ErrorController' => 'getErrorControllerService',
  576.             'Shopware\\Storefront\\Controller\\FormController' => 'getFormControllerService',
  577.             'Shopware\\Storefront\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  578.             'Shopware\\Storefront\\Controller\\MaintenanceController' => 'getMaintenanceControllerService',
  579.             'Shopware\\Storefront\\Controller\\NavigationController' => 'getNavigationControllerService',
  580.             'Shopware\\Storefront\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  581.             'Shopware\\Storefront\\Controller\\ProductController' => 'getProductControllerService',
  582.             'Shopware\\Storefront\\Controller\\RegisterController' => 'getRegisterControllerService',
  583.             'Shopware\\Storefront\\Controller\\ScriptController' => 'getScriptControllerService',
  584.             'Shopware\\Storefront\\Controller\\SearchController' => 'getSearchControllerService',
  585.             'Shopware\\Storefront\\Controller\\SitemapController' => 'getSitemapControllerService',
  586.             'Shopware\\Storefront\\Controller\\StoreApiProxyController' => 'getStoreApiProxyControllerService',
  587.             'Shopware\\Storefront\\Controller\\VerificationHashController' => 'getVerificationHashControllerService',
  588.             'Shopware\\Storefront\\Controller\\WellKnownController' => 'getWellKnownControllerService',
  589.             'Shopware\\Storefront\\Controller\\WishlistController' => 'getWishlistControllerService',
  590.             'Shopware\\Storefront\\Framework\\Cache\\CacheStore' => 'getCacheStoreService',
  591.             'Shopware\\Storefront\\Framework\\Csrf\\CsrfPlaceholderHandler' => 'getCsrfPlaceholderHandlerService',
  592.             'Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry' => 'getStorefrontMediaValidatorRegistryService',
  593.             'Shopware\\Storefront\\Page\\Checkout\\Register\\CheckoutRegisterPageLoader' => 'getCheckoutRegisterPageLoaderService',
  594.             'Shopware\\Storefront\\Page\\Product\\Configurator\\ProductCombinationFinder' => 'getProductCombinationFinderService',
  595.             'Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader' => 'getProductReviewLoaderService',
  596.             'Shopware\\Storefront\\Page\\Search\\SearchPageLoader' => 'getSearchPageLoaderService',
  597.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinitionService',
  598.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinitionService',
  599.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinitionService',
  600.             'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinitionService',
  601.             'Shopware\\Storefront\\Theme\\Controller\\ThemeController' => 'getThemeControllerService',
  602.             'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => 'getSalesChannelThemeLoaderService',
  603.             'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => 'getStorefrontPluginRegistryService',
  604.             'Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinitionService',
  605.             'Swag\\Security\\Api\\ConfigController' => 'getConfigControllerService',
  606.             'Swag\\Security\\Api\\SecurityController' => 'getSecurityControllerService',
  607.             'Swag\\Security\\Fixes\\NEXT15675\\PrepareDownloadController' => 'getPrepareDownloadControllerService',
  608.             'Swag\\Security\\Subscriber\\AdminSecurityFixesProvider' => 'getAdminSecurityFixesProviderService',
  609.             'Swag\\Security\\Subscriber\\TwigStateProvider' => 'getTwigStateProviderService',
  610.             'Swag\\Security\\SwagPlatformSecurity' => 'getSwagPlatformSecurityService',
  611.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  612.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  613.             'acl_role.repository' => 'getAclRole_RepositoryService',
  614.             'acl_user_role.repository' => 'getAclUserRole_RepositoryService',
  615.             'administration.filesystem.private' => 'getAdministration_Filesystem_PrivateService',
  616.             'administration.filesystem.public' => 'getAdministration_Filesystem_PublicService',
  617.             'app.repository' => 'getApp_RepositoryService',
  618.             'app_action_button.repository' => 'getAppActionButton_RepositoryService',
  619.             'app_action_button_translation.repository' => 'getAppActionButtonTranslation_RepositoryService',
  620.             'app_administration_snippet.repository' => 'getAppAdministrationSnippet_RepositoryService',
  621.             'app_cms_block.repository' => 'getAppCmsBlock_RepositoryService',
  622.             'app_cms_block_translation.repository' => 'getAppCmsBlockTranslation_RepositoryService',
  623.             'app_flow_action.repository' => 'getAppFlowAction_RepositoryService',
  624.             'app_flow_action_translation.repository' => 'getAppFlowActionTranslation_RepositoryService',
  625.             'app_payment_method.repository' => 'getAppPaymentMethod_RepositoryService',
  626.             'app_script_condition.repository' => 'getAppScriptCondition_RepositoryService',
  627.             'app_script_condition_translation.repository' => 'getAppScriptConditionTranslation_RepositoryService',
  628.             'app_template.repository' => 'getAppTemplate_RepositoryService',
  629.             'app_translation.repository' => 'getAppTranslation_RepositoryService',
  630.             'cache.app' => 'getCache_AppService',
  631.             'cache.app_clearer' => 'getCache_AppClearerService',
  632.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  633.             'cache.system' => 'getCache_SystemService',
  634.             'cache.system_clearer' => 'getCache_SystemClearerService',
  635.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  636.             'cache_warmer' => 'getCacheWarmerService',
  637.             'category.repository' => 'getCategory_RepositoryService',
  638.             'category_tag.repository' => 'getCategoryTag_RepositoryService',
  639.             'category_translation.repository' => 'getCategoryTranslation_RepositoryService',
  640.             'checkout.filesystem.private' => 'getCheckout_Filesystem_PrivateService',
  641.             'checkout.filesystem.public' => 'getCheckout_Filesystem_PublicService',
  642.             'chili_custom.filesystem.private' => 'getChiliCustom_Filesystem_PrivateService',
  643.             'chili_custom.filesystem.public' => 'getChiliCustom_Filesystem_PublicService',
  644.             'cms_block.repository' => 'getCmsBlock_RepositoryService',
  645.             'cms_page.repository' => 'getCmsPage_RepositoryService',
  646.             'cms_page_translation.repository' => 'getCmsPageTranslation_RepositoryService',
  647.             'cms_section.repository' => 'getCmsSection_RepositoryService',
  648.             'cms_slot.repository' => 'getCmsSlot_RepositoryService',
  649.             'cms_slot_translation.repository' => 'getCmsSlotTranslation_RepositoryService',
  650.             'console.command_loader' => 'getConsole_CommandLoaderService',
  651.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  652.             'content.filesystem.private' => 'getContent_Filesystem_PrivateService',
  653.             'content.filesystem.public' => 'getContent_Filesystem_PublicService',
  654.             'country.repository' => 'getCountry_RepositoryService',
  655.             'country_state.repository' => 'getCountryState_RepositoryService',
  656.             'country_state_translation.repository' => 'getCountryStateTranslation_RepositoryService',
  657.             'country_translation.repository' => 'getCountryTranslation_RepositoryService',
  658.             'currency.repository' => 'getCurrency_RepositoryService',
  659.             'currency_country_rounding.repository' => 'getCurrencyCountryRounding_RepositoryService',
  660.             'currency_translation.repository' => 'getCurrencyTranslation_RepositoryService',
  661.             'custom_entity.repository' => 'getCustomEntity_RepositoryService',
  662.             'custom_field.repository' => 'getCustomField_RepositoryService',
  663.             'custom_field_set.repository' => 'getCustomFieldSet_RepositoryService',
  664.             'custom_field_set_relation.repository' => 'getCustomFieldSetRelation_RepositoryService',
  665.             'customer.repository' => 'getCustomer_RepositoryService',
  666.             'customer_address.repository' => 'getCustomerAddress_RepositoryService',
  667.             'customer_group.repository' => 'getCustomerGroup_RepositoryService',
  668.             'customer_group_registration_sales_channels.repository' => 'getCustomerGroupRegistrationSalesChannels_RepositoryService',
  669.             'customer_group_translation.repository' => 'getCustomerGroupTranslation_RepositoryService',
  670.             'customer_recovery.repository' => 'getCustomerRecovery_RepositoryService',
  671.             'customer_tag.repository' => 'getCustomerTag_RepositoryService',
  672.             'customer_wishlist.repository' => 'getCustomerWishlist_RepositoryService',
  673.             'customer_wishlist_product.repository' => 'getCustomerWishlistProduct_RepositoryService',
  674.             'data_collector.dump' => 'getDataCollector_DumpService',
  675.             'dead_message.repository' => 'getDeadMessage_RepositoryService',
  676.             'delivery_time.repository' => 'getDeliveryTime_RepositoryService',
  677.             'delivery_time_translation.repository' => 'getDeliveryTimeTranslation_RepositoryService',
  678.             'document.repository' => 'getDocument_RepositoryService',
  679.             'document_base_config.repository' => 'getDocumentBaseConfig_RepositoryService',
  680.             'document_base_config_sales_channel.repository' => 'getDocumentBaseConfigSalesChannel_RepositoryService',
  681.             'document_type.repository' => 'getDocumentType_RepositoryService',
  682.             'document_type_translation.repository' => 'getDocumentTypeTranslation_RepositoryService',
  683.             'elasticsearch.filesystem.private' => 'getElasticsearch_Filesystem_PrivateService',
  684.             'elasticsearch.filesystem.public' => 'getElasticsearch_Filesystem_PublicService',
  685.             'enqueue.client.default.producer' => 'getEnqueue_Client_Default_ProducerService',
  686.             'error_controller' => 'getErrorController2Service',
  687.             'event_action.repository' => 'getEventAction_RepositoryService',
  688.             'event_action_rule.repository' => 'getEventActionRule_RepositoryService',
  689.             'event_action_sales_channel.repository' => 'getEventActionSalesChannel_RepositoryService',
  690.             'event_dispatcher' => 'getEventDispatcherService',
  691.             'flow.repository' => 'getFlow_RepositoryService',
  692.             'flow_sequence.repository' => 'getFlowSequence_RepositoryService',
  693.             'framework.filesystem.private' => 'getFramework_Filesystem_PrivateService',
  694.             'framework.filesystem.public' => 'getFramework_Filesystem_PublicService',
  695.             'http_kernel' => 'getHttpKernelService',
  696.             'import_export_file.repository' => 'getImportExportFile_RepositoryService',
  697.             'import_export_log.repository' => 'getImportExportLog_RepositoryService',
  698.             'import_export_profile.repository' => 'getImportExportProfile_RepositoryService',
  699.             'import_export_profile_translation.repository' => 'getImportExportProfileTranslation_RepositoryService',
  700.             'integration.repository' => 'getIntegration_RepositoryService',
  701.             'integration_role.repository' => 'getIntegrationRole_RepositoryService',
  702.             'landing_page.repository' => 'getLandingPage_RepositoryService',
  703.             'landing_page_sales_channel.repository' => 'getLandingPageSalesChannel_RepositoryService',
  704.             'landing_page_tag.repository' => 'getLandingPageTag_RepositoryService',
  705.             'landing_page_translation.repository' => 'getLandingPageTranslation_RepositoryService',
  706.             'language.repository' => 'getLanguage_RepositoryService',
  707.             'locale.repository' => 'getLocale_RepositoryService',
  708.             'locale_translation.repository' => 'getLocaleTranslation_RepositoryService',
  709.             'log_entry.repository' => 'getLogEntry_RepositoryService',
  710.             'mail_header_footer.repository' => 'getMailHeaderFooter_RepositoryService',
  711.             'mail_header_footer_translation.repository' => 'getMailHeaderFooterTranslation_RepositoryService',
  712.             'mail_template.repository' => 'getMailTemplate_RepositoryService',
  713.             'mail_template_media.repository' => 'getMailTemplateMedia_RepositoryService',
  714.             'mail_template_translation.repository' => 'getMailTemplateTranslation_RepositoryService',
  715.             'mail_template_type.repository' => 'getMailTemplateType_RepositoryService',
  716.             'mail_template_type_translation.repository' => 'getMailTemplateTypeTranslation_RepositoryService',
  717.             'main_category.repository' => 'getMainCategory_RepositoryService',
  718.             'maintenance.filesystem.private' => 'getMaintenance_Filesystem_PrivateService',
  719.             'maintenance.filesystem.public' => 'getMaintenance_Filesystem_PublicService',
  720.             'media.repository' => 'getMedia_RepositoryService',
  721.             'media_default_folder.repository' => 'getMediaDefaultFolder_RepositoryService',
  722.             'media_folder.repository' => 'getMediaFolder_RepositoryService',
  723.             'media_folder_configuration.repository' => 'getMediaFolderConfiguration_RepositoryService',
  724.             'media_folder_configuration_media_thumbnail_size.repository' => 'getMediaFolderConfigurationMediaThumbnailSize_RepositoryService',
  725.             'media_tag.repository' => 'getMediaTag_RepositoryService',
  726.             'media_thumbnail.repository' => 'getMediaThumbnail_RepositoryService',
  727.             'media_thumbnail_size.repository' => 'getMediaThumbnailSize_RepositoryService',
  728.             'media_translation.repository' => 'getMediaTranslation_RepositoryService',
  729.             'message_queue_stats.repository' => 'getMessageQueueStats_RepositoryService',
  730.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  731.             'monolog.logger.business_events' => 'getMonolog_Logger_BusinessEventsService',
  732.             'neti_next_order_fields.filesystem.private' => 'getNetiNextOrderFields_Filesystem_PrivateService',
  733.             'neti_next_order_fields.filesystem.public' => 'getNetiNextOrderFields_Filesystem_PublicService',
  734.             'neti_order_fields.repository' => 'getNetiOrderFields_RepositoryService',
  735.             'neti_order_fields_customer_group.repository' => 'getNetiOrderFieldsCustomerGroup_RepositoryService',
  736.             'neti_order_fields_order_attributes.repository' => 'getNetiOrderFieldsOrderAttributes_RepositoryService',
  737.             'neti_order_fields_order_attributes_val.repository' => 'getNetiOrderFieldsOrderAttributesVal_RepositoryService',
  738.             'neti_order_fields_translation.repository' => 'getNetiOrderFieldsTranslation_RepositoryService',
  739.             'neti_order_fields_val.repository' => 'getNetiOrderFieldsVal_RepositoryService',
  740.             'neti_order_fields_val_translation.repository' => 'getNetiOrderFieldsValTranslation_RepositoryService',
  741.             'newsletter_recipient.repository' => 'getNewsletterRecipient_RepositoryService',
  742.             'newsletter_recipient_tag.repository' => 'getNewsletterRecipientTag_RepositoryService',
  743.             'notification.repository' => 'getNotification_RepositoryService',
  744.             'number_range.repository' => 'getNumberRange_RepositoryService',
  745.             'number_range_sales_channel.repository' => 'getNumberRangeSalesChannel_RepositoryService',
  746.             'number_range_state.repository' => 'getNumberRangeState_RepositoryService',
  747.             'number_range_translation.repository' => 'getNumberRangeTranslation_RepositoryService',
  748.             'number_range_type.repository' => 'getNumberRangeType_RepositoryService',
  749.             'number_range_type_translation.repository' => 'getNumberRangeTypeTranslation_RepositoryService',
  750.             'order.repository' => 'getOrder_RepositoryService',
  751.             'order_address.repository' => 'getOrderAddress_RepositoryService',
  752.             'order_customer.repository' => 'getOrderCustomer_RepositoryService',
  753.             'order_delivery.repository' => 'getOrderDelivery_RepositoryService',
  754.             'order_delivery_position.repository' => 'getOrderDeliveryPosition_RepositoryService',
  755.             'order_line_item.repository' => 'getOrderLineItem_RepositoryService',
  756.             'order_tag.repository' => 'getOrderTag_RepositoryService',
  757.             'order_transaction.repository' => 'getOrderTransaction_RepositoryService',
  758.             'order_transaction_capture.repository' => 'getOrderTransactionCapture_RepositoryService',
  759.             'order_transaction_capture_refund.repository' => 'getOrderTransactionCaptureRefund_RepositoryService',
  760.             'order_transaction_capture_refund_position.repository' => 'getOrderTransactionCaptureRefundPosition_RepositoryService',
  761.             'payment_method.repository' => 'getPaymentMethod_RepositoryService',
  762.             'payment_method_translation.repository' => 'getPaymentMethodTranslation_RepositoryService',
  763.             'plugin.repository' => 'getPlugin_RepositoryService',
  764.             'plugin_translation.repository' => 'getPluginTranslation_RepositoryService',
  765.             'product.repository' => 'getProduct_RepositoryService',
  766.             'product_category.repository' => 'getProductCategory_RepositoryService',
  767.             'product_category_tree.repository' => 'getProductCategoryTree_RepositoryService',
  768.             'product_configurator_setting.repository' => 'getProductConfiguratorSetting_RepositoryService',
  769.             'product_cross_selling.repository' => 'getProductCrossSelling_RepositoryService',
  770.             'product_cross_selling_assigned_products.repository' => 'getProductCrossSellingAssignedProducts_RepositoryService',
  771.             'product_cross_selling_translation.repository' => 'getProductCrossSellingTranslation_RepositoryService',
  772.             'product_custom_field_set.repository' => 'getProductCustomFieldSet_RepositoryService',
  773.             'product_export.repository' => 'getProductExport_RepositoryService',
  774.             'product_feature_set.repository' => 'getProductFeatureSet_RepositoryService',
  775.             'product_feature_set_translation.repository' => 'getProductFeatureSetTranslation_RepositoryService',
  776.             'product_keyword_dictionary.repository' => 'getProductKeywordDictionary_RepositoryService',
  777.             'product_manufacturer.repository' => 'getProductManufacturer_RepositoryService',
  778.             'product_manufacturer_translation.repository' => 'getProductManufacturerTranslation_RepositoryService',
  779.             'product_media.repository' => 'getProductMedia_RepositoryService',
  780.             'product_option.repository' => 'getProductOption_RepositoryService',
  781.             'product_price.repository' => 'getProductPrice_RepositoryService',
  782.             'product_property.repository' => 'getProductProperty_RepositoryService',
  783.             'product_review.repository' => 'getProductReview_RepositoryService',
  784.             'product_search_config.repository' => 'getProductSearchConfig_RepositoryService',
  785.             'product_search_config_field.repository' => 'getProductSearchConfigField_RepositoryService',
  786.             'product_search_keyword.repository' => 'getProductSearchKeyword_RepositoryService',
  787.             'product_sorting.repository' => 'getProductSorting_RepositoryService',
  788.             'product_sorting_translation.repository' => 'getProductSortingTranslation_RepositoryService',
  789.             'product_stream.repository' => 'getProductStream_RepositoryService',
  790.             'product_stream_filter.repository' => 'getProductStreamFilter_RepositoryService',
  791.             'product_stream_mapping.repository' => 'getProductStreamMapping_RepositoryService',
  792.             'product_stream_translation.repository' => 'getProductStreamTranslation_RepositoryService',
  793.             'product_tag.repository' => 'getProductTag_RepositoryService',
  794.             'product_translation.repository' => 'getProductTranslation_RepositoryService',
  795.             'product_visibility.repository' => 'getProductVisibility_RepositoryService',
  796.             'profiling.filesystem.private' => 'getProfiling_Filesystem_PrivateService',
  797.             'profiling.filesystem.public' => 'getProfiling_Filesystem_PublicService',
  798.             'promotion.repository' => 'getPromotion_RepositoryService',
  799.             'promotion_cart_rule.repository' => 'getPromotionCartRule_RepositoryService',
  800.             'promotion_discount.repository' => 'getPromotionDiscount_RepositoryService',
  801.             'promotion_discount_prices.repository' => 'getPromotionDiscountPrices_RepositoryService',
  802.             'promotion_discount_rule.repository' => 'getPromotionDiscountRule_RepositoryService',
  803.             'promotion_individual_code.repository' => 'getPromotionIndividualCode_RepositoryService',
  804.             'promotion_order_rule.repository' => 'getPromotionOrderRule_RepositoryService',
  805.             'promotion_persona_customer.repository' => 'getPromotionPersonaCustomer_RepositoryService',
  806.             'promotion_persona_rule.repository' => 'getPromotionPersonaRule_RepositoryService',
  807.             'promotion_sales_channel.repository' => 'getPromotionSalesChannel_RepositoryService',
  808.             'promotion_setgroup.repository' => 'getPromotionSetgroup_RepositoryService',
  809.             'promotion_setgroup_rule.repository' => 'getPromotionSetgroupRule_RepositoryService',
  810.             'promotion_translation.repository' => 'getPromotionTranslation_RepositoryService',
  811.             'property_group.repository' => 'getPropertyGroup_RepositoryService',
  812.             'property_group_option.repository' => 'getPropertyGroupOption_RepositoryService',
  813.             'property_group_option_translation.repository' => 'getPropertyGroupOptionTranslation_RepositoryService',
  814.             'property_group_translation.repository' => 'getPropertyGroupTranslation_RepositoryService',
  815.             'request_stack' => 'getRequestStackService',
  816.             'router' => 'getRouterService',
  817.             'routing.loader' => 'getRouting_LoaderService',
  818.             'rule.repository' => 'getRule_RepositoryService',
  819.             'rule_condition.repository' => 'getRuleCondition_RepositoryService',
  820.             'rule_tag.repository' => 'getRuleTag_RepositoryService',
  821.             'sales_channel.category.repository' => 'getSalesChannel_Category_RepositoryService',
  822.             'sales_channel.country.repository' => 'getSalesChannel_Country_RepositoryService',
  823.             'sales_channel.country_state.repository' => 'getSalesChannel_CountryState_RepositoryService',
  824.             'sales_channel.currency.repository' => 'getSalesChannel_Currency_RepositoryService',
  825.             'sales_channel.landing_page.repository' => 'getSalesChannel_LandingPage_RepositoryService',
  826.             'sales_channel.language.repository' => 'getSalesChannel_Language_RepositoryService',
  827.             'sales_channel.main_category.repository' => 'getSalesChannel_MainCategory_RepositoryService',
  828.             'sales_channel.newsletter_recipient.repository' => 'getSalesChannel_NewsletterRecipient_RepositoryService',
  829.             'sales_channel.payment_method.repository' => 'getSalesChannel_PaymentMethod_RepositoryService',
  830.             'sales_channel.product.repository' => 'getSalesChannel_Product_RepositoryService',
  831.             'sales_channel.repository' => 'getSalesChannel_RepositoryService',
  832.             'sales_channel.salutation.repository' => 'getSalesChannel_Salutation_RepositoryService',
  833.             'sales_channel.seo_url.repository' => 'getSalesChannel_SeoUrl_RepositoryService',
  834.             'sales_channel.shipping_method.repository' => 'getSalesChannel_ShippingMethod_RepositoryService',
  835.             'sales_channel_analytics.repository' => 'getSalesChannelAnalytics_RepositoryService',
  836.             'sales_channel_country.repository' => 'getSalesChannelCountry_RepositoryService',
  837.             'sales_channel_currency.repository' => 'getSalesChannelCurrency_RepositoryService',
  838.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition' => 'getOrderFieldsCustomerGroupDefinition2Service',
  839.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition' => 'getOrderFieldsTranslationDefinition2Service',
  840.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition' => 'getOrderFieldsValTranslationDefinition2Service',
  841.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition' => 'getOrderFieldsValDefinition2Service',
  842.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition' => 'getOrderFieldsDefinition2Service',
  843.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition' => 'getOrderAttributeValueDefinition2Service',
  844.             'sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition' => 'getOrderAttributeDefinition2Service',
  845.             'sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition' => 'getNotificationDefinition2Service',
  846.             'sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition' => 'getAppAdministrationSnippetDefinition2Service',
  847.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition' => 'getCustomerAddressDefinition2Service',
  848.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition' => 'getCustomerGroupRegistrationSalesChannelDefinition2Service',
  849.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition' => 'getCustomerGroupTranslationDefinition2Service',
  850.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition' => 'getCustomerGroupDefinition2Service',
  851.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition' => 'getCustomerRecoveryDefinition2Service',
  852.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition' => 'getCustomerTagDefinition2Service',
  853.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition' => 'getCustomerWishlistProductDefinition2Service',
  854.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition' => 'getCustomerWishlistDefinition2Service',
  855.             'sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition' => 'getCustomerDefinition2Service',
  856.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition' => 'getDocumentBaseConfigSalesChannelDefinition2Service',
  857.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition' => 'getDocumentBaseConfigDefinition2Service',
  858.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition' => 'getDocumentTypeTranslationDefinition2Service',
  859.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition' => 'getDocumentTypeDefinition2Service',
  860.             'sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition' => 'getDocumentDefinition2Service',
  861.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition' => 'getOrderAddressDefinition2Service',
  862.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition' => 'getOrderCustomerDefinition2Service',
  863.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition' => 'getOrderDeliveryPositionDefinition2Service',
  864.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition' => 'getOrderDeliveryDefinition2Service',
  865.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition' => 'getOrderLineItemDefinition2Service',
  866.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition' => 'getOrderTagDefinition2Service',
  867.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition' => 'getOrderTransactionCaptureRefundPositionDefinition2Service',
  868.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition' => 'getOrderTransactionCaptureRefundDefinition2Service',
  869.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition' => 'getOrderTransactionCaptureDefinition2Service',
  870.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition' => 'getOrderTransactionDefinition2Service',
  871.             'sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition' => 'getOrderDefinition2Service',
  872.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition' => 'getPaymentMethodTranslationDefinition2Service',
  873.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition' => 'getPromotionCartRuleDefinition2Service',
  874.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition' => 'getPromotionDiscountPriceDefinition2Service',
  875.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition' => 'getPromotionDiscountRuleDefinition2Service',
  876.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition' => 'getPromotionDiscountDefinition2Service',
  877.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition' => 'getPromotionIndividualCodeDefinition2Service',
  878.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition' => 'getPromotionOrderRuleDefinition2Service',
  879.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition' => 'getPromotionPersonaCustomerDefinition2Service',
  880.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition' => 'getPromotionPersonaRuleDefinition2Service',
  881.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition' => 'getPromotionSalesChannelDefinition2Service',
  882.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition' => 'getPromotionSetGroupRuleDefinition2Service',
  883.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition' => 'getPromotionSetGroupDefinition2Service',
  884.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition' => 'getPromotionTranslationDefinition2Service',
  885.             'sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition' => 'getPromotionDefinition2Service',
  886.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition' => 'getShippingMethodPriceDefinition2Service',
  887.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition' => 'getShippingMethodTagDefinition2Service',
  888.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition' => 'getShippingMethodTranslationDefinition2Service',
  889.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition' => 'getCategoryTagDefinition2Service',
  890.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition' => 'getCategoryTranslationDefinition2Service',
  891.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition' => 'getCmsBlockDefinition2Service',
  892.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition' => 'getCmsPageTranslationDefinition2Service',
  893.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition' => 'getCmsSectionDefinition2Service',
  894.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition' => 'getCmsSlotTranslationDefinition2Service',
  895.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition' => 'getCmsSlotDefinition2Service',
  896.             'sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition' => 'getCmsPageDefinition2Service',
  897.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition' => 'getFlowSequenceDefinition2Service',
  898.             'sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition' => 'getFlowDefinition2Service',
  899.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition' => 'getImportExportFileDefinition2Service',
  900.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition' => 'getImportExportLogDefinition2Service',
  901.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition' => 'getImportExportProfileDefinition2Service',
  902.             'sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition' => 'getImportExportProfileTranslationDefinition2Service',
  903.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition' => 'getLandingPageSalesChannelDefinition2Service',
  904.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition' => 'getLandingPageTagDefinition2Service',
  905.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition' => 'getLandingPageTranslationDefinition2Service',
  906.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition' => 'getMailHeaderFooterTranslationDefinition2Service',
  907.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition' => 'getMailHeaderFooterDefinition2Service',
  908.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition' => 'getMailTemplateMediaDefinition2Service',
  909.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition' => 'getMailTemplateTranslationDefinition2Service',
  910.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition' => 'getMailTemplateTypeTranslationDefinition2Service',
  911.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition' => 'getMailTemplateTypeDefinition2Service',
  912.             'sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition' => 'getMailTemplateDefinition2Service',
  913.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition' => 'getMediaDefaultFolderDefinition2Service',
  914.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition' => 'getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service',
  915.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition' => 'getMediaFolderConfigurationDefinition2Service',
  916.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition' => 'getMediaFolderDefinition2Service',
  917.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition' => 'getMediaTagDefinition2Service',
  918.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition' => 'getMediaThumbnailSizeDefinition2Service',
  919.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition' => 'getMediaThumbnailDefinition2Service',
  920.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition' => 'getMediaTranslationDefinition2Service',
  921.             'sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition' => 'getMediaDefinition2Service',
  922.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition' => 'getNewsletterRecipientTagDefinition2Service',
  923.             'sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition' => 'getProductExportDefinition2Service',
  924.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition' => 'getProductStreamFilterDefinition2Service',
  925.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition' => 'getProductStreamTranslationDefinition2Service',
  926.             'sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition' => 'getProductStreamDefinition2Service',
  927.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition' => 'getProductCategoryTreeDefinition2Service',
  928.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition' => 'getProductCategoryDefinition2Service',
  929.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition' => 'getProductConfiguratorSettingDefinition2Service',
  930.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition' => 'getProductCrossSellingAssignedProductsDefinition2Service',
  931.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition' => 'getProductCrossSellingTranslationDefinition2Service',
  932.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition' => 'getProductCrossSellingDefinition2Service',
  933.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition' => 'getProductCustomFieldSetDefinition2Service',
  934.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition' => 'getProductFeatureSetTranslationDefinition2Service',
  935.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition' => 'getProductFeatureSetDefinition2Service',
  936.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition' => 'getProductKeywordDictionaryDefinition2Service',
  937.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition' => 'getProductManufacturerTranslationDefinition2Service',
  938.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition' => 'getProductManufacturerDefinition2Service',
  939.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition' => 'getProductMediaDefinition2Service',
  940.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition' => 'getProductOptionDefinition2Service',
  941.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition' => 'getProductPriceDefinition2Service',
  942.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition' => 'getProductPropertyDefinition2Service',
  943.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition' => 'getProductReviewDefinition2Service',
  944.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition' => 'getProductSearchConfigFieldDefinition2Service',
  945.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition' => 'getProductSearchConfigDefinition2Service',
  946.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition' => 'getProductSearchKeywordDefinition2Service',
  947.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition' => 'getProductStreamMappingDefinition2Service',
  948.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition' => 'getProductTagDefinition2Service',
  949.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition' => 'getProductTranslationDefinition2Service',
  950.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition' => 'getProductVisibilityDefinition2Service',
  951.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition' => 'getProductSortingDefinition2Service',
  952.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition' => 'getProductSortingTranslationDefinition2Service',
  953.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition' => 'getPropertyGroupOptionTranslationDefinition2Service',
  954.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition' => 'getPropertyGroupOptionDefinition2Service',
  955.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition' => 'getPropertyGroupTranslationDefinition2Service',
  956.             'sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition' => 'getPropertyGroupDefinition2Service',
  957.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition' => 'getRuleConditionDefinition2Service',
  958.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition' => 'getRuleTagDefinition2Service',
  959.             'sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition' => 'getRuleDefinition2Service',
  960.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition' => 'getSeoUrlTemplateDefinition2Service',
  961.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition' => 'getAclRoleDefinition2Service',
  962.             'sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition' => 'getAclUserRoleDefinition2Service',
  963.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition' => 'getActionButtonTranslationDefinition2Service',
  964.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition' => 'getActionButtonDefinition2Service',
  965.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition' => 'getAppPaymentMethodDefinition2Service',
  966.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition' => 'getAppScriptConditionTranslationDefinition2Service',
  967.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition' => 'getAppScriptConditionDefinition2Service',
  968.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition' => 'getAppTranslationDefinition2Service',
  969.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition' => 'getAppCmsBlockTranslationDefinition2Service',
  970.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition' => 'getAppCmsBlockDefinition2Service',
  971.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition' => 'getAppFlowActionTranslationDefinition2Service',
  972.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition' => 'getAppFlowActionDefinition2Service',
  973.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition' => 'getAppDefinition2Service',
  974.             'sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition' => 'getTemplateDefinition2Service',
  975.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition' => 'getVersionCommitDataDefinition2Service',
  976.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition' => 'getVersionCommitDefinition2Service',
  977.             'sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition' => 'getVersionDefinition2Service',
  978.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition' => 'getEventActionRuleDefinition2Service',
  979.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition' => 'getEventActionSalesChannelDefinition2Service',
  980.             'sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition' => 'getEventActionDefinition2Service',
  981.             'sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition' => 'getLogEntryDefinition2Service',
  982.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition' => 'getDeadMessageDefinition2Service',
  983.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition' => 'getMessageQueueStatsDefinition2Service',
  984.             'sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition' => 'getScheduledTaskDefinition2Service',
  985.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition' => 'getPluginTranslationDefinition2Service',
  986.             'sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition' => 'getPluginDefinition2Service',
  987.             'sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition' => 'getScriptDefinition2Service',
  988.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition' => 'getWebhookEventLogDefinition2Service',
  989.             'sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition' => 'getWebhookDefinition2Service',
  990.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition' => 'getCountryStateTranslationDefinition2Service',
  991.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition' => 'getCountryTranslationDefinition2Service',
  992.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition' => 'getCurrencyCountryRoundingDefinition2Service',
  993.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition' => 'getCurrencyTranslationDefinition2Service',
  994.             'sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition' => 'getCustomEntityDefinition2Service',
  995.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition' => 'getCustomFieldSetRelationDefinition2Service',
  996.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition' => 'getCustomFieldSetDefinition2Service',
  997.             'sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition' => 'getCustomFieldDefinition2Service',
  998.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition' => 'getDeliveryTimeTranslationDefinition2Service',
  999.             'sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition' => 'getDeliveryTimeDefinition2Service',
  1000.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition' => 'getIntegrationRoleDefinition2Service',
  1001.             'sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition' => 'getIntegrationDefinition2Service',
  1002.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition' => 'getLocaleTranslationDefinition2Service',
  1003.             'sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition' => 'getLocaleDefinition2Service',
  1004.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition' => 'getNumberRangeSalesChannelDefinition2Service',
  1005.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition' => 'getNumberRangeStateDefinition2Service',
  1006.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition' => 'getNumberRangeTranslationDefinition2Service',
  1007.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition' => 'getNumberRangeTypeTranslationDefinition2Service',
  1008.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition' => 'getNumberRangeTypeDefinition2Service',
  1009.             'sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition' => 'getNumberRangeDefinition2Service',
  1010.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition' => 'getSalesChannelAnalyticsDefinition2Service',
  1011.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition' => 'getSalesChannelCountryDefinition3Service',
  1012.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition' => 'getSalesChannelCurrencyDefinition3Service',
  1013.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition' => 'getSalesChannelDomainDefinition2Service',
  1014.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition' => 'getSalesChannelLanguageDefinition3Service',
  1015.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition' => 'getSalesChannelPaymentMethodDefinition3Service',
  1016.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition' => 'getSalesChannelShippingMethodDefinition3Service',
  1017.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition' => 'getSalesChannelTranslationDefinition2Service',
  1018.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition' => 'getSalesChannelTypeTranslationDefinition2Service',
  1019.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition' => 'getSalesChannelTypeDefinition2Service',
  1020.             'sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition' => 'getSalesChannelDefinition2Service',
  1021.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition' => 'getSalutationTranslationDefinition2Service',
  1022.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition' => 'getSnippetSetDefinition2Service',
  1023.             'sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition' => 'getSnippetDefinition2Service',
  1024.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition' => 'getStateMachineHistoryDefinition2Service',
  1025.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition' => 'getStateMachineStateDefinition2Service',
  1026.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition' => 'getStateMachineStateTranslationDefinition2Service',
  1027.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition' => 'getStateMachineTransitionDefinition2Service',
  1028.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition' => 'getStateMachineDefinition2Service',
  1029.             'sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition' => 'getStateMachineTranslationDefinition2Service',
  1030.             'sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition' => 'getSystemConfigDefinition2Service',
  1031.             'sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition' => 'getTagDefinition2Service',
  1032.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition' => 'getTaxRuleTypeTranslationDefinition2Service',
  1033.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition' => 'getTaxRuleTypeDefinition2Service',
  1034.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition' => 'getTaxRuleDefinition2Service',
  1035.             'sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition' => 'getTaxDefinition2Service',
  1036.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition' => 'getUnitTranslationDefinition2Service',
  1037.             'sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition' => 'getUnitDefinition2Service',
  1038.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition' => 'getUserAccessKeyDefinition2Service',
  1039.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition' => 'getUserConfigDefinition2Service',
  1040.             'sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition' => 'getUserRecoveryDefinition2Service',
  1041.             'sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition' => 'getUserDefinition2Service',
  1042.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition' => 'getThemeChildDefinition2Service',
  1043.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition' => 'getThemeMediaDefinition2Service',
  1044.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition' => 'getThemeSalesChannelDefinition2Service',
  1045.             'sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition' => 'getThemeTranslationDefinition2Service',
  1046.             'sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition' => 'getThemeDefinition2Service',
  1047.             'sales_channel_domain.repository' => 'getSalesChannelDomain_RepositoryService',
  1048.             'sales_channel_language.repository' => 'getSalesChannelLanguage_RepositoryService',
  1049.             'sales_channel_payment_method.repository' => 'getSalesChannelPaymentMethod_RepositoryService',
  1050.             'sales_channel_shipping_method.repository' => 'getSalesChannelShippingMethod_RepositoryService',
  1051.             'sales_channel_translation.repository' => 'getSalesChannelTranslation_RepositoryService',
  1052.             'sales_channel_type.repository' => 'getSalesChannelType_RepositoryService',
  1053.             'sales_channel_type_translation.repository' => 'getSalesChannelTypeTranslation_RepositoryService',
  1054.             'salutation.repository' => 'getSalutation_RepositoryService',
  1055.             'salutation_translation.repository' => 'getSalutationTranslation_RepositoryService',
  1056.             'scheduled_task.repository' => 'getScheduledTask_RepositoryService',
  1057.             'script.repository' => 'getScript_RepositoryService',
  1058.             'seo_url.repository' => 'getSeoUrl_RepositoryService',
  1059.             'seo_url_template.repository' => 'getSeoUrlTemplate_RepositoryService',
  1060.             'services_resetter' => 'getServicesResetterService',
  1061.             'shipping_method.repository' => 'getShippingMethod_RepositoryService',
  1062.             'shipping_method_price.repository' => 'getShippingMethodPrice_RepositoryService',
  1063.             'shipping_method_tag.repository' => 'getShippingMethodTag_RepositoryService',
  1064.             'shipping_method_translation.repository' => 'getShippingMethodTranslation_RepositoryService',
  1065.             'shopware.filesystem.asset' => 'getShopware_Filesystem_AssetService',
  1066.             'shopware.filesystem.private' => 'getShopware_Filesystem_PrivateService',
  1067.             'shopware.filesystem.public' => 'getShopware_Filesystem_PublicService',
  1068.             'shopware.filesystem.sitemap' => 'getShopware_Filesystem_SitemapService',
  1069.             'shopware.filesystem.temp' => 'getShopware_Filesystem_TempService',
  1070.             'shopware.filesystem.theme' => 'getShopware_Filesystem_ThemeService',
  1071.             'shopware.increment.gateway.registry' => 'getShopware_Increment_Gateway_RegistryService',
  1072.             'shopware.store_client' => 'getShopware_StoreClientService',
  1073.             'snippet.repository' => 'getSnippet_RepositoryService',
  1074.             'snippet_set.repository' => 'getSnippetSet_RepositoryService',
  1075.             'state_machine.repository' => 'getStateMachine_RepositoryService',
  1076.             'state_machine_history.repository' => 'getStateMachineHistory_RepositoryService',
  1077.             'state_machine_state.repository' => 'getStateMachineState_RepositoryService',
  1078.             'state_machine_state_translation.repository' => 'getStateMachineStateTranslation_RepositoryService',
  1079.             'state_machine_transition.repository' => 'getStateMachineTransition_RepositoryService',
  1080.             'state_machine_translation.repository' => 'getStateMachineTranslation_RepositoryService',
  1081.             'storefront.filesystem.private' => 'getStorefront_Filesystem_PrivateService',
  1082.             'storefront.filesystem.public' => 'getStorefront_Filesystem_PublicService',
  1083.             'system.filesystem.private' => 'getSystem_Filesystem_PrivateService',
  1084.             'system.filesystem.public' => 'getSystem_Filesystem_PublicService',
  1085.             'system_config.repository' => 'getSystemConfig_RepositoryService',
  1086.             'tag.repository' => 'getTag_RepositoryService',
  1087.             'tax.repository' => 'getTax_RepositoryService',
  1088.             'tax_rule.repository' => 'getTaxRule_RepositoryService',
  1089.             'tax_rule_type.repository' => 'getTaxRuleType_RepositoryService',
  1090.             'tax_rule_type_translation.repository' => 'getTaxRuleTypeTranslation_RepositoryService',
  1091.             'theme.repository' => 'getTheme_RepositoryService',
  1092.             'theme_child.repository' => 'getThemeChild_RepositoryService',
  1093.             'theme_media.repository' => 'getThemeMedia_RepositoryService',
  1094.             'theme_sales_channel.repository' => 'getThemeSalesChannel_RepositoryService',
  1095.             'theme_translation.repository' => 'getThemeTranslation_RepositoryService',
  1096.             'translator' => 'getTranslatorService',
  1097.             'unit.repository' => 'getUnit_RepositoryService',
  1098.             'unit_translation.repository' => 'getUnitTranslation_RepositoryService',
  1099.             'user.repository' => 'getUser_RepositoryService',
  1100.             'user_access_key.repository' => 'getUserAccessKey_RepositoryService',
  1101.             'user_config.repository' => 'getUserConfig_RepositoryService',
  1102.             'user_recovery.repository' => 'getUserRecovery_RepositoryService',
  1103.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  1104.             'version.repository' => 'getVersion_RepositoryService',
  1105.             'version_commit.repository' => 'getVersionCommit_RepositoryService',
  1106.             'version_commit_data.repository' => 'getVersionCommitData_RepositoryService',
  1107.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  1108.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  1109.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  1110.             'webhook.repository' => 'getWebhook_RepositoryService',
  1111.             'webhook_event_log.repository' => 'getWebhookEventLog_RepositoryService',
  1112.             'cache_clearer' => 'getCacheClearerService',
  1113.             'filesystem' => 'getFilesystemService',
  1114.             'serializer' => 'getSerializerService',
  1115.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  1116.             'profiler' => 'getProfiler2Service',
  1117.             'twig' => 'getTwigService',
  1118.             'session' => 'getSessionService',
  1119.             'validator' => 'getValidatorService',
  1120.         ];
  1121.         $this->aliases = [
  1122.             'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\PaymentMethodRoute' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute',
  1123.             'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\ShippingMethodRoute' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute',
  1124.             'Shopware\\Core\\Content\\Category\\SalesChannel\\CategoryRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\CachedCategoryRoute',
  1125.             'Shopware\\Core\\Content\\Category\\SalesChannel\\NavigationRoute' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\TreeBuildingNavigationRoute',
  1126.             'Shopware\\Core\\Content\\Flow\\Dispatching\\FlowLoader' => 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader',
  1127.             'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\LandingPageRoute' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\CachedLandingPageRoute',
  1128.             'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\ProductCrossSellingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute',
  1129.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\ProductDetailRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute',
  1130.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ResolveCriteriaProductListingRoute',
  1131.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\ProductReviewRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Review\\CachedProductReviewRoute',
  1132.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ProductSearchRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Search\\ResolvedCriteriaProductSearchRoute',
  1133.             'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\ProductSuggestRoute' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Suggest\\CachedProductSuggestRoute',
  1134.             'Shopware\\Core\\Content\\Seo\\SeoResolver' => 'Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver',
  1135.             'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\SitemapRoute' => 'Shopware\\Core\\Content\\Sitemap\\SalesChannel\\CachedSitemapRoute',
  1136.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute',
  1137.             'Shopware\\Core\\System\\Country\\SalesChannel\\CountryStateRoute' => 'Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryStateRoute',
  1138.             'Shopware\\Core\\System\\Currency\\SalesChannel\\CurrencyRoute' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\CachedCurrencyRoute',
  1139.             'Shopware\\Core\\System\\Language\\SalesChannel\\LanguageRoute' => 'Shopware\\Core\\System\\Language\\SalesChannel\\CachedLanguageRoute',
  1140.             'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalutationRoute' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute',
  1141.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1142.             'sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition',
  1143.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1144.             'sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition',
  1145.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\CategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1146.             'sales_channel_definition.Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition',
  1147.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1148.             'sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition',
  1149.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1150.             'sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition',
  1151.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\ProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1152.             'sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition',
  1153.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1154.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition',
  1155.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1156.             'sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition',
  1157.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1158.             'sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition',
  1159.             'sales_channel_definition.Shopware\\Core\\System\\Country\\CountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1160.             'sales_channel_definition.Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition',
  1161.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\CurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1162.             'sales_channel_definition.Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition',
  1163.             'sales_channel_definition.Shopware\\Core\\System\\Language\\LanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1164.             'sales_channel_definition.Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition',
  1165.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1166.             'sales_channel_definition.Shopware\\Core\\System\\Salutation\\SalutationDefinition' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition',
  1167.         ];
  1168.         $this->privates['service_container'] = function () {
  1169.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Kernel.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ContextResolverListener.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CoreSubscriber.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeListener.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteEventSubscriber.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/TemplateAwareDataCollectorInterface.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/AbstractDataCollector.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Subscriber/ActiveRulesDataCollectorSubscriber.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/AbstractTranslator.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/Translator.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetService.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Filter/SnippetFilterFactory.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinderInterface.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateFinder.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/NamespaceHierarchyBuilder.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/EntityTemplateLoader.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestContextResolverInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeCheckTrait.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/ApiRequestContextResolver.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteScopeRegistry.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheStateSubscriber.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageSubscriberInterface.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/AbstractMessageHandler.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidator.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheDecorator.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/HtmlSanitizer.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/ExcludeExceptionHandler.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RouteParamsCleanupListener.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclAnnotationValidator.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/CorsListener.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ResponseHeaderListener.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonEntityEncoder.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ApiVersionConverter.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/ConverterRegistry.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Converter/DefaultApiConverter.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/AccessTokenRepository.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/RefreshTokenRepository.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptKey.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareInterface.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/league/event/src/EmitterAwareTrait.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationServer.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ClientRepository.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/ScopeRepository.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/JsonRequestTransformerListener.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/ExpectationSubscriber.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/SalesChannelAuthenticationListener.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/ApiAuthenticationListener.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/ResourceServer.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/BearerTokenValidator.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/CryptTrait.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/league/oauth2-server/src/Repositories/UserRepositoryInterface.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/OAuth/UserRepository.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidator.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ShopId/ShopIdProvider.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ScriptPersister.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReaderInterface.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/ScriptFileReader.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActiveAppsLoader.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLoader.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLoader.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Xml/CustomEntityXmlSchemaValidator.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppLocaleProvider.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityDefinition.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppDefinition.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppPaymentMethod/AppPaymentMethodDefinition.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Event/EntityLoadedEventFactory.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Cache/EntityCacheKeyGenerator.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityDefinitionQueryHelper.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/JoinGroupBuilder.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/TokenizerInterface.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Tokenizer.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/SearchTermInterpreter.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/EntityScoreQueryBuilder.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Read/EntityReaderInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriterInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriter.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityForeignKeyResolver.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactory.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/WriteCommandExtractor.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/EntityWriteGatewayInterface.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityWriteGateway.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/ExceptionHandlerRegistry.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/VersionDefinition.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommit/VersionCommitDefinition.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Aggregate/VersionCommitData/VersionCommitDataDefinition.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionDefinition.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/FilesystemFactory.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FallbackUrlPackage.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAssetPackage.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/FlysystemLastModifiedVersionStrategy.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskDefinition.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/ScriptLoader.php';
  1340.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT24667/Version/6412/ScriptExecutor.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/ScriptDefinition.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Debugging/ScriptTraces.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageDefinition.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInterface.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/SalesChannelLanguageDefinition.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoaderInterface.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/CachedLanguageLoader.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageLoader.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/AbstractLanguageRoute.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/CachedLanguageRoute.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/SalesChannel/LanguageRoute.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SeoUrlDefinition.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrl/SalesChannel/SalesChannelSeoUrlDefinition.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteRegistry.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandlerInterface.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPlaceholderHandler.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/StoreApiSeoResolver.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/BusinessEventEncoder.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/IncrementGatewayRegistry.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannelDefinition.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelDomain/SalesChannelDomainDefinition.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextPersister.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextServiceInterface.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelDefinitionInstanceRegistry.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StoreApiResponseListener.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Api/StructEncoder.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryDefinition.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/CountryStateDefinition.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyDefinition.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyCountryRounding/CurrencyCountryRoundingDefinition.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/SalesChannelCurrencyDefinition.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/CurrencyFormatter.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/AbstractCurrencyRoute.php';
  1378.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CachedCurrencyRoute.php';
  1379.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/SalesChannel/CurrencyRoute.php';
  1380.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LanguageLocaleCodeProvider.php';
  1381.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Aggregate/SnippetSet/SnippetSetDefinition.php';
  1382.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetDefinition.php';
  1383.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/TaxDefinition.php';
  1384.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/UserDefinition.php';
  1385.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Loader/InitialStateIdLoader.php';
  1386.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigDefinition.php';
  1387.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Service/ConfigurationService.php';
  1388.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Util/XmlReader.php';
  1389.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Util/ConfigReader.php';
  1390.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigService.php';
  1391.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/AbstractSystemConfigLoader.php';
  1392.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/MemoizedSystemConfigLoader.php';
  1393.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/CachedSystemConfigLoader.php';
  1394.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/SystemConfigLoader.php';
  1395.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Store/MemoizedSystemConfigStore.php';
  1396.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGeneratorInterface.php';
  1397.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/NumberRangeValueGenerator.php';
  1398.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternRegistry.php';
  1399.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryDefinition.php';
  1400.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/SalesChannelCategoryDefinition.php';
  1401.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoaderInterface.php';
  1402.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/NavigationLoader.php';
  1403.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractNavigationRoute.php';
  1404.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedNavigationRoute.php';
  1405.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/NavigationRoute.php';
  1406.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/TreeBuildingNavigationRoute.php';
  1407.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php';
  1408.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaDefinition.php';
  1409.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductDefinition.php';
  1410.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/SalesChannelProductDefinition.php';
  1411.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleDefinition.php';
  1412.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/CmsPageDefinition.php';
  1413.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php';
  1414.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderInterface.php';
  1415.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php';
  1416.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AmountCalculator.php';
  1417.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CashRounding.php';
  1418.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersisterInterface.php';
  1419.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractCartPersister.php';
  1420.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartPersister.php';
  1421.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartSerializationCleaner.php';
  1422.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php';
  1423.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartCalculator.php';
  1424.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemUpdateRoute.php';
  1425.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemUpdateRoute.php';
  1426.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartLoadRoute.php';
  1427.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartLoadRoute.php';
  1428.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartDeleteRoute.php';
  1429.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartDeleteRoute.php';
  1430.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemRemoveRoute.php';
  1431.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemRemoveRoute.php';
  1432.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartItemAddRoute.php';
  1433.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartItemAddRoute.php';
  1434.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/AbstractCartOrderRoute.php';
  1435.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/SalesChannel/CartOrderRoute.php';
  1436.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersisterInterface.php';
  1437.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderPersister.php';
  1438.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PreparedPaymentService.php';
  1439.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/PercentageTaxRuleBuilder.php';
  1440.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxDetector.php';
  1441.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Tax/TaxCalculator.php';
  1442.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor.php';
  1443.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Validator.php';
  1444.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Transaction/TransactionProcessor.php';
  1445.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php';
  1446.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/AbstractRuleLoader.php';
  1447.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php';
  1448.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/RuleLoader.php';
  1449.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php';
  1450.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerDefinition.php';
  1451.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerAddress/CustomerAddressDefinition.php';
  1452.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroup/CustomerGroupDefinition.php';
  1453.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/OrderDefinition.php';
  1454.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderAddress/OrderAddressDefinition.php';
  1455.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/OrderConverter.php';
  1456.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentMethodDefinition.php';
  1457.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SalesChannelPaymentMethodDefinition.php';
  1458.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Configuration.php';
  1459.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTConfigurationFactory.php';
  1460.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer.php';
  1461.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/OpenSSL.php';
  1462.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa.php';
  1463.             include_once \dirname(__DIR__4).'/vendor/lcobucci/jwt/src/Signer/Rsa/Sha256.php';
  1464.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php';
  1465.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  1466.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  1467.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  1468.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  1469.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractPaymentMethodRoute.php';
  1470.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/CachedPaymentMethodRoute.php';
  1471.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/PaymentMethodRoute.php';
  1472.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/SortedPaymentMethodRoute.php';
  1473.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/ShippingMethodDefinition.php';
  1474.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SalesChannelShippingMethodDefinition.php';
  1475.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/AbstractShippingMethodRoute.php';
  1476.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/CachedShippingMethodRoute.php';
  1477.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/ShippingMethodRoute.php';
  1478.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/SalesChannel/SortedShippingMethodRoute.php';
  1479.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/MaintenanceModeResolver.php';
  1480.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php';
  1481.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractResolvedConfigLoader.php';
  1482.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoader.php';
  1483.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ResolvedConfigLoader.php';
  1484.             include_once \dirname(__DIR__4).'/vendor/composer/composer/src/Composer/EventDispatcher/EventSubscriberInterface.php';
  1485.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigDateRequestListener.php';
  1486.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfPlaceholderHandler.php';
  1487.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php';
  1488.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoaderInterface.php';
  1489.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/HreflangLoader.php';
  1490.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/NotFound/NotFoundSubscriber.php';
  1491.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Csrf/CsrfRouteListener.php';
  1492.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/AffiliateTracking/AffiliateTrackingListener.php';
  1493.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoaderInterface.php';
  1494.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Header/HeaderPageletLoader.php';
  1495.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoaderInterface.php';
  1496.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php';
  1497.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoaderInterface.php';
  1498.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/GenericPageLoader.php';
  1499.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/AbstractCacheTracer.php';
  1500.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheTracer.php';
  1501.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php';
  1502.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheResponseSubscriber.php';
  1503.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/CaptchaRouteListener.php';
  1504.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/ResponseHeaderListener.php';
  1505.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/AbstractStorefrontPluginConfigurationFactory.php';
  1506.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginConfiguration/StorefrontPluginConfigurationFactory.php';
  1507.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistryInterface.php';
  1508.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/StorefrontPluginRegistry.php';
  1509.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporterInterface.php';
  1510.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileImporter.php';
  1511.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeFileResolver.php';
  1512.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeService.php';
  1513.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompilerInterface.php';
  1514.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeCompiler.php';
  1515.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractConfigLoader.php';
  1516.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseConfigLoader.php';
  1517.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/AbstractThemePathBuilder.php';
  1518.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/MD5ThemePathBuilder.php';
  1519.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeDefinition.php';
  1520.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/MappingEntityDefinition.php';
  1521.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeSalesChannelDefinition.php';
  1522.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/TemplateNamespaceHierarchyBuilderInterface.php';
  1523.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeNamespaceHierarchyBuilder.php';
  1524.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilderInterface.php';
  1525.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Twig/ThemeInheritanceBuilder.php';
  1526.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/SalesChannelThemeLoader.php';
  1527.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/CriteriaParser.php';
  1528.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchHelper.php';
  1529.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchRegistry.php';
  1530.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1531.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggerFactory.php';
  1532.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Components/State.php';
  1533.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Subscriber/AdminSecurityFixesProvider.php';
  1534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1536.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT24667/SecurityExtension.php';
  1537.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Service/PluginConfig.php';
  1538.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Service/OrderAttributes.php';
  1539.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/Order/Aggregate/OrderAttribute/OrderAttributeDefinition.php';
  1540.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/Order/Aggregate/OrderAttribute/Aggregate/OrderAttributeValueDefinition.php';
  1541.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/OrderFieldsDefinition.php';
  1542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  1543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  1544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  1545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  1546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  1547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  1548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  1549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  1550.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  1551.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  1552.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  1553.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  1554.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  1555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  1556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  1557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  1558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1560.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  1562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  1563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  1565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  1566.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  1567.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  1568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  1569.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1570.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1571.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  1572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  1573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1577.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1578.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  1579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  1580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  1581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  1582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  1583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  1584.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  1585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  1586.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  1587.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  1588.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  1589.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  1590.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  1591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  1592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  1594.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  1595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  1596.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  1597.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  1598.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1604.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  1606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  1607.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  1608.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Compatibility/AnnotationReader.php';
  1609.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  1610.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  1611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  1612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1618.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  1619.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  1620.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  1621.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  1622.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  1623.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  1624.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  1625.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  1626.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  1627.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  1628.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  1629.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/LockFactory.php';
  1630.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/PersistingStoreInterface.php';
  1631.             include_once \dirname(__DIR__4).'/vendor/symfony/lock/Store/StoreFactory.php';
  1632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  1633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  1634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  1635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  1636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  1637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  1638.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  1639.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  1640.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  1641.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  1642.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  1643.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  1644.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  1645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  1646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  1647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  1648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  1649.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  1650.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1651.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1652.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1653.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1654.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1655.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1656.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1657.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1658.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1659.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1660.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1661.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1662.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1663.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1664.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1665.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1666.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1667.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1668.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ChainLoader.php';
  1669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1672.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1674.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1675.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1676.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1677.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1678.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1679.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1680.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1681.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/ConnectionFactory.php';
  1682.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ConnectionFactoryFactoryInterface.php';
  1683.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Enqueue/ConnectionFactoryFactory.php';
  1684.             include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Context.php';
  1685.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverInterface.php';
  1686.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactoryInterface.php';
  1687.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverFactory.php';
  1688.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Config.php';
  1689.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouteCollection.php';
  1690.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1691.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1692.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1693.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepositoryInterface.php';
  1694.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php';
  1695.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepositoryInterface.php';
  1696.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php';
  1697.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1698.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/Router.php';
  1699.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1700.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1701.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Monitoring/MonitoringBusDecorator.php';
  1702.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1703.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1705.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php';
  1706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1707.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntitySearcherInterface.php';
  1708.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php';
  1709.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php';
  1710.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchSearchHydrator.php';
  1711.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearchHydrator.php';
  1712.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/EntityAggregatorInterface.php';
  1713.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregator.php';
  1714.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityAggregator.php';
  1715.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/AbstractElasticsearchAggregationHydrator.php';
  1716.             include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntityAggregatorHydrator.php';
  1717.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaRepositoryDecorator.php';
  1718.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodRepositoryDecorator.php';
  1719.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/VersionManager.php';
  1720.             include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT23915/PatchedVersionManager6430.php';
  1721.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Components/OrderRepositoryDecorator.php';
  1722.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Components/OrderFieldRepositoryDecorator.php';
  1723.             include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Components/OrderAttributeDecorator.php';
  1724.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ProducerInterface.php';
  1725.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/TraceableProducer.php';
  1726.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/Producer.php';
  1727.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Rpc/RpcFactory.php';
  1728.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendEventExtensionInterface.php';
  1729.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PreSendCommandExtensionInterface.php';
  1730.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DriverPreSendExtensionInterface.php';
  1731.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/PostSendExtensionInterface.php';
  1732.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ExtensionInterface.php';
  1733.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ChainExtension.php';
  1734.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractSalesChannelContextFactory.php';
  1735.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php';
  1736.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php';
  1737.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/AbstractBaseContextFactory.php';
  1738.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CachedBaseContextFactory.php';
  1739.             include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/BaseContextFactory.php';
  1740.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1741.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1743.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1744.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1745.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1746.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1747.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1748.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1749.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1750.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1751.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1752.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1753.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1754.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  1755.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  1756.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructNormalizer.php';
  1757.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1758.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1759.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1760.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1761.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1762.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1764.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1770.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1771.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1782.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Struct/Serializer/StructDecoder.php';
  1783.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiDecoder.php';
  1784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1786.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1787.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1788.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1789.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1790.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1791.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1792.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1793.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1794.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1795.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1796.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1797.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1801.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1803.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1806.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1807.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1808.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1809.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Doctrine/ConnectionProfiler.php';
  1810.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1811.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1812.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/AbstractMessageQueueCollector.php';
  1813.             include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Profiler/MessageQueueCollector.php';
  1814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1815.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1816.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1817.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1818.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1819.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1820.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1821.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1822.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1823.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1824.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1825.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigEnvironment.php';
  1826.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1827.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1828.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1829.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1830.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1831.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1832.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1833.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1834.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1835.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1837.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1838.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1839.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/NodeExtension.php';
  1840.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/PhpSyntaxExtension.php';
  1841.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/FeatureFlagExtension.php';
  1842.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1843.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1844.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/InstanceOfExtension.php';
  1845.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/CurrencyFilter.php';
  1846.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1847.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Filter/ReplaceRecursiveFilter.php';
  1848.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SeoUrlFunctionExtension.php';
  1849.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/CategoryUrlExtension.php';
  1850.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/AbstractCategoryUrlGenerator.php';
  1851.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Service/CategoryUrlGenerator.php';
  1852.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/MediaExtension.php';
  1853.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/RawUrlFunctionExtension.php';
  1854.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/SwSanitizeTwigFilter.php';
  1855.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/Extension/BuildBreadcrumbExtension.php';
  1856.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  1857.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateDataExtension.php';
  1858.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/ConfigExtension.php';
  1859.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TemplateConfigAccessor.php';
  1860.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/IconExtension.php';
  1861.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ThumbnailExtension.php';
  1862.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/UrlEncodingTwigFilter.php';
  1863.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/IconCacheTwigFilter.php';
  1864.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/Extension/CsrfFunctionExtension.php';
  1865.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Twig/DoctrineExtension.php';
  1866.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1867.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1868.             include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php';
  1869.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1870.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1871.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1872.             include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/HappyPathValidator.php';
  1873.             include_once __DIR__.'/proxy-classes.php';
  1874.         };
  1875.     }
  1876.     public function compile(): void
  1877.     {
  1878.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1879.     }
  1880.     public function isCompiled(): bool
  1881.     {
  1882.         return true;
  1883.     }
  1884.     public function getRemovedIds(): array
  1885.     {
  1886.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1887.     }
  1888.     protected function createProxy($class, \Closure $factory)
  1889.     {
  1890.         return $factory();
  1891.     }
  1892.     /**
  1893.      * Gets the public '.container.private.cache_clearer' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1896.      */
  1897.     protected function get_Container_Private_CacheClearerService()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1901.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1902.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1903.         }, 1));
  1904.     }
  1905.     /**
  1906.      * Gets the public '.container.private.filesystem' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\Filesystem\Filesystem
  1909.      */
  1910.     protected function get_Container_Private_FilesystemService()
  1911.     {
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1913.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1914.     }
  1915.     /**
  1916.      * Gets the public '.container.private.profiler' shared service.
  1917.      *
  1918.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1919.      */
  1920.     protected function get_Container_Private_ProfilerService()
  1921.     {
  1922.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1923.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1924.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1925.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  1926.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1927.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1928.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1929.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1930.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1931.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1932.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1933.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1934.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1935.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1936.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1937.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1938.         $d->addInstance('cache.rate_limiter', ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  1939.         $d->addInstance('cache.object', ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()));
  1940.         $d->addInstance('cache.http', ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService()));
  1941.         $d->addInstance('cache.tags', ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  1942.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1943.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1944.         $e->registerBus('messenger.bus.shopware', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1945.         $f = new \Enqueue\Bundle\Profiler\MessageQueueCollector();
  1946.         $f->addProducer('default', ($this->services['enqueue.client.default.producer'] ?? $this->getEnqueue_Client_Default_ProducerService()));
  1947.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1948.         if ($this->has('kernel')) {
  1949.             $g->setKernel($b);
  1950.         }
  1951.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1952.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1953.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1954.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1955.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1956.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1957.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer'), $c));
  1958.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1959.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1960.         $instance->add($d);
  1961.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1962.         $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())));
  1963.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1964.         $instance->add(new \Shopware\Core\Profiling\Doctrine\ConnectionProfiler());
  1965.         $instance->add($e);
  1966.         $instance->add(($this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService()));
  1967.         $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())));
  1968.         $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()))));
  1969.         $instance->add($f);
  1970.         $instance->add($g);
  1971.         return $instance;
  1972.     }
  1973.     /**
  1974.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1975.      *
  1976.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1977.      */
  1978.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1979.     {
  1980.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1981.         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);
  1982.     }
  1983.     /**
  1984.      * Gets the public '.container.private.serializer' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Serializer\Serializer
  1987.      */
  1988.     protected function get_Container_Private_SerializerService()
  1989.     {
  1990.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1991.         $b = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1992.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1993.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  1994.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1995.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  1996.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \Shopware\Core\Framework\Struct\Serializer\StructNormalizer(), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$e$fNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$b$e$fNULL)], [=> new \Shopware\Core\Framework\Struct\Serializer\StructDecoder(), => new \Shopware\Core\Framework\Api\Serializer\JsonApiDecoder(), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1997.     }
  1998.     /**
  1999.      * Gets the public '.container.private.session' shared service.
  2000.      *
  2001.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2002.      */
  2003.     protected function get_Container_Private_SessionService()
  2004.     {
  2005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2007.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  2008.     }
  2009.     /**
  2010.      * Gets the public '.container.private.twig' shared service.
  2011.      *
  2012.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigEnvironment
  2013.      */
  2014.     protected function get_Container_Private_TwigService()
  2015.     {
  2016.         $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']);
  2017.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2018.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2019.         $c = ($this->services['router'] ?? $this->getRouterService());
  2020.         $d = new \Symfony\Bridge\Twig\Extension\RoutingExtension($c);
  2021.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2022.         $f = ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? $this->getTemplateFinderService());
  2023.         $g = ($this->services['Shopware\\Core\\Content\\Seo\\SeoUrlPlaceholderHandlerInterface'] ?? $this->getSeoUrlPlaceholderHandlerInterfaceService());
  2024.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2025.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  2026.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2027.         $i->setEnvironment('dev');
  2028.         $i->setDebug(true);
  2029.         if ($this->has('request_stack')) {
  2030.             $i->setRequestStack($e);
  2031.         }
  2032.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2033.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  2034.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  2035.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2036.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, \dirname(__DIR__4), 'UTF-8'));
  2037.         $instance->addExtension($d);
  2038.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2039.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  2040.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2041.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2042.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2043.         $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())));
  2044.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension($f));
  2045.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension());
  2046.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension());
  2047.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  2048.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  2049.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension());
  2050.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter(($this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] ?? $this->getCurrencyFormatterService())));
  2051.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['slugify'] ?? $this->getSlugifyService())));
  2052.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter());
  2053.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension($d$g));
  2054.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension($d, new \Shopware\Core\Content\Category\Service\CategoryUrlGenerator($g)));
  2055.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension(($this->services['media.repository'] ?? $this->getMedia_RepositoryService())));
  2056.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension($c$e));
  2057.         $instance->addExtension(new \Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter(($this->services['Shopware\\Core\\Framework\\Util\\HtmlSanitizer'] ?? $this->getHtmlSanitizerService())));
  2058.         $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())));
  2059.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\TemplateDataExtension($etrue'twig'));
  2060.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\ConfigExtension(new \Shopware\Storefront\Framework\Twig\TemplateConfigAccessor(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeConfigValueAccessor'] ?? $this->getThemeConfigValueAccessorService()))));
  2061.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\IconExtension($f));
  2062.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\ThumbnailExtension($f));
  2063.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter());
  2064.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());
  2065.         $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\CsrfFunctionExtension());
  2066.         $instance->addExtension(new \Shopware\Core\Profiling\Twig\DoctrineExtension());
  2067.         $instance->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  2068.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2069.         $instance->addGlobal('app', new \Shopware\Storefront\Framework\Twig\TwigAppVariable($i$this->parameters['shopware.twig.app_variable.allowed_server_params']));
  2070.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2071.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2072.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2073.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  2074.         ], [
  2075.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2076.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2077.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2078.         ])));
  2079.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2080.         return $instance;
  2081.     }
  2082.     /**
  2083.      * Gets the public '.container.private.validator' shared service.
  2084.      *
  2085.      * @return \Shopware\Core\Framework\Validation\HappyPathValidator
  2086.      */
  2087.     protected function get_Container_Private_ValidatorService()
  2088.     {
  2089.         return $this->services['.container.private.validator'] = new \Shopware\Core\Framework\Validation\HappyPathValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  2090.     }
  2091.     /**
  2092.      * Gets the public 'ChiliCustom\ChiliCustom' shared autowired service.
  2093.      *
  2094.      * @return \ChiliCustom\ChiliCustom
  2095.      */
  2096.     protected function getChiliCustomService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/ThemeInterface.php';
  2105.         include_once \dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/ChiliCustom.php';
  2106.         return $this->services['ChiliCustom\\ChiliCustom'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('ChiliCustom\\ChiliCustom');
  2107.     }
  2108.     /**
  2109.      * Gets the public 'Doctrine\DBAL\Connection' shared service.
  2110.      *
  2111.      * @return \Doctrine\DBAL\Connection
  2112.      */
  2113.     protected function getConnectionService()
  2114.     {
  2115.         return $this->services['Doctrine\\DBAL\\Connection'] = \Shopware\Core\Kernel::getConnection();
  2116.     }
  2117.     /**
  2118.      * Gets the public 'Elasticsearch\Client' shared service.
  2119.      *
  2120.      * @return \Elasticsearch\Client
  2121.      */
  2122.     protected function getClientService($lazyLoad true)
  2123.     {
  2124.         if ($lazyLoad) {
  2125.             return $this->services['Elasticsearch\\Client'] = $this->createProxy('Client_dba3ed3', function () {
  2126.                 return \Client_dba3ed3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2127.                     $wrappedInstance $this->getClientService(false);
  2128.                     $proxy->setProxyInitializer(null);
  2129.                     return true;
  2130.                 });
  2131.             });
  2132.         }
  2133.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ClientFactory.php';
  2134.         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']);
  2135.     }
  2136.     /**
  2137.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition' shared service.
  2138.      *
  2139.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition
  2140.      */
  2141.     protected function getOrderFieldsCustomerGroupDefinitionService()
  2142.     {
  2143.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsCustomerGroup/OrderFieldsCustomerGroupDefinition.php';
  2144.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition();
  2145.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2146.         return $instance;
  2147.     }
  2148.     /**
  2149.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition' shared service.
  2150.      *
  2151.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition
  2152.      */
  2153.     protected function getOrderFieldsTranslationDefinitionService()
  2154.     {
  2155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2156.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsTranslation/OrderFieldsTranslationDefinition.php';
  2157.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition();
  2158.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2159.         return $instance;
  2160.     }
  2161.     /**
  2162.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition' shared service.
  2163.      *
  2164.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition
  2165.      */
  2166.     protected function getOrderFieldsValTranslationDefinitionService()
  2167.     {
  2168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2169.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsVal/Aggregate/OrderFieldsValTranslation/OrderFieldsValTranslationDefinition.php';
  2170.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition();
  2171.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2172.         return $instance;
  2173.     }
  2174.     /**
  2175.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition' shared service.
  2176.      *
  2177.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition
  2178.      */
  2179.     protected function getOrderFieldsValDefinitionService()
  2180.     {
  2181.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsVal/OrderFieldsValDefinition.php';
  2182.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition();
  2183.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2184.         return $instance;
  2185.     }
  2186.     /**
  2187.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition' shared service.
  2188.      *
  2189.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition
  2190.      */
  2191.     protected function getOrderFieldsDefinitionService()
  2192.     {
  2193.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition();
  2194.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition' shared service.
  2199.      *
  2200.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition
  2201.      */
  2202.     protected function getOrderAttributeValueDefinitionService()
  2203.     {
  2204.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition();
  2205.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the public 'NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition' shared service.
  2210.      *
  2211.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition
  2212.      */
  2213.     protected function getOrderAttributeDefinitionService()
  2214.     {
  2215.         $this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition();
  2216.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2217.         return $instance;
  2218.     }
  2219.     /**
  2220.      * Gets the public 'NetInventors\NetiNextOrderFields\NetiNextOrderFields' shared autowired service.
  2221.      *
  2222.      * @return \NetInventors\NetiNextOrderFields\NetiNextOrderFields
  2223.      */
  2224.     protected function getNetiNextOrderFieldsService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  2232.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/NetiNextOrderFields.php';
  2233.         return $this->services['NetInventors\\NetiNextOrderFields\\NetiNextOrderFields'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('NetInventors\\NetiNextOrderFields\\NetiNextOrderFields');
  2234.     }
  2235.     /**
  2236.      * Gets the public 'Shopware\Administration\Controller\AdminExtensionApiController' shared service.
  2237.      *
  2238.      * @return \Shopware\Administration\Controller\AdminExtensionApiController
  2239.      */
  2240.     protected function getAdminExtensionApiControllerService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminExtensionApiController.php';
  2243.         $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()));
  2244.         $instance->setContainer($this);
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the public 'Shopware\Administration\Controller\AdminProductStreamController' shared service.
  2249.      *
  2250.      * @return \Shopware\Administration\Controller\AdminProductStreamController
  2251.      */
  2252.     protected function getAdminProductStreamControllerService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminProductStreamController.php';
  2255.         $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()));
  2256.         $instance->setContainer($this);
  2257.         return $instance;
  2258.     }
  2259.     /**
  2260.      * Gets the public 'Shopware\Administration\Controller\AdminSearchController' shared service.
  2261.      *
  2262.      * @return \Shopware\Administration\Controller\AdminSearchController
  2263.      */
  2264.     protected function getAdminSearchControllerService()
  2265.     {
  2266.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminSearchController.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Service/AdminSearcher.php';
  2268.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  2269.         $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()));
  2270.         $instance->setContainer($this);
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'Shopware\Administration\Controller\AdminTagController' shared service.
  2275.      *
  2276.      * @return \Shopware\Administration\Controller\AdminTagController
  2277.      */
  2278.     protected function getAdminTagControllerService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdminTagController.php';
  2281.         $this->services['Shopware\\Administration\\Controller\\AdminTagController'] = $instance = new \Shopware\Administration\Controller\AdminTagController(($this->services['Shopware\\Core\\System\\Tag\\Service\\FilterTagIdsService'] ?? $this->getFilterTagIdsServiceService()));
  2282.         $instance->setContainer($this);
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the public 'Shopware\Administration\Controller\AdministrationController' shared service.
  2287.      *
  2288.      * @return \Shopware\Administration\Controller\AdministrationController
  2289.      */
  2290.     protected function getAdministrationControllerService()
  2291.     {
  2292.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/AdministrationController.php';
  2293.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinderInterface.php';
  2294.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/CachedSnippetFinder.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/SnippetFinder.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollectorInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Framework/Routing/KnownIps/KnownIpsCollector.php';
  2298.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  2299.         $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()));
  2300.         $instance->setContainer($this);
  2301.         return $instance;
  2302.     }
  2303.     /**
  2304.      * Gets the public 'Shopware\Administration\Controller\DocumentServiceDeprecationController' shared service.
  2305.      *
  2306.      * @return \Shopware\Administration\Controller\DocumentServiceDeprecationController
  2307.      */
  2308.     protected function getDocumentServiceDeprecationControllerService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/DocumentServiceDeprecationController.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorInterface.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/PdfGenerator.php';
  2313.         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()));
  2314.     }
  2315.     /**
  2316.      * Gets the public 'Shopware\Administration\Controller\NotificationController' shared service.
  2317.      *
  2318.      * @return \Shopware\Administration\Controller\NotificationController
  2319.      */
  2320.     protected function getNotificationControllerService()
  2321.     {
  2322.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/NotificationController.php';
  2323.         $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()));
  2324.         $instance->setContainer($this);
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the public 'Shopware\Administration\Controller\UserConfigController' shared service.
  2329.      *
  2330.      * @return \Shopware\Administration\Controller\UserConfigController
  2331.      */
  2332.     protected function getUserConfigControllerService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Controller/UserConfigController.php';
  2335.         $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()));
  2336.         $instance->setContainer($this);
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the public 'Shopware\Administration\Notification\NotificationDefinition' shared service.
  2341.      *
  2342.      * @return \Shopware\Administration\Notification\NotificationDefinition
  2343.      */
  2344.     protected function getNotificationDefinitionService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  2347.         $this->services['Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  2348.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2349.         return $instance;
  2350.     }
  2351.     /**
  2352.      * Gets the public 'Shopware\Administration\Notification\NotificationService' shared service.
  2353.      *
  2354.      * @return \Shopware\Administration\Notification\NotificationService
  2355.      */
  2356.     protected function getNotificationServiceService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationService.php';
  2359.         return $this->services['Shopware\\Administration\\Notification\\NotificationService'] = new \Shopware\Administration\Notification\NotificationService(($this->services['notification.repository'] ?? $this->getNotification_RepositoryService()));
  2360.     }
  2361.     /**
  2362.      * Gets the public 'Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  2363.      *
  2364.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  2365.      */
  2366.     protected function getAppAdministrationSnippetDefinitionService()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  2369.         $this->services['Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  2370.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the public 'Shopware\Core\Checkout\Cart\Calculator' shared service.
  2375.      *
  2376.      * @return \Shopware\Core\Checkout\Cart\Calculator
  2377.      */
  2378.     protected function getCalculatorService()
  2379.     {
  2380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Calculator.php';
  2381.         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()));
  2382.     }
  2383.     /**
  2384.      * Gets the public 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory' shared service.
  2385.      *
  2386.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory
  2387.      */
  2388.     protected function getCartFacadeHookFactoryService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHookFactory.php';
  2392.         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()));
  2393.     }
  2394.     /**
  2395.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController' shared service.
  2396.      *
  2397.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderConverterController
  2398.      */
  2399.     protected function getOrderConverterControllerService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderConverterController.php';
  2402.         $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()));
  2403.         $instance->setContainer($this);
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the public 'Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController' shared service.
  2408.      *
  2409.      * @return \Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController
  2410.      */
  2411.     protected function getOrderRecalculationControllerService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/Api/OrderRecalculationController.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Order/RecalculationService.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  2416.         $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()))));
  2417.         $instance->setContainer($this);
  2418.         return $instance;
  2419.     }
  2420.     /**
  2421.      * Gets the public 'Shopware\Core\Checkout\Cart\PriceActionController' shared service.
  2422.      *
  2423.      * @return \Shopware\Core\Checkout\Cart\PriceActionController
  2424.      */
  2425.     protected function getPriceActionControllerService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceActionController.php';
  2428.         $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()));
  2429.         $instance->setContainer($this);
  2430.         return $instance;
  2431.     }
  2432.     /**
  2433.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute' shared service.
  2434.      *
  2435.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute
  2436.      */
  2437.     protected function getCartDeleteRouteService()
  2438.     {
  2439.         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()));
  2440.     }
  2441.     /**
  2442.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute' shared service.
  2443.      *
  2444.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute
  2445.      */
  2446.     protected function getCartItemAddRouteService()
  2447.     {
  2448.         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()));
  2449.     }
  2450.     /**
  2451.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute' shared service.
  2452.      *
  2453.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute
  2454.      */
  2455.     protected function getCartItemRemoveRouteService()
  2456.     {
  2457.         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()));
  2458.     }
  2459.     /**
  2460.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute' shared service.
  2461.      *
  2462.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute
  2463.      */
  2464.     protected function getCartItemUpdateRouteService()
  2465.     {
  2466.         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()));
  2467.     }
  2468.     /**
  2469.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute' shared service.
  2470.      *
  2471.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartLoadRoute
  2472.      */
  2473.     protected function getCartLoadRouteService()
  2474.     {
  2475.         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()));
  2476.     }
  2477.     /**
  2478.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute' shared service.
  2479.      *
  2480.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
  2481.      */
  2482.     protected function getCartOrderRouteService()
  2483.     {
  2484.         $a = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  2485.         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())));
  2486.     }
  2487.     /**
  2488.      * Gets the public 'Shopware\Core\Checkout\Cart\SalesChannel\CartService' shared service.
  2489.      *
  2490.      * @return \Shopware\Core\Checkout\Cart\SalesChannel\CartService
  2491.      */
  2492.     protected function getCartServiceService()
  2493.     {
  2494.         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()));
  2495.     }
  2496.     /**
  2497.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  2498.      *
  2499.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  2500.      */
  2501.     protected function getCustomerAddressDefinitionService()
  2502.     {
  2503.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  2504.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2505.         return $instance;
  2506.     }
  2507.     /**
  2508.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  2509.      *
  2510.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  2511.      */
  2512.     protected function getCustomerGroupRegistrationSalesChannelDefinitionService()
  2513.     {
  2514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  2515.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  2516.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2517.         return $instance;
  2518.     }
  2519.     /**
  2520.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  2521.      *
  2522.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  2523.      */
  2524.     protected function getCustomerGroupTranslationDefinitionService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  2528.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  2529.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2530.         return $instance;
  2531.     }
  2532.     /**
  2533.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  2534.      *
  2535.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  2536.      */
  2537.     protected function getCustomerGroupDefinitionService()
  2538.     {
  2539.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  2540.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2541.         return $instance;
  2542.     }
  2543.     /**
  2544.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  2545.      *
  2546.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  2547.      */
  2548.     protected function getCustomerRecoveryDefinitionService()
  2549.     {
  2550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  2551.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  2552.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2553.         return $instance;
  2554.     }
  2555.     /**
  2556.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  2557.      *
  2558.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  2559.      */
  2560.     protected function getCustomerTagDefinitionService()
  2561.     {
  2562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  2563.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  2564.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2565.         return $instance;
  2566.     }
  2567.     /**
  2568.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  2569.      *
  2570.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  2571.      */
  2572.     protected function getCustomerWishlistProductDefinitionService()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  2575.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  2576.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2577.         return $instance;
  2578.     }
  2579.     /**
  2580.      * Gets the public 'Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  2581.      *
  2582.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  2583.      */
  2584.     protected function getCustomerWishlistDefinitionService()
  2585.     {
  2586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  2587.         $this->services['Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  2588.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the public 'Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController' shared service.
  2593.      *
  2594.      * @return \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController
  2595.      */
  2596.     protected function getCustomerGroupRegistrationActionControllerService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Api/CustomerGroupRegistrationActionController.php';
  2599.         return $this->services['Shopware\\Core\\Checkout\\Customer\\Api\\CustomerGroupRegistrationActionController'] = new \Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  2600.     }
  2601.     /**
  2602.      * Gets the public 'Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  2603.      *
  2604.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  2605.      */
  2606.     protected function getCustomerDefinitionService()
  2607.     {
  2608.         $this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  2609.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute' shared service.
  2614.      *
  2615.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountNewsletterRecipientRoute
  2616.      */
  2617.     protected function getAccountNewsletterRecipientRouteService()
  2618.     {
  2619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAccountNewsletterRecipientRoute.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountNewsletterRecipientRoute.php';
  2621.         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()));
  2622.     }
  2623.     /**
  2624.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute' shared service.
  2625.      *
  2626.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  2627.      */
  2628.     protected function getAddWishlistProductRouteService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractAddWishlistProductRoute.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AddWishlistProductRoute.php';
  2632.         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()));
  2633.     }
  2634.     /**
  2635.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute' shared service.
  2636.      *
  2637.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeCustomerProfileRoute
  2638.      */
  2639.     protected function getChangeCustomerProfileRouteService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeCustomerProfileRoute.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeCustomerProfileRoute.php';
  2643.         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()));
  2644.     }
  2645.     /**
  2646.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute' shared service.
  2647.      *
  2648.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute
  2649.      */
  2650.     protected function getChangeEmailRouteService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeEmailRoute.php';
  2653.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeEmailRoute.php';
  2654.         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()));
  2655.     }
  2656.     /**
  2657.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute' shared service.
  2658.      *
  2659.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute
  2660.      */
  2661.     protected function getChangeLanguageRouteService()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangeLanguageRoute.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangeLanguageRoute.php';
  2665.         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()));
  2666.     }
  2667.     /**
  2668.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute' shared service.
  2669.      *
  2670.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute
  2671.      */
  2672.     protected function getChangePasswordRouteService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePasswordRoute.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePasswordRoute.php';
  2676.         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()));
  2677.     }
  2678.     /**
  2679.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute' shared service.
  2680.      *
  2681.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute
  2682.      */
  2683.     protected function getChangePaymentMethodRouteService()
  2684.     {
  2685.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractChangePaymentMethodRoute.php';
  2686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ChangePaymentMethodRoute.php';
  2687.         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()));
  2688.     }
  2689.     /**
  2690.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute' shared service.
  2691.      *
  2692.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute
  2693.      */
  2694.     protected function getCustomerGroupRegistrationSettingsRouteService()
  2695.     {
  2696.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerGroupRegistrationSettingsRoute.php';
  2697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerGroupRegistrationSettingsRoute.php';
  2698.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerGroupRegistrationSettingsRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerGroupRegistrationSettingsRoute(($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService()));
  2699.     }
  2700.     /**
  2701.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute' shared service.
  2702.      *
  2703.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute
  2704.      */
  2705.     protected function getCustomerRecoveryIsExpiredRouteService()
  2706.     {
  2707.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRecoveryIsExpiredRoute.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRecoveryIsExpiredRoute.php';
  2709.         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()));
  2710.     }
  2711.     /**
  2712.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute' shared service.
  2713.      *
  2714.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute
  2715.      */
  2716.     protected function getCustomerRouteService()
  2717.     {
  2718.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractCustomerRoute.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerRoute.php';
  2720.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\CustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\CustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2721.     }
  2722.     /**
  2723.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute' shared service.
  2724.      *
  2725.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute
  2726.      */
  2727.     protected function getDeleteAddressRouteService()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteAddressRoute.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteAddressRoute.php';
  2732.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteAddressRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteAddressRoute(($this->services['customer_address.repository'] ?? $this->getCustomerAddress_RepositoryService()));
  2733.     }
  2734.     /**
  2735.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute' shared service.
  2736.      *
  2737.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute
  2738.      */
  2739.     protected function getDeleteCustomerRouteService()
  2740.     {
  2741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractDeleteCustomerRoute.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/DeleteCustomerRoute.php';
  2743.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\DeleteCustomerRoute'] = new \Shopware\Core\Checkout\Customer\SalesChannel\DeleteCustomerRoute(($this->services['customer.repository'] ?? $this->getCustomer_RepositoryService()));
  2744.     }
  2745.     /**
  2746.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute' shared service.
  2747.      *
  2748.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute
  2749.      */
  2750.     protected function getListAddressRouteService()
  2751.     {
  2752.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractListAddressRoute.php';
  2753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ListAddressRoute.php';
  2754.         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()));
  2755.     }
  2756.     /**
  2757.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute' shared service.
  2758.      *
  2759.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute
  2760.      */
  2761.     protected function getLoadWishlistRouteService()
  2762.     {
  2763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoadWishlistRoute.php';
  2764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoadWishlistRoute.php';
  2765.         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()));
  2766.     }
  2767.     /**
  2768.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute' shared service.
  2769.      *
  2770.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute
  2771.      */
  2772.     protected function getLoginRouteService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLoginRoute.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LoginRoute.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  2777.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  2778.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  2780.         $a = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  2781.         $b = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  2782.         $c = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  2783.         $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));
  2784.         $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));
  2785.         $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));
  2786.         $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));
  2787.         $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));
  2788.         $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));
  2789.         $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));
  2790.         $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));
  2791.         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);
  2792.     }
  2793.     /**
  2794.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute' shared service.
  2795.      *
  2796.      * @return \Swag\Security\Fixes\NEXT34608\FixLogoutRoute
  2797.      */
  2798.     protected function getLogoutRouteService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractLogoutRoute.php';
  2801.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT34608/FixLogoutRouteTrait.php';
  2802.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT34608/FixLogoutRoute.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/LogoutRoute.php';
  2804.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  2805.         return $this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LogoutRoute'] = new \Swag\Security\Fixes\NEXT34608\FixLogoutRoute(new \Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService())), $a);
  2806.     }
  2807.     /**
  2808.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute' shared service.
  2809.      *
  2810.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute
  2811.      */
  2812.     protected function getMergeWishlistProductRouteService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractMergeWishlistProductRoute.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/MergeWishlistProductRoute.php';
  2816.         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()));
  2817.     }
  2818.     /**
  2819.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute' shared service.
  2820.      *
  2821.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute
  2822.      */
  2823.     protected function getRegisterConfirmRouteService()
  2824.     {
  2825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterConfirmRoute.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterConfirmRoute.php';
  2827.         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()));
  2828.     }
  2829.     /**
  2830.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute' shared service.
  2831.      *
  2832.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute
  2833.      */
  2834.     protected function getRegisterRouteService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRegisterRoute.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RegisterRoute.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerValidationFactory.php';
  2840.         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()));
  2841.     }
  2842.     /**
  2843.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute' shared service.
  2844.      *
  2845.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute
  2846.      */
  2847.     protected function getRemoveWishlistProductRouteService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractRemoveWishlistProductRoute.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/RemoveWishlistProductRoute.php';
  2851.         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()));
  2852.     }
  2853.     /**
  2854.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute' shared service.
  2855.      *
  2856.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute
  2857.      */
  2858.     protected function getResetPasswordRouteService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractResetPasswordRoute.php';
  2861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/ResetPasswordRoute.php';
  2862.         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()));
  2863.     }
  2864.     /**
  2865.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute' shared service.
  2866.      *
  2867.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute
  2868.      */
  2869.     protected function getSendPasswordRecoveryMailRouteService()
  2870.     {
  2871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSendPasswordRecoveryMailRoute.php';
  2872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SendPasswordRecoveryMailRoute.php';
  2873.         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()));
  2874.     }
  2875.     /**
  2876.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute' shared service.
  2877.      *
  2878.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute
  2879.      */
  2880.     protected function getSwitchDefaultAddressRouteService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractSwitchDefaultAddressRoute.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/SwitchDefaultAddressRoute.php';
  2885.         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()));
  2886.     }
  2887.     /**
  2888.      * Gets the public 'Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute' shared service.
  2889.      *
  2890.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\UpsertAddressRoute
  2891.      */
  2892.     protected function getUpsertAddressRouteService()
  2893.     {
  2894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AbstractUpsertAddressRoute.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/CustomerAddressValidationTrait.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/UpsertAddressRoute.php';
  2897.         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()));
  2898.     }
  2899.     /**
  2900.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  2901.      *
  2902.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  2903.      */
  2904.     protected function getDocumentBaseConfigSalesChannelDefinitionService()
  2905.     {
  2906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  2907.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  2908.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2909.         return $instance;
  2910.     }
  2911.     /**
  2912.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  2913.      *
  2914.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  2915.      */
  2916.     protected function getDocumentBaseConfigDefinitionService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  2919.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  2920.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2921.         return $instance;
  2922.     }
  2923.     /**
  2924.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  2925.      *
  2926.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  2927.      */
  2928.     protected function getDocumentTypeTranslationDefinitionService()
  2929.     {
  2930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  2932.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  2933.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the public 'Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  2938.      *
  2939.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  2940.      */
  2941.     protected function getDocumentTypeDefinitionService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  2944.         $this->services['Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  2945.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2946.         return $instance;
  2947.     }
  2948.     /**
  2949.      * Gets the public 'Shopware\Core\Checkout\Document\Controller\DocumentController' shared service.
  2950.      *
  2951.      * @return \Shopware\Core\Checkout\Document\Controller\DocumentController
  2952.      */
  2953.     protected function getDocumentControllerService()
  2954.     {
  2955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Controller/DocumentController.php';
  2956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentMerger.php';
  2957.         include_once \dirname(__DIR__4).'/vendor/tecnickcom/tcpdf/tcpdf.php';
  2958.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/FpdiTrait.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/setasign/fpdi/src/Tcpdf/Fpdi.php';
  2960.         $a = ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentGenerator'] ?? $this->getDocumentGeneratorService());
  2961.         $b = ($this->services['document.repository'] ?? $this->getDocument_RepositoryService());
  2962.         $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);
  2963.         $instance->setContainer($this);
  2964.         return $instance;
  2965.     }
  2966.     /**
  2967.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  2968.      *
  2969.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  2970.      */
  2971.     protected function getDocumentDefinitionService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  2974.         $this->services['Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  2975.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  2976.         return $instance;
  2977.     }
  2978.     /**
  2979.      * Gets the public 'Shopware\Core\Checkout\Document\DocumentGeneratorController' shared service.
  2980.      *
  2981.      * @return \Shopware\Core\Checkout\Document\DocumentGeneratorController
  2982.      */
  2983.     protected function getDocumentGeneratorControllerService()
  2984.     {
  2985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGeneratorController.php';
  2986.         $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()));
  2987.         $instance->setContainer($this);
  2988.         return $instance;
  2989.     }
  2990.     /**
  2991.      * Gets the public 'Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute' shared service.
  2992.      *
  2993.      * @return \Shopware\Core\Checkout\Document\SalesChannel\DocumentRoute
  2994.      */
  2995.     protected function getDocumentRouteService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/AbstractDocumentRoute.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/SalesChannel/DocumentRoute.php';
  2999.         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()));
  3000.     }
  3001.     /**
  3002.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  3003.      *
  3004.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  3005.      */
  3006.     protected function getOrderAddressDefinitionService()
  3007.     {
  3008.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  3009.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3010.         return $instance;
  3011.     }
  3012.     /**
  3013.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  3014.      *
  3015.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  3016.      */
  3017.     protected function getOrderCustomerDefinitionService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  3020.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  3021.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3022.         return $instance;
  3023.     }
  3024.     /**
  3025.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  3026.      *
  3027.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  3028.      */
  3029.     protected function getOrderDeliveryPositionDefinitionService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  3032.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  3033.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3034.         return $instance;
  3035.     }
  3036.     /**
  3037.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  3038.      *
  3039.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  3040.      */
  3041.     protected function getOrderDeliveryDefinitionService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  3044.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  3045.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  3050.      *
  3051.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  3052.      */
  3053.     protected function getOrderLineItemDefinitionService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  3056.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  3057.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  3062.      *
  3063.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  3064.      */
  3065.     protected function getOrderTagDefinitionService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  3068.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  3069.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  3074.      *
  3075.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  3076.      */
  3077.     protected function getOrderTransactionCaptureRefundPositionDefinitionService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  3080.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  3081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  3086.      *
  3087.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  3088.      */
  3089.     protected function getOrderTransactionCaptureRefundDefinitionService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  3092.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  3093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3094.         return $instance;
  3095.     }
  3096.     /**
  3097.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  3098.      *
  3099.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  3100.      */
  3101.     protected function getOrderTransactionCaptureDefinitionService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  3104.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  3105.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3106.         return $instance;
  3107.     }
  3108.     /**
  3109.      * Gets the public 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  3110.      *
  3111.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  3112.      */
  3113.     protected function getOrderTransactionDefinitionService()
  3114.     {
  3115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  3116.         $this->services['Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  3117.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3118.         return $instance;
  3119.     }
  3120.     /**
  3121.      * Gets the public 'Shopware\Core\Checkout\Order\Api\OrderActionController' shared service.
  3122.      *
  3123.      * @return \Shopware\Core\Checkout\Order\Api\OrderActionController
  3124.      */
  3125.     protected function getOrderActionControllerService()
  3126.     {
  3127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Api/OrderActionController.php';
  3128.         $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()));
  3129.         $instance->setContainer($this);
  3130.         return $instance;
  3131.     }
  3132.     /**
  3133.      * Gets the public 'Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  3134.      *
  3135.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  3136.      */
  3137.     protected function getOrderDefinitionService()
  3138.     {
  3139.         $this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  3140.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute' shared service.
  3145.      *
  3146.      * @return \Shopware\Core\Checkout\Order\SalesChannel\CancelOrderRoute
  3147.      */
  3148.     protected function getCancelOrderRouteService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractCancelOrderRoute.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/CancelOrderRoute.php';
  3152.         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()));
  3153.     }
  3154.     /**
  3155.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\OrderRoute' shared service.
  3156.      *
  3157.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderRoute
  3158.      */
  3159.     protected function getOrderRouteService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractOrderRoute.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderRoute.php';
  3163.         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()));
  3164.     }
  3165.     /**
  3166.      * Gets the public 'Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute' shared service.
  3167.      *
  3168.      * @return \Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
  3169.      */
  3170.     protected function getSetPaymentOrderRouteService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/AbstractSetPaymentOrderRoute.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/SetPaymentOrderRoute.php';
  3174.         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()));
  3175.     }
  3176.     /**
  3177.      * Gets the public 'Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  3178.      *
  3179.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  3180.      */
  3181.     protected function getPaymentMethodTranslationDefinitionService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  3185.         $this->services['Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  3186.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the public 'Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor' shared service.
  3191.      *
  3192.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor
  3193.      */
  3194.     protected function getPaymentRefundProcessorService()
  3195.     {
  3196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentRefundProcessor.php';
  3197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundStateHandler.php';
  3198.         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()));
  3199.     }
  3200.     /**
  3201.      * Gets the public 'Shopware\Core\Checkout\Payment\Controller\PaymentController' shared service.
  3202.      *
  3203.      * @return \Shopware\Core\Checkout\Payment\Controller\PaymentController
  3204.      */
  3205.     protected function getPaymentControllerService()
  3206.     {
  3207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Controller/PaymentController.php';
  3208.         $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()));
  3209.         $instance->setContainer($this);
  3210.         return $instance;
  3211.     }
  3212.     /**
  3213.      * Gets the public 'Shopware\Core\Checkout\Payment\PaymentMethodDefinition' shared service.
  3214.      *
  3215.      * @return \Shopware\Core\Checkout\Payment\PaymentMethodDefinition
  3216.      */
  3217.     protected function getPaymentMethodDefinitionService()
  3218.     {
  3219.         $this->services['Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\PaymentMethodDefinition();
  3220.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3221.         return $instance;
  3222.     }
  3223.     /**
  3224.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute' shared service.
  3225.      *
  3226.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute
  3227.      */
  3228.     protected function getCachedPaymentMethodRouteService()
  3229.     {
  3230.         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()), []);
  3231.     }
  3232.     /**
  3233.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute' shared service.
  3234.      *
  3235.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\HandlePaymentMethodRoute
  3236.      */
  3237.     protected function getHandlePaymentMethodRouteService()
  3238.     {
  3239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/AbstractHandlePaymentMethodRoute.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/SalesChannel/HandlePaymentMethodRoute.php';
  3241.         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()));
  3242.     }
  3243.     /**
  3244.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition' shared service.
  3245.      *
  3246.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition
  3247.      */
  3248.     protected function getSalesChannelPaymentMethodDefinitionService()
  3249.     {
  3250.         $this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\SalesChannel\SalesChannelPaymentMethodDefinition();
  3251.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the public 'Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute' shared service.
  3256.      *
  3257.      * @return \Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute
  3258.      */
  3259.     protected function getSortedPaymentMethodRouteService()
  3260.     {
  3261.         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()));
  3262.     }
  3263.     /**
  3264.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  3265.      *
  3266.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  3267.      */
  3268.     protected function getPromotionCartRuleDefinitionService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  3271.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  3272.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3273.         return $instance;
  3274.     }
  3275.     /**
  3276.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  3277.      *
  3278.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  3279.      */
  3280.     protected function getPromotionDiscountPriceDefinitionService()
  3281.     {
  3282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  3283.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  3284.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3285.         return $instance;
  3286.     }
  3287.     /**
  3288.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  3289.      *
  3290.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  3291.      */
  3292.     protected function getPromotionDiscountRuleDefinitionService()
  3293.     {
  3294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  3295.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  3296.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3297.         return $instance;
  3298.     }
  3299.     /**
  3300.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  3301.      *
  3302.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  3303.      */
  3304.     protected function getPromotionDiscountDefinitionService()
  3305.     {
  3306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  3307.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  3308.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3309.         return $instance;
  3310.     }
  3311.     /**
  3312.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  3313.      *
  3314.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  3315.      */
  3316.     protected function getPromotionIndividualCodeDefinitionService()
  3317.     {
  3318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  3319.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  3320.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3321.         return $instance;
  3322.     }
  3323.     /**
  3324.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  3325.      *
  3326.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  3327.      */
  3328.     protected function getPromotionOrderRuleDefinitionService()
  3329.     {
  3330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  3331.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  3332.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3333.         return $instance;
  3334.     }
  3335.     /**
  3336.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  3337.      *
  3338.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  3339.      */
  3340.     protected function getPromotionPersonaCustomerDefinitionService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  3343.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  3344.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3345.         return $instance;
  3346.     }
  3347.     /**
  3348.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  3349.      *
  3350.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  3351.      */
  3352.     protected function getPromotionPersonaRuleDefinitionService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  3355.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  3356.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  3361.      *
  3362.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  3363.      */
  3364.     protected function getPromotionSalesChannelDefinitionService()
  3365.     {
  3366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  3367.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  3368.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3369.         return $instance;
  3370.     }
  3371.     /**
  3372.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  3373.      *
  3374.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  3375.      */
  3376.     protected function getPromotionSetGroupRuleDefinitionService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  3379.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  3380.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  3385.      *
  3386.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  3387.      */
  3388.     protected function getPromotionSetGroupDefinitionService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  3391.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  3392.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3393.         return $instance;
  3394.     }
  3395.     /**
  3396.      * Gets the public 'Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  3397.      *
  3398.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  3399.      */
  3400.     protected function getPromotionTranslationDefinitionService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  3404.         $this->services['Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  3405.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3406.         return $instance;
  3407.     }
  3408.     /**
  3409.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionActionController' shared service.
  3410.      *
  3411.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionActionController
  3412.      */
  3413.     protected function getPromotionActionControllerService()
  3414.     {
  3415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionActionController.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesLoader.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodesRemover.php';
  3418.         $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()));
  3419.         $instance->setContainer($this);
  3420.         return $instance;
  3421.     }
  3422.     /**
  3423.      * Gets the public 'Shopware\Core\Checkout\Promotion\Api\PromotionController' shared service.
  3424.      *
  3425.      * @return \Shopware\Core\Checkout\Promotion\Api\PromotionController
  3426.      */
  3427.     protected function getPromotionControllerService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Api/PromotionController.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Util/PromotionCodeService.php';
  3431.         $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())));
  3432.         $instance->setContainer($this);
  3433.         return $instance;
  3434.     }
  3435.     /**
  3436.      * Gets the public 'Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  3437.      *
  3438.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  3439.      */
  3440.     protected function getPromotionDefinitionService()
  3441.     {
  3442.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  3443.         $this->services['Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  3444.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  3449.      *
  3450.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  3451.      */
  3452.     protected function getShippingMethodPriceDefinitionService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  3455.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  3456.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  3461.      *
  3462.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  3463.      */
  3464.     protected function getShippingMethodTagDefinitionService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  3467.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  3468.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3469.         return $instance;
  3470.     }
  3471.     /**
  3472.      * Gets the public 'Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  3473.      *
  3474.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  3475.      */
  3476.     protected function getShippingMethodTranslationDefinitionService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  3480.         $this->services['Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  3481.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute' shared service.
  3486.      *
  3487.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute
  3488.      */
  3489.     protected function getCachedShippingMethodRouteService()
  3490.     {
  3491.         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()), []);
  3492.     }
  3493.     /**
  3494.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition' shared service.
  3495.      *
  3496.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition
  3497.      */
  3498.     protected function getSalesChannelShippingMethodDefinitionService()
  3499.     {
  3500.         $this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\SalesChannel\SalesChannelShippingMethodDefinition();
  3501.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3502.         return $instance;
  3503.     }
  3504.     /**
  3505.      * Gets the public 'Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute' shared service.
  3506.      *
  3507.      * @return \Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute
  3508.      */
  3509.     protected function getSortedShippingMethodRouteService()
  3510.     {
  3511.         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()));
  3512.     }
  3513.     /**
  3514.      * Gets the public 'Shopware\Core\Checkout\Shipping\ShippingMethodDefinition' shared service.
  3515.      *
  3516.      * @return \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition
  3517.      */
  3518.     protected function getShippingMethodDefinitionService()
  3519.     {
  3520.         $this->services['Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\ShippingMethodDefinition();
  3521.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  3526.      *
  3527.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  3528.      */
  3529.     protected function getCategoryTagDefinitionService()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  3532.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  3533.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3534.         return $instance;
  3535.     }
  3536.     /**
  3537.      * Gets the public 'Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  3538.      *
  3539.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  3540.      */
  3541.     protected function getCategoryTranslationDefinitionService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  3545.         $this->services['Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  3546.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3547.         return $instance;
  3548.     }
  3549.     /**
  3550.      * Gets the public 'Shopware\Core\Content\Category\CategoryDefinition' shared service.
  3551.      *
  3552.      * @return \Shopware\Core\Content\Category\CategoryDefinition
  3553.      */
  3554.     protected function getCategoryDefinitionService()
  3555.     {
  3556.         $this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\CategoryDefinition();
  3557.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3558.         return $instance;
  3559.     }
  3560.     /**
  3561.      * Gets the public 'Shopware\Core\Content\Category\CategoryHydrator' shared service.
  3562.      *
  3563.      * @return \Shopware\Core\Content\Category\CategoryHydrator
  3564.      */
  3565.     protected function getCategoryHydratorService()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/CategoryHydrator.php';
  3568.         return $this->services['Shopware\\Core\\Content\\Category\\CategoryHydrator'] = new \Shopware\Core\Content\Category\CategoryHydrator($this);
  3569.     }
  3570.     /**
  3571.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute' shared service.
  3572.      *
  3573.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute
  3574.      */
  3575.     protected function getCachedCategoryRouteService()
  3576.     {
  3577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryRoute.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CachedCategoryRoute.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryRoute.php';
  3580.         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()), []);
  3581.     }
  3582.     /**
  3583.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute' shared service.
  3584.      *
  3585.      * @return \Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute
  3586.      */
  3587.     protected function getCachedNavigationRouteService()
  3588.     {
  3589.         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()), []);
  3590.     }
  3591.     /**
  3592.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\CategoryListRoute' shared service.
  3593.      *
  3594.      * @return \Shopware\Core\Content\Category\SalesChannel\CategoryListRoute
  3595.      */
  3596.     protected function getCategoryListRouteService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/AbstractCategoryListRoute.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/SalesChannel/CategoryListRoute.php';
  3600.         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()));
  3601.     }
  3602.     /**
  3603.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition' shared service.
  3604.      *
  3605.      * @return \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition
  3606.      */
  3607.     protected function getSalesChannelCategoryDefinitionService()
  3608.     {
  3609.         $this->services['Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition'] = $instance = new \Shopware\Core\Content\Category\SalesChannel\SalesChannelCategoryDefinition();
  3610.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3611.         return $instance;
  3612.     }
  3613.     /**
  3614.      * Gets the public 'Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute' shared service.
  3615.      *
  3616.      * @return \Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute
  3617.      */
  3618.     protected function getTreeBuildingNavigationRouteService()
  3619.     {
  3620.         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()));
  3621.     }
  3622.     /**
  3623.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  3624.      *
  3625.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  3626.      */
  3627.     protected function getCmsBlockDefinitionService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  3630.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  3631.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3632.         return $instance;
  3633.     }
  3634.     /**
  3635.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  3636.      *
  3637.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  3638.      */
  3639.     protected function getCmsPageTranslationDefinitionService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  3643.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  3644.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3645.         return $instance;
  3646.     }
  3647.     /**
  3648.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  3649.      *
  3650.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  3651.      */
  3652.     protected function getCmsSectionDefinitionService()
  3653.     {
  3654.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  3655.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  3656.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3657.         return $instance;
  3658.     }
  3659.     /**
  3660.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  3661.      *
  3662.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  3663.      */
  3664.     protected function getCmsSlotTranslationDefinitionService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  3668.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  3669.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3670.         return $instance;
  3671.     }
  3672.     /**
  3673.      * Gets the public 'Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  3674.      *
  3675.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  3676.      */
  3677.     protected function getCmsSlotDefinitionService()
  3678.     {
  3679.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  3680.         $this->services['Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  3681.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3682.         return $instance;
  3683.     }
  3684.     /**
  3685.      * Gets the public 'Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  3686.      *
  3687.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  3688.      */
  3689.     protected function getCmsPageDefinitionService()
  3690.     {
  3691.         $this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  3692.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3693.         return $instance;
  3694.     }
  3695.     /**
  3696.      * Gets the public 'Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer' shared service.
  3697.      *
  3698.      * @return \Shopware\Core\Content\Cms\DataAbstractionLayer\FieldSerializer\SlotConfigFieldSerializer
  3699.      */
  3700.     protected function getSlotConfigFieldSerializerService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataAbstractionLayer/FieldSerializer/SlotConfigFieldSerializer.php';
  3706.         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()));
  3707.     }
  3708.     /**
  3709.      * Gets the public 'Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver' shared service.
  3710.      *
  3711.      * @return \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver
  3712.      */
  3713.     protected function getCmsSlotsDataResolverService()
  3714.     {
  3715.         return $this->services['Shopware\\Core\\Content\\Cms\\DataResolver\\CmsSlotsDataResolver'] = new \Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver(new RewindableGenerator(function () {
  3716.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\ImageCmsElementResolver'] ?? $this->getImageCmsElementResolverService());
  3717.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageSliderTypeDataResolver'] ?? $this->getImageSliderTypeDataResolverService());
  3718.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\Type\\ImageGalleryTypeDataResolver'] ?? $this->getImageGalleryTypeDataResolverService());
  3719.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\YoutubeVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\YoutubeVideoCmsElementResolver()));
  3720.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Cms\\VimeoVideoCmsElementResolver'] = new \Shopware\Core\Content\Media\Cms\VimeoVideoCmsElementResolver()));
  3721.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductBoxCmsElementResolver'] ?? $this->getProductBoxCmsElementResolverService());
  3722.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductListingCmsElementResolver'] ?? $this->getProductListingCmsElementResolverService());
  3723.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductSliderCmsElementResolver'] ?? $this->getProductSliderCmsElementResolverService());
  3724.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductNameCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ProductNameCmsElementResolver()));
  3725.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ManufacturerLogoCmsElementResolver'] = new \Shopware\Core\Content\Product\Cms\ManufacturerLogoCmsElementResolver()));
  3726.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\CrossSellingCmsElementResolver'] ?? $this->getCrossSellingCmsElementResolverService());
  3727.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\ProductDescriptionReviewsCmsElementResolver'] ?? $this->getProductDescriptionReviewsCmsElementResolverService());
  3728.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Product\\Cms\\BuyBoxCmsElementResolver'] ?? $this->getBuyBoxCmsElementResolverService());
  3729.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\TextCmsElementResolver'] ?? $this->getTextCmsElementResolverService());
  3730.             yield 14 => ($this->privates['Shopware\\Core\\Content\\Cms\\DataResolver\\Element\\FormCmsElementResolver'] ?? $this->getFormCmsElementResolverService());
  3731.         }, 15), ['product' => ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService())], ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3732.     }
  3733.     /**
  3734.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\CmsRoute' shared service.
  3735.      *
  3736.      * @return \Shopware\Core\Content\Cms\SalesChannel\CmsRoute
  3737.      */
  3738.     protected function getCmsRouteService()
  3739.     {
  3740.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/AbstractCmsRoute.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/SalesChannel/CmsRoute.php';
  3742.         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()));
  3743.     }
  3744.     /**
  3745.      * Gets the public 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository' shared service.
  3746.      *
  3747.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository
  3748.      *
  3749.      * @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.
  3750.      */
  3751.     protected function getSalesChannelCmsPageRepositoryService()
  3752.     {
  3753.         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.');
  3754.         return $this->services['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageRepository'] = new \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageRepository(($this->services['cms_page.repository'] ?? $this->getCmsPage_RepositoryService()));
  3755.     }
  3756.     /**
  3757.      * Gets the public 'Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute' shared service.
  3758.      *
  3759.      * @return \Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute
  3760.      */
  3761.     protected function getContactFormRouteService()
  3762.     {
  3763.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/AbstractContactFormRoute.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/SalesChannel/ContactFormRoute.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ContactForm/Validation/ContactFormValidationFactory.php';
  3767.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3768.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  3769.         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()));
  3770.     }
  3771.     /**
  3772.      * Gets the public 'Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  3773.      *
  3774.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  3775.      */
  3776.     protected function getFlowSequenceDefinitionService()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  3779.         $this->services['Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  3780.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3781.         return $instance;
  3782.     }
  3783.     /**
  3784.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader' shared service.
  3785.      *
  3786.      * @return \Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader
  3787.      */
  3788.     protected function getCachedFlowLoaderService()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/AbstractFlowLoader.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/CachedFlowLoader.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowLoader.php';
  3793.         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()));
  3794.     }
  3795.     /**
  3796.      * Gets the public 'Shopware\Core\Content\Flow\Dispatching\FlowExecutor' shared service.
  3797.      *
  3798.      * @return \Shopware\Core\Content\Flow\Dispatching\FlowExecutor
  3799.      */
  3800.     protected function getFlowExecutorService()
  3801.     {
  3802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowExecutor.php';
  3803.         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()));
  3804.     }
  3805.     /**
  3806.      * Gets the public 'Shopware\Core\Content\Flow\FlowDefinition' shared service.
  3807.      *
  3808.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  3809.      */
  3810.     protected function getFlowDefinitionService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  3813.         $this->services['Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  3814.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3815.         return $instance;
  3816.     }
  3817.     /**
  3818.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  3819.      *
  3820.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  3821.      */
  3822.     protected function getImportExportFileDefinitionService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  3825.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  3826.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3827.         return $instance;
  3828.     }
  3829.     /**
  3830.      * Gets the public 'Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  3831.      *
  3832.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  3833.      */
  3834.     protected function getImportExportLogDefinitionService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  3837.         $this->services['Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  3838.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3839.         return $instance;
  3840.     }
  3841.     /**
  3842.      * Gets the public 'Shopware\Core\Content\ImportExport\Controller\ImportExportActionController' shared service.
  3843.      *
  3844.      * @return \Shopware\Core\Content\ImportExport\Controller\ImportExportActionController
  3845.      */
  3846.     protected function getImportExportActionControllerService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Controller/ImportExportActionController.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/SupportedFeaturesService.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DownloadService.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractMappingService.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/MappingService.php';
  3853.         $a = ($this->services['import_export_profile.repository'] ?? $this->getImportExportProfile_RepositoryService());
  3854.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  3855.         $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));
  3856.         $instance->setContainer($this);
  3857.         return $instance;
  3858.     }
  3859.     /**
  3860.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportFactory' shared service.
  3861.      *
  3862.      * @return \Shopware\Core\Content\ImportExport\ImportExportFactory
  3863.      */
  3864.     protected function getImportExportFactoryService()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportFactory.php';
  3867.         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 () {
  3868.             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()));
  3869.         }, 1), new RewindableGenerator(function () {
  3870.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Writer\\CsvFileWriterFactory'] ?? $this->getCsvFileWriterFactoryService());
  3871.         }, 1), new RewindableGenerator(function () {
  3872.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Processing\\Pipe\\PipeFactory'] ?? $this->getPipeFactoryService());
  3873.         }, 1));
  3874.     }
  3875.     /**
  3876.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  3877.      *
  3878.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  3879.      */
  3880.     protected function getImportExportProfileDefinitionService()
  3881.     {
  3882.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  3883.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  3884.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3885.         return $instance;
  3886.     }
  3887.     /**
  3888.      * Gets the public 'Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  3889.      *
  3890.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  3891.      */
  3892.     protected function getImportExportProfileTranslationDefinitionService()
  3893.     {
  3894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  3896.         $this->services['Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  3897.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the public 'Shopware\Core\Content\ImportExport\Message\ImportExportHandler' shared service.
  3902.      *
  3903.      * @return \Shopware\Core\Content\ImportExport\Message\ImportExportHandler
  3904.      */
  3905.     protected function getImportExportHandlerService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/ImportExportHandler.php';
  3908.         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()));
  3909.     }
  3910.     /**
  3911.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  3912.      *
  3913.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  3914.      */
  3915.     protected function getLandingPageSalesChannelDefinitionService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  3918.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  3919.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3920.         return $instance;
  3921.     }
  3922.     /**
  3923.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  3924.      *
  3925.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  3926.      */
  3927.     protected function getLandingPageTagDefinitionService()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  3930.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  3931.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3932.         return $instance;
  3933.     }
  3934.     /**
  3935.      * Gets the public 'Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  3936.      *
  3937.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  3938.      */
  3939.     protected function getLandingPageTranslationDefinitionService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  3943.         $this->services['Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  3944.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3945.         return $instance;
  3946.     }
  3947.     /**
  3948.      * Gets the public 'Shopware\Core\Content\LandingPage\LandingPageDefinition' shared service.
  3949.      *
  3950.      * @return \Shopware\Core\Content\LandingPage\LandingPageDefinition
  3951.      */
  3952.     protected function getLandingPageDefinitionService()
  3953.     {
  3954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  3955.         $this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\LandingPageDefinition();
  3956.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3957.         return $instance;
  3958.     }
  3959.     /**
  3960.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute' shared service.
  3961.      *
  3962.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute
  3963.      */
  3964.     protected function getCachedLandingPageRouteService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/AbstractLandingPageRoute.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/CachedLandingPageRoute.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/LandingPageRoute.php';
  3969.         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()), []);
  3970.     }
  3971.     /**
  3972.      * Gets the public 'Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition' shared service.
  3973.      *
  3974.      * @return \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition
  3975.      */
  3976.     protected function getSalesChannelLandingPageDefinitionService()
  3977.     {
  3978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageDefinition.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/SalesChannel/SalesChannelLandingPageDefinition.php';
  3980.         $this->services['Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\SalesChannel\SalesChannelLandingPageDefinition();
  3981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  3982.         return $instance;
  3983.     }
  3984.     /**
  3985.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  3986.      *
  3987.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  3988.      */
  3989.     protected function getMailHeaderFooterTranslationDefinitionService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  3993.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  3994.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  3995.         return $instance;
  3996.     }
  3997.     /**
  3998.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  3999.      *
  4000.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  4001.      */
  4002.     protected function getMailHeaderFooterDefinitionService()
  4003.     {
  4004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  4005.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  4006.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4007.         return $instance;
  4008.     }
  4009.     /**
  4010.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  4011.      *
  4012.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  4013.      */
  4014.     protected function getMailTemplateMediaDefinitionService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  4017.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  4018.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4019.         return $instance;
  4020.     }
  4021.     /**
  4022.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  4023.      *
  4024.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  4025.      */
  4026.     protected function getMailTemplateTranslationDefinitionService()
  4027.     {
  4028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  4030.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  4031.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4032.         return $instance;
  4033.     }
  4034.     /**
  4035.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  4036.      *
  4037.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  4038.      */
  4039.     protected function getMailTemplateTypeTranslationDefinitionService()
  4040.     {
  4041.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  4043.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  4044.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the public 'Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  4049.      *
  4050.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  4051.      */
  4052.     protected function getMailTemplateTypeDefinitionService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  4055.         $this->services['Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  4056.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4057.         return $instance;
  4058.     }
  4059.     /**
  4060.      * Gets the public 'Shopware\Core\Content\MailTemplate\Api\MailActionController' shared service.
  4061.      *
  4062.      * @return \Shopware\Core\Content\MailTemplate\Api\MailActionController
  4063.      */
  4064.     protected function getMailActionControllerService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Api/MailActionController.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Service/AttachmentLoader.php';
  4068.         $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())));
  4069.         $instance->setContainer($this);
  4070.         return $instance;
  4071.     }
  4072.     /**
  4073.      * Gets the public 'Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  4074.      *
  4075.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  4076.      */
  4077.     protected function getMailTemplateDefinitionService()
  4078.     {
  4079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  4080.         $this->services['Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  4081.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailFactory' shared service.
  4086.      *
  4087.      * @return \Shopware\Core\Content\Mail\Service\MailFactory
  4088.      */
  4089.     protected function getMailFactoryService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailFactory.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailFactory.php';
  4093.         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()));
  4094.     }
  4095.     /**
  4096.      * Gets the public 'Shopware\Core\Content\Mail\Service\MailSender' shared service.
  4097.      *
  4098.      * @return \Shopware\Core\Content\Mail\Service\MailSender
  4099.      */
  4100.     protected function getMailSenderService()
  4101.     {
  4102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailSender.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailSender.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4106.         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()));
  4107.     }
  4108.     /**
  4109.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  4110.      *
  4111.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  4112.      */
  4113.     protected function getMediaDefaultFolderDefinitionService()
  4114.     {
  4115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  4116.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  4117.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4118.         return $instance;
  4119.     }
  4120.     /**
  4121.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  4122.      *
  4123.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  4124.      */
  4125.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinitionService()
  4126.     {
  4127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  4128.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  4129.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  4134.      *
  4135.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  4136.      */
  4137.     protected function getMediaFolderConfigurationDefinitionService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  4140.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  4141.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4142.         return $instance;
  4143.     }
  4144.     /**
  4145.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  4146.      *
  4147.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  4148.      */
  4149.     protected function getMediaFolderDefinitionService()
  4150.     {
  4151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  4152.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  4153.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4154.         return $instance;
  4155.     }
  4156.     /**
  4157.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  4158.      *
  4159.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  4160.      */
  4161.     protected function getMediaTagDefinitionService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  4164.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  4165.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  4170.      *
  4171.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  4172.      */
  4173.     protected function getMediaThumbnailSizeDefinitionService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  4176.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  4177.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4178.         return $instance;
  4179.     }
  4180.     /**
  4181.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  4182.      *
  4183.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  4184.      */
  4185.     protected function getMediaThumbnailDefinitionService()
  4186.     {
  4187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  4188.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  4189.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4190.         return $instance;
  4191.     }
  4192.     /**
  4193.      * Gets the public 'Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  4194.      *
  4195.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  4196.      */
  4197.     protected function getMediaTranslationDefinitionService()
  4198.     {
  4199.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  4201.         $this->services['Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  4202.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4203.         return $instance;
  4204.     }
  4205.     /**
  4206.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaFolderController' shared service.
  4207.      *
  4208.      * @return \Shopware\Core\Content\Media\Api\MediaFolderController
  4209.      */
  4210.     protected function getMediaFolderControllerService()
  4211.     {
  4212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaFolderController.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaFolderService.php';
  4214.         $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())));
  4215.         $instance->setContainer($this);
  4216.         return $instance;
  4217.     }
  4218.     /**
  4219.      * Gets the public 'Shopware\Core\Content\Media\Api\MediaUploadController' shared service.
  4220.      *
  4221.      * @return \Shopware\Core\Content\Media\Api\MediaUploadController
  4222.      */
  4223.     protected function getMediaUploadControllerService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Api/MediaUploadController.php';
  4226.         $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()));
  4227.         $instance->setContainer($this);
  4228.         return $instance;
  4229.     }
  4230.     /**
  4231.      * Gets the public 'Shopware\Core\Content\Media\File\FileSaver' shared service.
  4232.      *
  4233.      * @return \Shopware\Core\Content\Media\File\FileSaver
  4234.      */
  4235.     protected function getFileSaverService()
  4236.     {
  4237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileSaver.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Metadata/MetadataLoader.php';
  4239.         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 () {
  4240.             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()));
  4241.         }, 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']);
  4242.     }
  4243.     /**
  4244.      * Gets the public 'Shopware\Core\Content\Media\MediaDefinition' shared service.
  4245.      *
  4246.      * @return \Shopware\Core\Content\Media\MediaDefinition
  4247.      */
  4248.     protected function getMediaDefinitionService()
  4249.     {
  4250.         $this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  4251.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4252.         return $instance;
  4253.     }
  4254.     /**
  4255.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  4256.      *
  4257.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  4258.      */
  4259.     protected function getNewsletterRecipientTagDefinitionService()
  4260.     {
  4261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  4262.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  4263.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the public 'Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition' shared service.
  4268.      *
  4269.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition
  4270.      */
  4271.     protected function getNewsletterRecipientDefinitionService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4274.         $this->services['Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipient\NewsletterRecipientDefinition();
  4275.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4276.         return $instance;
  4277.     }
  4278.     /**
  4279.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute' shared service.
  4280.      *
  4281.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute
  4282.      */
  4283.     protected function getNewsletterConfirmRouteService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterConfirmRoute.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterConfirmRoute.php';
  4287.         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()));
  4288.     }
  4289.     /**
  4290.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute' shared service.
  4291.      *
  4292.      * @return \Swag\Security\Fixes\NEXT22891\NewsletterSubscribeRouteDecorator
  4293.      */
  4294.     protected function getNewsletterSubscribeRouteService()
  4295.     {
  4296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterSubscribeRoute.php';
  4297.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT22891/NewsletterSubscribeRouteDecorator.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php';
  4299.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  4300.         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);
  4301.     }
  4302.     /**
  4303.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute' shared service.
  4304.      *
  4305.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute
  4306.      */
  4307.     protected function getNewsletterUnsubscribeRouteService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/AbstractNewsletterUnsubscribeRoute.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/NewsletterUnsubscribeRoute.php';
  4311.         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()));
  4312.     }
  4313.     /**
  4314.      * Gets the public 'Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition' shared service.
  4315.      *
  4316.      * @return \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition
  4317.      */
  4318.     protected function getSalesChannelNewsletterRecipientDefinitionService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipient/NewsletterRecipientDefinition.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/SalesChannel/SalesChannelNewsletterRecipientDefinition.php';
  4322.         $this->services['Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\SalesChannel\SalesChannelNewsletterRecipientDefinition();
  4323.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the public 'Shopware\Core\Content\ProductExport\Api\ProductExportController' shared service.
  4328.      *
  4329.      * @return \Shopware\Core\Content\ProductExport\Api\ProductExportController
  4330.      */
  4331.     protected function getProductExportControllerService()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Api/ProductExportController.php';
  4334.         $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()));
  4335.         $instance->setContainer($this);
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  4340.      *
  4341.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  4342.      */
  4343.     protected function getProductExportDefinitionService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  4346.         $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  4347.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4348.         return $instance;
  4349.     }
  4350.     /**
  4351.      * Gets the public 'Shopware\Core\Content\ProductExport\ProductExportHydrator' shared service.
  4352.      *
  4353.      * @return \Shopware\Core\Content\ProductExport\ProductExportHydrator
  4354.      */
  4355.     protected function getProductExportHydratorService()
  4356.     {
  4357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportHydrator.php';
  4358.         return $this->services['Shopware\\Core\\Content\\ProductExport\\ProductExportHydrator'] = new \Shopware\Core\Content\ProductExport\ProductExportHydrator($this);
  4359.     }
  4360.     /**
  4361.      * Gets the public 'Shopware\Core\Content\ProductExport\SalesChannel\ExportController' shared service.
  4362.      *
  4363.      * @return \Shopware\Core\Content\ProductExport\SalesChannel\ExportController
  4364.      */
  4365.     protected function getExportControllerService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/SalesChannel/ExportController.php';
  4368.         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()));
  4369.     }
  4370.     /**
  4371.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExportGenerator' shared service.
  4372.      *
  4373.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportGenerator
  4374.      */
  4375.     protected function getProductExportGeneratorService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGeneratorInterface.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportGenerator.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidatorInterface.php';
  4380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportValidator.php';
  4381.         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 () {
  4382.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\Validator\\XmlValidator'] = new \Shopware\Core\Content\ProductExport\Validator\XmlValidator()));
  4383.         }, 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()));
  4384.     }
  4385.     /**
  4386.      * Gets the public 'Shopware\Core\Content\ProductExport\Service\ProductExporter' shared service.
  4387.      *
  4388.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExporter
  4389.      */
  4390.     protected function getProductExporterService()
  4391.     {
  4392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporterInterface.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExporter.php';
  4394.         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()));
  4395.     }
  4396.     /**
  4397.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  4398.      *
  4399.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  4400.      */
  4401.     protected function getProductStreamFilterDefinitionService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  4404.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  4405.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4406.         return $instance;
  4407.     }
  4408.     /**
  4409.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator' shared service.
  4410.      *
  4411.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator
  4412.      */
  4413.     protected function getProductStreamFilterHydratorService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterHydrator.php';
  4416.         return $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterHydrator'] = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterHydrator($this);
  4417.     }
  4418.     /**
  4419.      * Gets the public 'Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  4420.      *
  4421.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  4422.      */
  4423.     protected function getProductStreamTranslationDefinitionService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  4427.         $this->services['Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  4428.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4429.         return $instance;
  4430.     }
  4431.     /**
  4432.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  4433.      *
  4434.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  4435.      */
  4436.     protected function getProductStreamDefinitionService()
  4437.     {
  4438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  4439.         $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  4440.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4441.         return $instance;
  4442.     }
  4443.     /**
  4444.      * Gets the public 'Shopware\Core\Content\ProductStream\ProductStreamHydrator' shared service.
  4445.      *
  4446.      * @return \Shopware\Core\Content\ProductStream\ProductStreamHydrator
  4447.      */
  4448.     protected function getProductStreamHydratorService()
  4449.     {
  4450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamHydrator.php';
  4451.         return $this->services['Shopware\\Core\\Content\\ProductStream\\ProductStreamHydrator'] = new \Shopware\Core\Content\ProductStream\ProductStreamHydrator($this);
  4452.     }
  4453.     /**
  4454.      * Gets the public 'Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder' shared service.
  4455.      *
  4456.      * @return \Shopware\Core\Content\ProductStream\Service\ProductStreamBuilder
  4457.      */
  4458.     protected function getProductStreamBuilderService()
  4459.     {
  4460.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilderInterface.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Service/ProductStreamBuilder.php';
  4462.         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()));
  4463.     }
  4464.     /**
  4465.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  4466.      *
  4467.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  4468.      */
  4469.     protected function getProductCategoryTreeDefinitionService()
  4470.     {
  4471.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  4472.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  4473.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4474.         return $instance;
  4475.     }
  4476.     /**
  4477.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  4478.      *
  4479.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  4480.      */
  4481.     protected function getProductCategoryDefinitionService()
  4482.     {
  4483.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  4484.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  4485.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4486.         return $instance;
  4487.     }
  4488.     /**
  4489.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  4490.      *
  4491.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  4492.      */
  4493.     protected function getProductConfiguratorSettingDefinitionService()
  4494.     {
  4495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  4496.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  4497.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4498.         return $instance;
  4499.     }
  4500.     /**
  4501.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator' shared service.
  4502.      *
  4503.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator
  4504.      */
  4505.     protected function getProductConfiguratorSettingHydratorService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingHydrator.php';
  4508.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingHydrator($this);
  4509.     }
  4510.     /**
  4511.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  4512.      *
  4513.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  4514.      */
  4515.     protected function getProductCrossSellingAssignedProductsDefinitionService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  4518.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  4519.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator' shared service.
  4524.      *
  4525.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator
  4526.      */
  4527.     protected function getProductCrossSellingAssignedProductsHydratorService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsHydrator.php';
  4530.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsHydrator($this);
  4531.     }
  4532.     /**
  4533.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  4534.      *
  4535.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  4536.      */
  4537.     protected function getProductCrossSellingTranslationDefinitionService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  4541.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  4542.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4543.         return $instance;
  4544.     }
  4545.     /**
  4546.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  4547.      *
  4548.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  4549.      */
  4550.     protected function getProductCrossSellingDefinitionService()
  4551.     {
  4552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  4553.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  4554.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4555.         return $instance;
  4556.     }
  4557.     /**
  4558.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator' shared service.
  4559.      *
  4560.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator
  4561.      */
  4562.     protected function getProductCrossSellingHydratorService()
  4563.     {
  4564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingHydrator.php';
  4565.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingHydrator($this);
  4566.     }
  4567.     /**
  4568.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  4569.      *
  4570.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  4571.      */
  4572.     protected function getProductCustomFieldSetDefinitionService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  4575.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  4576.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4577.         return $instance;
  4578.     }
  4579.     /**
  4580.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  4581.      *
  4582.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  4583.      */
  4584.     protected function getProductFeatureSetTranslationDefinitionService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  4588.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  4589.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  4594.      *
  4595.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  4596.      */
  4597.     protected function getProductFeatureSetDefinitionService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  4600.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  4601.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4602.         return $instance;
  4603.     }
  4604.     /**
  4605.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator' shared service.
  4606.      *
  4607.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator
  4608.      */
  4609.     protected function getProductFeatureSetHydratorService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetHydrator.php';
  4612.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetHydrator($this);
  4613.     }
  4614.     /**
  4615.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  4616.      *
  4617.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  4618.      */
  4619.     protected function getProductKeywordDictionaryDefinitionService()
  4620.     {
  4621.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  4622.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  4623.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4624.         return $instance;
  4625.     }
  4626.     /**
  4627.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator' shared service.
  4628.      *
  4629.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator
  4630.      */
  4631.     protected function getProductKeywordDictionaryHydratorService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryHydrator.php';
  4634.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryHydrator($this);
  4635.     }
  4636.     /**
  4637.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  4638.      *
  4639.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  4640.      */
  4641.     protected function getProductManufacturerTranslationDefinitionService()
  4642.     {
  4643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  4645.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  4646.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4647.         return $instance;
  4648.     }
  4649.     /**
  4650.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  4651.      *
  4652.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  4653.      */
  4654.     protected function getProductManufacturerDefinitionService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  4657.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  4658.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator' shared service.
  4663.      *
  4664.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator
  4665.      */
  4666.     protected function getProductManufacturerHydratorService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerHydrator.php';
  4669.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerHydrator($this);
  4670.     }
  4671.     /**
  4672.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  4673.      *
  4674.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  4675.      */
  4676.     protected function getProductMediaDefinitionService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  4679.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  4680.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4681.         return $instance;
  4682.     }
  4683.     /**
  4684.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator' shared service.
  4685.      *
  4686.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator
  4687.      */
  4688.     protected function getProductMediaHydratorService()
  4689.     {
  4690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaHydrator.php';
  4691.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaHydrator($this);
  4692.     }
  4693.     /**
  4694.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  4695.      *
  4696.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  4697.      */
  4698.     protected function getProductOptionDefinitionService()
  4699.     {
  4700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  4701.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  4702.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4703.         return $instance;
  4704.     }
  4705.     /**
  4706.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  4707.      *
  4708.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  4709.      */
  4710.     protected function getProductPriceDefinitionService()
  4711.     {
  4712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  4713.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  4714.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator' shared service.
  4719.      *
  4720.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator
  4721.      */
  4722.     protected function getProductPriceHydratorService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceHydrator.php';
  4725.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceHydrator($this);
  4726.     }
  4727.     /**
  4728.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  4729.      *
  4730.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  4731.      */
  4732.     protected function getProductPropertyDefinitionService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  4735.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  4736.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4737.         return $instance;
  4738.     }
  4739.     /**
  4740.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  4741.      *
  4742.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  4743.      */
  4744.     protected function getProductReviewDefinitionService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  4747.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  4748.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4749.         return $instance;
  4750.     }
  4751.     /**
  4752.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator' shared service.
  4753.      *
  4754.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator
  4755.      */
  4756.     protected function getProductReviewHydratorService()
  4757.     {
  4758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewHydrator.php';
  4759.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewHydrator($this);
  4760.     }
  4761.     /**
  4762.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  4763.      *
  4764.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  4765.      */
  4766.     protected function getProductSearchConfigFieldDefinitionService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  4769.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  4770.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4771.         return $instance;
  4772.     }
  4773.     /**
  4774.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator' shared service.
  4775.      *
  4776.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator
  4777.      */
  4778.     protected function getProductSearchConfigFieldHydratorService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldHydrator.php';
  4781.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldHydrator($this);
  4782.     }
  4783.     /**
  4784.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  4785.      *
  4786.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  4787.      */
  4788.     protected function getProductSearchConfigDefinitionService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  4791.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  4792.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4793.         return $instance;
  4794.     }
  4795.     /**
  4796.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator' shared service.
  4797.      *
  4798.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator
  4799.      */
  4800.     protected function getProductSearchConfigHydratorService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigHydrator.php';
  4803.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigHydrator($this);
  4804.     }
  4805.     /**
  4806.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  4807.      *
  4808.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  4809.      */
  4810.     protected function getProductSearchKeywordDefinitionService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  4813.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  4814.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator' shared service.
  4819.      *
  4820.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator
  4821.      */
  4822.     protected function getProductSearchKeywordHydratorService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordHydrator.php';
  4825.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordHydrator($this);
  4826.     }
  4827.     /**
  4828.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  4829.      *
  4830.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  4831.      */
  4832.     protected function getProductStreamMappingDefinitionService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  4835.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  4836.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4837.         return $instance;
  4838.     }
  4839.     /**
  4840.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  4841.      *
  4842.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  4843.      */
  4844.     protected function getProductTagDefinitionService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  4847.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  4848.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4849.         return $instance;
  4850.     }
  4851.     /**
  4852.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  4853.      *
  4854.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  4855.      */
  4856.     protected function getProductTranslationDefinitionService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  4860.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  4861.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4862.         return $instance;
  4863.     }
  4864.     /**
  4865.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  4866.      *
  4867.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  4868.      */
  4869.     protected function getProductVisibilityDefinitionService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  4872.         $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  4873.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  4874.         return $instance;
  4875.     }
  4876.     /**
  4877.      * Gets the public 'Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator' shared service.
  4878.      *
  4879.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator
  4880.      */
  4881.     protected function getProductVisibilityHydratorService()
  4882.     {
  4883.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityHydrator.php';
  4884.         return $this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityHydrator'] = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityHydrator($this);
  4885.     }
  4886.     /**
  4887.      * Gets the public 'Shopware\Core\Content\Product\Api\ProductActionController' shared service.
  4888.      *
  4889.      * @return \Shopware\Core\Content\Product\Api\ProductActionController
  4890.      */
  4891.     protected function getProductActionControllerService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Api/ProductActionController.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Util/VariantCombinationLoader.php';
  4895.         $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())));
  4896.         $instance->setContainer($this);
  4897.         return $instance;
  4898.     }
  4899.     /**
  4900.      * Gets the public 'Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder' shared service.
  4901.      *
  4902.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder
  4903.      */
  4904.     protected function getCheapestPriceAccessorBuilderService()
  4905.     {
  4906.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  4907.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPrice/CheapestPriceAccessorBuilder.php';
  4908.         return $this->services['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceAccessorBuilder'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceAccessorBuilder();
  4909.     }
  4910.     /**
  4911.      * Gets the public 'Shopware\Core\Content\Product\ProductDefinition' shared service.
  4912.      *
  4913.      * @return \Shopware\Core\Content\Product\ProductDefinition
  4914.      */
  4915.     protected function getProductDefinitionService()
  4916.     {
  4917.         $this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] = $instance = new \Shopware\Core\Content\Product\ProductDefinition();
  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\ProductHydrator' shared service.
  4923.      *
  4924.      * @return \Shopware\Core\Content\Product\ProductHydrator
  4925.      */
  4926.     protected function getProductHydratorService()
  4927.     {
  4928.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductHydrator.php';
  4929.         return $this->services['Shopware\\Core\\Content\\Product\\ProductHydrator'] = new \Shopware\Core\Content\Product\ProductHydrator($this);
  4930.     }
  4931.     /**
  4932.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute' shared service.
  4933.      *
  4934.      * @return \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute
  4935.      */
  4936.     protected function getCachedProductCrossSellingRouteService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/AbstractProductCrossSellingRoute.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/CachedProductCrossSellingRoute.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/CrossSelling/ProductCrossSellingRoute.php';
  4941.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4942.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\CrossSelling\\CachedProductCrossSellingRoute'] = new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute(new \Shopware\Core\Content\Product\SalesChannel\CrossSelling\ProductCrossSellingRoute(($this->services['product_cross_selling.repository'] ?? $this->getProductCrossSelling_RepositoryService()), $a, ($this->services['Shopware\\Core\\Content\\ProductStream\\Service\\ProductStreamBuilder'] ?? $this->getProductStreamBuilderService()), ($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingLoader'] ?? $this->getProductListingLoaderService())), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  4943.     }
  4944.     /**
  4945.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute' shared service.
  4946.      *
  4947.      * @return \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute
  4948.      */
  4949.     protected function getCachedProductDetailRouteService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AbstractProductDetailRoute.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/CachedProductDetailRoute.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php';
  4954.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4955.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] = new \Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute(new \Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute(($this->services['sales_channel.product.repository'] ?? $this->getSalesChannel_Product_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Storefront\\Page\\Product\\Configurator\\ProductPageConfiguratorLoader'] ?? $this->getProductPageConfiguratorLoaderService()), ($this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] ?? $this->getCategoryBreadcrumbBuilderService()), ($this->privates['Shopware\\Core\\Content\\Cms\\SalesChannel\\SalesChannelCmsPageLoader'] ?? $this->getSalesChannelCmsPageLoaderService()), ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] ?? $this->getSalesChannelProductDefinitionService()), $a), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] ?? ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator())), ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService()), $a, []);
  4956.     }
  4957.     /**
  4958.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute' shared service.
  4959.      *
  4960.      * @return \Shopware\Core\Content\Product\SalesChannel\FindVariant\FindProductVariantRoute
  4961.      */
  4962.     protected function getFindProductVariantRouteService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/AbstractFindProductVariantRoute.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/FindVariant/FindProductVariantRoute.php';
  4966.         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()));
  4967.     }
  4968.     /**
  4969.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute' shared service.
  4970.      *
  4971.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute
  4972.      */
  4973.     protected function getCachedProductListingRouteService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/CachedProductListingRoute.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingRoute.php';
  4978.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4979.         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, []);
  4980.     }
  4981.     /**
  4982.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute' shared service.
  4983.      *
  4984.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute
  4985.      */
  4986.     protected function getResolveCriteriaProductListingRouteService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/AbstractProductListingRoute.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ResolveCriteriaProductListingRoute.php';
  4990.         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()));
  4991.     }
  4992.     /**
  4993.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\ProductListRoute' shared service.
  4994.      *
  4995.      * @return \Shopware\Core\Content\Product\SalesChannel\ProductListRoute
  4996.      */
  4997.     protected function getProductListRouteService()
  4998.     {
  4999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/AbstractProductListRoute.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/ProductListRoute.php';
  5001.         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()));
  5002.     }
  5003.     /**
  5004.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute' shared service.
  5005.      *
  5006.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute
  5007.      */
  5008.     protected function getCachedProductReviewRouteService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewRoute.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/CachedProductReviewRoute.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewRoute.php';
  5013.         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()), []);
  5014.     }
  5015.     /**
  5016.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute' shared service.
  5017.      *
  5018.      * @return \Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute
  5019.      */
  5020.     protected function getProductReviewSaveRouteService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/AbstractProductReviewSaveRoute.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Review/ProductReviewSaveRoute.php';
  5024.         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()));
  5025.     }
  5026.     /**
  5027.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition' shared service.
  5028.      *
  5029.      * @return \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition
  5030.      */
  5031.     protected function getSalesChannelProductDefinitionService()
  5032.     {
  5033.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\SalesChannelProductDefinition();
  5034.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute' shared service.
  5039.      *
  5040.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute
  5041.      */
  5042.     protected function getCachedProductSearchRouteService()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/CachedProductSearchRoute.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ProductSearchRoute.php';
  5047.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5048.         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, []);
  5049.     }
  5050.     /**
  5051.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute' shared service.
  5052.      *
  5053.      * @return \Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute
  5054.      */
  5055.     protected function getResolvedCriteriaProductSearchRouteService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/AbstractProductSearchRoute.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Search/ResolvedCriteriaProductSearchRoute.php';
  5059.         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()));
  5060.     }
  5061.     /**
  5062.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  5063.      *
  5064.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  5065.      */
  5066.     protected function getProductSortingDefinitionService()
  5067.     {
  5068.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  5069.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  5070.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5071.         return $instance;
  5072.     }
  5073.     /**
  5074.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator' shared service.
  5075.      *
  5076.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator
  5077.      */
  5078.     protected function getProductSortingHydratorService()
  5079.     {
  5080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingHydrator.php';
  5081.         return $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingHydrator'] = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingHydrator($this);
  5082.     }
  5083.     /**
  5084.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  5085.      *
  5086.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  5087.      */
  5088.     protected function getProductSortingTranslationDefinitionService()
  5089.     {
  5090.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  5092.         $this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  5093.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5094.         return $instance;
  5095.     }
  5096.     /**
  5097.      * Gets the public 'Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute' shared service.
  5098.      *
  5099.      * @return \Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute
  5100.      */
  5101.     protected function getCachedProductSuggestRouteService()
  5102.     {
  5103.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/AbstractProductSuggestRoute.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php';
  5106.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5107.         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, []);
  5108.     }
  5109.     /**
  5110.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  5111.      *
  5112.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  5113.      */
  5114.     protected function getPropertyGroupOptionTranslationDefinitionService()
  5115.     {
  5116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  5118.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  5119.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5120.         return $instance;
  5121.     }
  5122.     /**
  5123.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  5124.      *
  5125.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  5126.      */
  5127.     protected function getPropertyGroupOptionDefinitionService()
  5128.     {
  5129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  5130.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  5131.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5132.         return $instance;
  5133.     }
  5134.     /**
  5135.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator' shared service.
  5136.      *
  5137.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator
  5138.      */
  5139.     protected function getPropertyGroupOptionHydratorService()
  5140.     {
  5141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionHydrator.php';
  5142.         return $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionHydrator'] = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionHydrator($this);
  5143.     }
  5144.     /**
  5145.      * Gets the public 'Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  5146.      *
  5147.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  5148.      */
  5149.     protected function getPropertyGroupTranslationDefinitionService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  5153.         $this->services['Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  5154.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5155.         return $instance;
  5156.     }
  5157.     /**
  5158.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  5159.      *
  5160.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  5161.      */
  5162.     protected function getPropertyGroupDefinitionService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  5165.         $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  5166.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5167.         return $instance;
  5168.     }
  5169.     /**
  5170.      * Gets the public 'Shopware\Core\Content\Property\PropertyGroupHydrator' shared service.
  5171.      *
  5172.      * @return \Shopware\Core\Content\Property\PropertyGroupHydrator
  5173.      */
  5174.     protected function getPropertyGroupHydratorService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupHydrator.php';
  5177.         return $this->services['Shopware\\Core\\Content\\Property\\PropertyGroupHydrator'] = new \Shopware\Core\Content\Property\PropertyGroupHydrator($this);
  5178.     }
  5179.     /**
  5180.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  5181.      *
  5182.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  5183.      */
  5184.     protected function getRuleConditionDefinitionService()
  5185.     {
  5186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  5187.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  5188.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5189.         return $instance;
  5190.     }
  5191.     /**
  5192.      * Gets the public 'Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  5193.      *
  5194.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  5195.      */
  5196.     protected function getRuleTagDefinitionService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  5199.         $this->services['Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  5200.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5201.         return $instance;
  5202.     }
  5203.     /**
  5204.      * Gets the public 'Shopware\Core\Content\Rule\RuleDefinition' shared service.
  5205.      *
  5206.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  5207.      */
  5208.     protected function getRuleDefinitionService()
  5209.     {
  5210.         $this->services['Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  5211.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5212.         return $instance;
  5213.     }
  5214.     /**
  5215.      * Gets the public 'Shopware\Core\Content\Seo\Api\SeoActionController' shared service.
  5216.      *
  5217.      * @return \Shopware\Core\Content\Seo\Api\SeoActionController
  5218.      */
  5219.     protected function getSeoActionControllerService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Api/SeoActionController.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlDataValidationFactoryInterface.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Validation/SeoUrlValidationFactory.php';
  5224.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  5225.         $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);
  5226.         $instance->setContainer($this);
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the public 'Shopware\Core\Content\Seo\CachedSeoResolver' shared service.
  5231.      *
  5232.      * @return \Shopware\Core\Content\Seo\CachedSeoResolver
  5233.      */
  5234.     protected function getCachedSeoResolverService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/CachedSeoResolver.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoResolver.php';
  5239.         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()));
  5240.     }
  5241.     /**
  5242.      * Gets the public 'Shopware\Core\Content\Seo\EmptyPathInfoResolver' shared service.
  5243.      *
  5244.      * @return \Shopware\Core\Content\Seo\EmptyPathInfoResolver
  5245.      */
  5246.     protected function getEmptyPathInfoResolverService()
  5247.     {
  5248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/AbstractSeoResolver.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/EmptyPathInfoResolver.php';
  5250.         return $this->services['Shopware\\Core\\Content\\Seo\\EmptyPathInfoResolver'] = new \Shopware\Core\Content\Seo\EmptyPathInfoResolver(($this->services['Shopware\\Core\\Content\\Seo\\CachedSeoResolver'] ?? $this->getCachedSeoResolverService()));
  5251.     }
  5252.     /**
  5253.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver' shared service.
  5254.      *
  5255.      * @return \Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlAssociationFieldResolver
  5256.      */
  5257.     protected function getSeoUrlAssociationFieldResolverService()
  5258.     {
  5259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Dbal/SeoUrlAssociationFieldResolver.php';
  5261.         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())));
  5262.     }
  5263.     /**
  5264.      * Gets the public 'Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer' shared service.
  5265.      *
  5266.      * @return \Shopware\Core\Content\Seo\Entity\Serializer\SeoUrlFieldSerializer
  5267.      */
  5268.     protected function getSeoUrlFieldSerializerService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/Entity/Serializer/SeoUrlFieldSerializer.php';
  5273.         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()));
  5274.     }
  5275.     /**
  5276.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition' shared service.
  5277.      *
  5278.      * @return \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition
  5279.      */
  5280.     protected function getMainCategoryDefinitionService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5283.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\MainCategoryDefinition();
  5284.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5285.         return $instance;
  5286.     }
  5287.     /**
  5288.      * Gets the public 'Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition' shared service.
  5289.      *
  5290.      * @return \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition
  5291.      */
  5292.     protected function getSalesChannelMainCategoryDefinitionService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/MainCategoryDefinition.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/MainCategory/SalesChannel/SalesChannelMainCategoryDefinition.php';
  5296.         $this->services['Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition'] = $instance = new \Shopware\Core\Content\Seo\MainCategory\SalesChannel\SalesChannelMainCategoryDefinition();
  5297.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5298.         return $instance;
  5299.     }
  5300.     /**
  5301.      * Gets the public 'Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute' shared service.
  5302.      *
  5303.      * @return \Shopware\Core\Content\Seo\SalesChannel\SeoUrlRoute
  5304.      */
  5305.     protected function getSeoUrlRouteService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/AbstractSeoUrlRoute.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SalesChannel/SeoUrlRoute.php';
  5309.         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()));
  5310.     }
  5311.     /**
  5312.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlPlaceholderHandlerInterface' shared service.
  5313.      *
  5314.      * @return \Shopware\Core\Content\Seo\SeoUrlPlaceholderHandler
  5315.      */
  5316.     protected function getSeoUrlPlaceholderHandlerInterfaceService()
  5317.     {
  5318.         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()));
  5319.     }
  5320.     /**
  5321.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  5322.      *
  5323.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  5324.      */
  5325.     protected function getSeoUrlTemplateDefinitionService()
  5326.     {
  5327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  5328.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  5329.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition' shared service.
  5334.      *
  5335.      * @return \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition
  5336.      */
  5337.     protected function getSalesChannelSeoUrlDefinitionService()
  5338.     {
  5339.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SalesChannel\SalesChannelSeoUrlDefinition();
  5340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the public 'Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition' shared service.
  5345.      *
  5346.      * @return \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition
  5347.      */
  5348.     protected function getSeoUrlDefinitionService()
  5349.     {
  5350.         $this->services['Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrl\SeoUrlDefinition();
  5351.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5352.         return $instance;
  5353.     }
  5354.     /**
  5355.      * Gets the public 'Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute' shared service.
  5356.      *
  5357.      * @return \Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute
  5358.      */
  5359.     protected function getCachedSitemapRouteService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/AbstractSitemapRoute.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/CachedSitemapRoute.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/SalesChannel/SitemapRoute.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapListerInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapLister.php';
  5366.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  5367.         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);
  5368.     }
  5369.     /**
  5370.      * Gets the public 'Shopware\Core\Framework\Adapter\Asset\AssetPackageService' shared service.
  5371.      *
  5372.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetPackageService
  5373.      */
  5374.     protected function getAssetPackageServiceService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetPackageService.php';
  5377.         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()));
  5378.     }
  5379.     /**
  5380.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\CacheIdLoader' shared service.
  5381.      *
  5382.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheIdLoader
  5383.      */
  5384.     protected function getCacheIdLoaderService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheIdLoader.php';
  5387.         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()));
  5388.     }
  5389.     /**
  5390.      * Gets the public 'Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory' shared service.
  5391.      *
  5392.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\Facade\CacheInvalidatorFacadeHookFactory
  5393.      */
  5394.     protected function getCacheInvalidatorFacadeHookFactoryService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/Facade/CacheInvalidatorFacadeHookFactory.php';
  5398.         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()));
  5399.     }
  5400.     /**
  5401.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator' shared service.
  5402.      *
  5403.      * @return \Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator
  5404.      */
  5405.     protected function getAppTemplateIteratorService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/AppTemplateIterator.php';
  5408.         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()));
  5409.     }
  5410.     /**
  5411.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateFinder' shared service.
  5412.      *
  5413.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateFinder
  5414.      */
  5415.     protected function getTemplateFinderService()
  5416.     {
  5417.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5418.         if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  5419.             return $this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'];
  5420.         }
  5421.         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 () {
  5422.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\NamespaceHierarchy\\BundleHierarchyBuilder'] ?? $this->getBundleHierarchyBuilderService());
  5423.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  5424.         }, 2)));
  5425.     }
  5426.     /**
  5427.      * Gets the public 'Shopware\Core\Framework\Adapter\Twig\TemplateIterator' shared service.
  5428.      *
  5429.      * @return \Shopware\Core\Framework\Adapter\Twig\TemplateIterator
  5430.      */
  5431.     protected function getTemplateIteratorService()
  5432.     {
  5433.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TemplateIterator.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5435.         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']);
  5436.     }
  5437.     /**
  5438.      * Gets the public 'Shopware\Core\Framework\Api\Acl\AclCriteriaValidator' shared service.
  5439.      *
  5440.      * @return \Shopware\Core\Framework\Api\Acl\AclCriteriaValidator
  5441.      */
  5442.     protected function getAclCriteriaValidatorService()
  5443.     {
  5444.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclCriteriaValidator.php';
  5445.         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()));
  5446.     }
  5447.     /**
  5448.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  5449.      *
  5450.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  5451.      */
  5452.     protected function getAclRoleDefinitionService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  5455.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  5456.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5457.         return $instance;
  5458.     }
  5459.     /**
  5460.      * Gets the public 'Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  5461.      *
  5462.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  5463.      */
  5464.     protected function getAclUserRoleDefinitionService()
  5465.     {
  5466.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  5467.         $this->services['Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  5468.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5469.         return $instance;
  5470.     }
  5471.     /**
  5472.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AccessKeyController' shared service.
  5473.      *
  5474.      * @return \Shopware\Core\Framework\Api\Controller\AccessKeyController
  5475.      */
  5476.     protected function getAccessKeyControllerService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AccessKeyController.php';
  5479.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\AccessKeyController'] = $instance = new \Shopware\Core\Framework\Api\Controller\AccessKeyController();
  5480.         $instance->setContainer($this);
  5481.         return $instance;
  5482.     }
  5483.     /**
  5484.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AclController' shared service.
  5485.      *
  5486.      * @return \Shopware\Core\Framework\Api\Controller\AclController
  5487.      */
  5488.     protected function getAclControllerService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AclController.php';
  5491.         $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()));
  5492.         $instance->setContainer($this);
  5493.         return $instance;
  5494.     }
  5495.     /**
  5496.      * Gets the public 'Shopware\Core\Framework\Api\Controller\ApiController' shared service.
  5497.      *
  5498.      * @return \Shopware\Core\Framework\Api\Controller\ApiController
  5499.      */
  5500.     protected function getApiControllerService()
  5501.     {
  5502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  5504.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32887/RequestCriteriaBuilderFixed.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  5507.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\ApiController'] = $instance = new \Shopware\Core\Framework\Api\Controller\ApiController(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \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()));
  5508.         $instance->setContainer($this);
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the public 'Shopware\Core\Framework\Api\Controller\AuthController' shared service.
  5513.      *
  5514.      * @return \Shopware\Core\Framework\Api\Controller\AuthController
  5515.      */
  5516.     protected function getAuthControllerService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/AuthController.php';
  5519.         $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()));
  5520.         $instance->setContainer($this);
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the public 'Shopware\Core\Framework\Api\Controller\CacheController' shared service.
  5525.      *
  5526.      * @return \Shopware\Core\Framework\Api\Controller\CacheController
  5527.      */
  5528.     protected function getCacheControllerService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/CacheController.php';
  5531.         $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()));
  5532.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5533.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5534.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5535.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5536.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5537.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5538.             'router' => ['services''router''getRouterService'false],
  5539.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5540.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5541.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5542.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5543.         ], [
  5544.             'http_kernel' => '?',
  5545.             'message_bus' => '?',
  5546.             'messenger.default_bus' => '?',
  5547.             'parameter_bag' => '?',
  5548.             'request_stack' => '?',
  5549.             'router' => '?',
  5550.             'security.csrf.token_manager' => '?',
  5551.             'serializer' => '?',
  5552.             'session' => '.session.deprecated',
  5553.             'twig' => '?',
  5554.         ]))->withContext('Shopware\\Core\\Framework\\Api\\Controller\\CacheController'$this));
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the public 'Shopware\Core\Framework\Api\Controller\FallbackController' shared service.
  5559.      *
  5560.      * @return \Shopware\Core\Framework\Api\Controller\FallbackController
  5561.      */
  5562.     protected function getFallbackControllerService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/FallbackController.php';
  5565.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\FallbackController'] = $instance = new \Shopware\Core\Framework\Api\Controller\FallbackController();
  5566.         $instance->setContainer($this);
  5567.         return $instance;
  5568.     }
  5569.     /**
  5570.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IndexingController' shared service.
  5571.      *
  5572.      * @return \Shopware\Core\Framework\Api\Controller\IndexingController
  5573.      */
  5574.     protected function getIndexingControllerService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IndexingController.php';
  5577.         $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()));
  5578.         $instance->setContainer($this);
  5579.         return $instance;
  5580.     }
  5581.     /**
  5582.      * Gets the public 'Shopware\Core\Framework\Api\Controller\InfoController' shared service.
  5583.      *
  5584.      * @return \Shopware\Core\Framework\Api\Controller\InfoController
  5585.      */
  5586.     protected function getInfoControllerService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/InfoController.php';
  5589.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\InfoController'] = $instance = new \Shopware\Core\Framework\Api\Controller\InfoController(($this->privates['Shopware\\Core\\Framework\\Api\\ApiDefinition\\DefinitionService'] ?? $this->getDefinitionServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] ?? $this->getFlowActionCollectorService()), true$this->parameters['shopware.security.csp_templates']);
  5590.         $instance->setContainer($this);
  5591.         return $instance;
  5592.     }
  5593.     /**
  5594.      * Gets the public 'Shopware\Core\Framework\Api\Controller\IntegrationController' shared service.
  5595.      *
  5596.      * @return \Shopware\Core\Framework\Api\Controller\IntegrationController
  5597.      */
  5598.     protected function getIntegrationControllerService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/IntegrationController.php';
  5601.         $this->services['Shopware\\Core\\Framework\\Api\\Controller\\IntegrationController'] = $instance = new \Shopware\Core\Framework\Api\Controller\IntegrationController(($this->services['integration.repository'] ?? $this->getIntegration_RepositoryService()));
  5602.         $instance->setContainer($this);
  5603.         return $instance;
  5604.     }
  5605.     /**
  5606.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SalesChannelProxyController' shared service.
  5607.      *
  5608.      * @return \Shopware\Core\Framework\Api\Controller\SalesChannelProxyController
  5609.      */
  5610.     protected function getSalesChannelProxyControllerService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SalesChannelProxyController.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/ApiOrderCartService.php';
  5614.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextPersister'] ?? $this->getSalesChannelContextPersisterService());
  5615.         $b = ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? $this->getCartServiceService());
  5616.         $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()));
  5617.         $instance->setContainer($this);
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the public 'Shopware\Core\Framework\Api\Controller\SyncController' shared service.
  5622.      *
  5623.      * @return \Shopware\Core\Framework\Api\Controller\SyncController
  5624.      */
  5625.     protected function getSyncControllerService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/SyncController.php';
  5628.         $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()));
  5629.         $instance->setContainer($this);
  5630.         return $instance;
  5631.     }
  5632.     /**
  5633.      * Gets the public 'Shopware\Core\Framework\Api\Controller\UserController' shared service.
  5634.      *
  5635.      * @return \Shopware\Core\Framework\Api\Controller\UserController
  5636.      */
  5637.     protected function getUserControllerService()
  5638.     {
  5639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/UserController.php';
  5640.         $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()));
  5641.         $instance->setContainer($this);
  5642.         return $instance;
  5643.     }
  5644.     /**
  5645.      * Gets the public 'Shopware\Core\Framework\Api\Sync\SyncService' shared service.
  5646.      *
  5647.      * @return \Shopware\Core\Framework\Api\Sync\SyncService
  5648.      */
  5649.     protected function getSyncServiceService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncServiceInterface.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Sync/SyncService.php';
  5653.         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()));
  5654.     }
  5655.     /**
  5656.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  5657.      *
  5658.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  5659.      */
  5660.     protected function getActionButtonTranslationDefinitionService()
  5661.     {
  5662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  5664.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  5665.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5666.         return $instance;
  5667.     }
  5668.     /**
  5669.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  5670.      *
  5671.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  5672.      */
  5673.     protected function getActionButtonDefinitionService()
  5674.     {
  5675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  5676.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  5677.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5678.         return $instance;
  5679.     }
  5680.     /**
  5681.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  5682.      *
  5683.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  5684.      */
  5685.     protected function getAppPaymentMethodDefinitionService()
  5686.     {
  5687.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  5688.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5689.         return $instance;
  5690.     }
  5691.     /**
  5692.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  5693.      *
  5694.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  5695.      */
  5696.     protected function getAppScriptConditionTranslationDefinitionService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  5700.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  5701.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5702.         return $instance;
  5703.     }
  5704.     /**
  5705.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  5706.      *
  5707.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  5708.      */
  5709.     protected function getAppScriptConditionDefinitionService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  5712.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  5713.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5714.         return $instance;
  5715.     }
  5716.     /**
  5717.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  5718.      *
  5719.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  5720.      */
  5721.     protected function getAppTranslationDefinitionService()
  5722.     {
  5723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  5725.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  5726.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5727.         return $instance;
  5728.     }
  5729.     /**
  5730.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  5731.      *
  5732.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  5733.      */
  5734.     protected function getAppCmsBlockTranslationDefinitionService()
  5735.     {
  5736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  5738.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  5739.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5740.         return $instance;
  5741.     }
  5742.     /**
  5743.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  5744.      *
  5745.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  5746.      */
  5747.     protected function getAppCmsBlockDefinitionService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  5750.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  5751.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5752.         return $instance;
  5753.     }
  5754.     /**
  5755.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  5756.      *
  5757.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  5758.      */
  5759.     protected function getAppFlowActionTranslationDefinitionService()
  5760.     {
  5761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  5763.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  5764.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5765.         return $instance;
  5766.     }
  5767.     /**
  5768.      * Gets the public 'Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  5769.      *
  5770.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  5771.      */
  5772.     protected function getAppFlowActionDefinitionService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  5775.         $this->services['Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  5776.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the public 'Shopware\Core\Framework\App\Api\AppActionController' shared service.
  5781.      *
  5782.      * @return \Shopware\Core\Framework\App\Api\AppActionController
  5783.      */
  5784.     protected function getAppActionControllerService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppActionController.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/ActionButtonLoader.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/AppActionLoader.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Manifest/ModuleLoader.php';
  5790.         $a = ($this->services['app_action_button.repository'] ?? $this->getAppActionButton_RepositoryService());
  5791.         $b = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  5792.         $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())));
  5793.         $instance->setContainer($this);
  5794.         return $instance;
  5795.     }
  5796.     /**
  5797.      * Gets the public 'Shopware\Core\Framework\App\Api\AppCmsController' shared service.
  5798.      *
  5799.      * @return \Shopware\Core\Framework\App\Api\AppCmsController
  5800.      */
  5801.     protected function getAppCmsControllerService()
  5802.     {
  5803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppCmsController.php';
  5804.         $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()));
  5805.         $instance->setContainer($this);
  5806.         return $instance;
  5807.     }
  5808.     /**
  5809.      * Gets the public 'Shopware\Core\Framework\App\Api\AppUrlChangeController' shared service.
  5810.      *
  5811.      * @return \Shopware\Core\Framework\App\Api\AppUrlChangeController
  5812.      */
  5813.     protected function getAppUrlChangeControllerService()
  5814.     {
  5815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Api/AppUrlChangeController.php';
  5816.         $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()));
  5817.         $instance->setContainer($this);
  5818.         return $instance;
  5819.     }
  5820.     /**
  5821.      * Gets the public 'Shopware\Core\Framework\App\AppDefinition' shared service.
  5822.      *
  5823.      * @return \Shopware\Core\Framework\App\AppDefinition
  5824.      */
  5825.     protected function getAppDefinitionService()
  5826.     {
  5827.         $this->services['Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  5828.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5829.         return $instance;
  5830.     }
  5831.     /**
  5832.      * Gets the public 'Shopware\Core\Framework\App\AppLocaleProvider' shared service.
  5833.      *
  5834.      * @return \Shopware\Core\Framework\App\AppLocaleProvider
  5835.      */
  5836.     protected function getAppLocaleProviderService()
  5837.     {
  5838.         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()));
  5839.     }
  5840.     /**
  5841.      * Gets the public 'Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver' shared service.
  5842.      *
  5843.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver
  5844.      */
  5845.     protected function getResolverService()
  5846.     {
  5847.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/Resolver.php';
  5848.         return $this->services['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\Resolver'] = new \Shopware\Core\Framework\App\AppUrlChangeResolver\Resolver(new RewindableGenerator(function () {
  5849.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\MoveShopPermanentlyStrategy'] ?? $this->getMoveShopPermanentlyStrategyService());
  5850.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\ReinstallAppsStrategy'] ?? $this->getReinstallAppsStrategyService());
  5851.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\AppUrlChangeResolver\\UninstallAppsStrategy'] ?? $this->getUninstallAppsStrategyService());
  5852.         }, 3));
  5853.     }
  5854.     /**
  5855.      * Gets the public 'Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider' shared service.
  5856.      *
  5857.      * @return \Shopware\Core\Framework\App\FlowAction\AppFlowActionProvider
  5858.      */
  5859.     protected function getAppFlowActionProviderService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/FlowAction/AppFlowActionProvider.php';
  5862.         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()));
  5863.     }
  5864.     /**
  5865.      * Gets the public 'Shopware\Core\Framework\App\ShopId\ShopIdProvider' shared service.
  5866.      *
  5867.      * @return \Shopware\Core\Framework\App\ShopId\ShopIdProvider
  5868.      */
  5869.     protected function getShopIdProviderService()
  5870.     {
  5871.         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()));
  5872.     }
  5873.     /**
  5874.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  5875.      *
  5876.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  5877.      */
  5878.     protected function getTemplateDefinitionService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  5881.         $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  5882.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  5883.         return $instance;
  5884.     }
  5885.     /**
  5886.      * Gets the public 'Shopware\Core\Framework\App\Template\TemplateStateService' shared service.
  5887.      *
  5888.      * @return \Shopware\Core\Framework\App\Template\TemplateStateService
  5889.      */
  5890.     protected function getTemplateStateServiceService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateStateService.php';
  5893.         return $this->services['Shopware\\Core\\Framework\\App\\Template\\TemplateStateService'] = new \Shopware\Core\Framework\App\Template\TemplateStateService(($this->services['app_template.repository'] ?? $this->getAppTemplate_RepositoryService()));
  5894.     }
  5895.     /**
  5896.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator' shared service.
  5897.      *
  5898.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator
  5899.      */
  5900.     protected function getEntityCacheKeyGeneratorService()
  5901.     {
  5902.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Cache\\EntityCacheKeyGenerator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator();
  5903.     }
  5904.     /**
  5905.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator' shared service.
  5906.      *
  5907.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator
  5908.      */
  5909.     protected function getEntityHydratorService()
  5910.     {
  5911.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\EntityHydrator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator($this);
  5912.     }
  5913.     /**
  5914.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder' shared service.
  5915.      *
  5916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\ConfigJsonFieldAccessorBuilder
  5917.      */
  5918.     protected function getConfigJsonFieldAccessorBuilderService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/ConfigJsonFieldAccessorBuilder.php';
  5923.         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()));
  5924.     }
  5925.     /**
  5926.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder' shared service.
  5927.      *
  5928.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\CustomFieldsAccessorBuilder
  5929.      */
  5930.     protected function getCustomFieldsAccessorBuilderService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/CustomFieldsAccessorBuilder.php';
  5935.         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()));
  5936.     }
  5937.     /**
  5938.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder' shared service.
  5939.      *
  5940.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder
  5941.      */
  5942.     protected function getDefaultFieldAccessorBuilderService()
  5943.     {
  5944.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/DefaultFieldAccessorBuilder.php';
  5946.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldAccessorBuilder\\DefaultFieldAccessorBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\DefaultFieldAccessorBuilder();
  5947.     }
  5948.     /**
  5949.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder' shared service.
  5950.      *
  5951.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\JsonFieldAccessorBuilder
  5952.      */
  5953.     protected function getJsonFieldAccessorBuilderService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/JsonFieldAccessorBuilder.php';
  5957.         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()));
  5958.     }
  5959.     /**
  5960.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder' shared service.
  5961.      *
  5962.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldAccessorBuilder\PriceFieldAccessorBuilder
  5963.      */
  5964.     protected function getPriceFieldAccessorBuilderService()
  5965.     {
  5966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/FieldAccessorBuilderInterface.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldAccessorBuilder/PriceFieldAccessorBuilder.php';
  5968.         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()));
  5969.     }
  5970.     /**
  5971.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver' shared service.
  5972.      *
  5973.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver
  5974.      */
  5975.     protected function getManyToManyAssociationFieldResolverService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToManyAssociationFieldResolver.php';
  5979.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\ManyToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToManyAssociationFieldResolver();
  5980.     }
  5981.     /**
  5982.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver' shared service.
  5983.      *
  5984.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\ManyToOneAssociationFieldResolver
  5985.      */
  5986.     protected function getManyToOneAssociationFieldResolverService()
  5987.     {
  5988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/ManyToOneAssociationFieldResolver.php';
  5990.         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())));
  5991.     }
  5992.     /**
  5993.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver' shared service.
  5994.      *
  5995.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver
  5996.      */
  5997.     protected function getOneToManyAssociationFieldResolverService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/OneToManyAssociationFieldResolver.php';
  6001.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\OneToManyAssociationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\OneToManyAssociationFieldResolver();
  6002.     }
  6003.     /**
  6004.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver' shared service.
  6005.      *
  6006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver
  6007.      */
  6008.     protected function getTranslationFieldResolverService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/AbstractFieldResolver.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/TranslationFieldResolver.php';
  6012.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\FieldResolver\\TranslationFieldResolver'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\TranslationFieldResolver();
  6013.     }
  6014.     /**
  6015.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder' shared service.
  6016.      *
  6017.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder
  6018.      */
  6019.     protected function getJoinGroupBuilderService()
  6020.     {
  6021.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\JoinGroupBuilder'] = new \Shopware\Core\Framework\DataAbstractionLayer\Dbal\JoinGroupBuilder();
  6022.     }
  6023.     /**
  6024.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry' shared service.
  6025.      *
  6026.      * @return \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry
  6027.      */
  6028.     protected function getDefinitionInstanceRegistryService()
  6029.     {
  6030.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry($this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\LanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\MainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\CountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\CurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\CategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\ProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipient\\NewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\PaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\ShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''neti_order_fields_order_attributes' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''neti_order_fields_order_attributes_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition''neti_order_fields' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition''neti_order_fields_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition''neti_order_fields_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition''neti_order_fields_val_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition''neti_order_fields_customer_group' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'], ['log_entry' => 'log_entry.repository''acl_role' => 'acl_role.repository''acl_user_role' => 'acl_user_role.repository''app' => 'app.repository''app_translation' => 'app_translation.repository''app_action_button' => 'app_action_button.repository''app_action_button_translation' => 'app_action_button_translation.repository''app_template' => 'app_template.repository''app_payment_method' => 'app_payment_method.repository''app_script_condition' => 'app_script_condition.repository''app_script_condition_translation' => 'app_script_condition_translation.repository''app_cms_block' => 'app_cms_block.repository''app_cms_block_translation' => 'app_cms_block_translation.repository''app_flow_action' => 'app_flow_action.repository''app_flow_action_translation' => 'app_flow_action_translation.repository''custom_field' => 'custom_field.repository''custom_field_set' => 'custom_field_set.repository''custom_field_set_relation' => 'custom_field_set_relation.repository''version' => 'version.repository''version_commit' => 'version_commit.repository''version_commit_data' => 'version_commit_data.repository''event_action' => 'event_action.repository''event_action_rule' => 'event_action_rule.repository''event_action_sales_channel' => 'event_action_sales_channel.repository''dead_message' => 'dead_message.repository''message_queue_stats' => 'message_queue_stats.repository''plugin' => 'plugin.repository''plugin_translation' => 'plugin_translation.repository''scheduled_task' => 'scheduled_task.repository''script' => 'script.repository''language' => 'language.repository''seo_url' => 'seo_url.repository''seo_url_template' => 'seo_url_template.repository''main_category' => 'main_category.repository''webhook' => 'webhook.repository''webhook_event_log' => 'webhook_event_log.repository''sales_channel' => 'sales_channel.repository''sales_channel_translation' => 'sales_channel_translation.repository''sales_channel_country' => 'sales_channel_country.repository''sales_channel_currency' => 'sales_channel_currency.repository''sales_channel_domain' => 'sales_channel_domain.repository''sales_channel_language' => 'sales_channel_language.repository''sales_channel_payment_method' => 'sales_channel_payment_method.repository''sales_channel_shipping_method' => 'sales_channel_shipping_method.repository''sales_channel_type' => 'sales_channel_type.repository''sales_channel_type_translation' => 'sales_channel_type_translation.repository''sales_channel_analytics' => 'sales_channel_analytics.repository''country' => 'country.repository''country_state' => 'country_state.repository''country_state_translation' => 'country_state_translation.repository''country_translation' => 'country_translation.repository''currency' => 'currency.repository''currency_country_rounding' => 'currency_country_rounding.repository''currency_translation' => 'currency_translation.repository''custom_entity' => 'custom_entity.repository''locale' => 'locale.repository''locale_translation' => 'locale_translation.repository''snippet_set' => 'snippet_set.repository''snippet' => 'snippet.repository''salutation' => 'salutation.repository''salutation_translation' => 'salutation_translation.repository''tax' => 'tax.repository''tax_rule' => 'tax_rule.repository''tax_rule_type' => 'tax_rule_type.repository''tax_rule_type_translation' => 'tax_rule_type_translation.repository''unit' => 'unit.repository''unit_translation' => 'unit_translation.repository''user' => 'user.repository''user_config' => 'user_config.repository''user_access_key' => 'user_access_key.repository''user_recovery' => 'user_recovery.repository''integration' => 'integration.repository''integration_role' => 'integration_role.repository''state_machine' => 'state_machine.repository''state_machine_translation' => 'state_machine_translation.repository''state_machine_state' => 'state_machine_state.repository''state_machine_state_translation' => 'state_machine_state_translation.repository''state_machine_transition' => 'state_machine_transition.repository''state_machine_history' => 'state_machine_history.repository''system_config' => 'system_config.repository''number_range' => 'number_range.repository''number_range_sales_channel' => 'number_range_sales_channel.repository''number_range_state' => 'number_range_state.repository''number_range_type' => 'number_range_type.repository''number_range_type_translation' => 'number_range_type_translation.repository''number_range_translation' => 'number_range_translation.repository''tag' => 'tag.repository''category' => 'category.repository''category_translation' => 'category_translation.repository''category_tag' => 'category_tag.repository''media' => 'media.repository''media_default_folder' => 'media_default_folder.repository''media_thumbnail' => 'media_thumbnail.repository''media_translation' => 'media_translation.repository''media_folder' => 'media_folder.repository''media_thumbnail_size' => 'media_thumbnail_size.repository''media_folder_configuration' => 'media_folder_configuration.repository''media_folder_configuration_media_thumbnail_size' => 'media_folder_configuration_media_thumbnail_size.repository''media_tag' => 'media_tag.repository''product' => 'product.repository''product_stream_mapping' => 'product_stream_mapping.repository''product_category' => 'product_category.repository''product_custom_field_set' => 'product_custom_field_set.repository''product_tag' => 'product_tag.repository''product_configurator_setting' => 'product_configurator_setting.repository''product_price' => 'product_price.repository''product_property' => 'product_property.repository''product_search_keyword' => 'product_search_keyword.repository''product_keyword_dictionary' => 'product_keyword_dictionary.repository''product_review' => 'product_review.repository''product_manufacturer' => 'product_manufacturer.repository''product_manufacturer_translation' => 'product_manufacturer_translation.repository''product_media' => 'product_media.repository''product_translation' => 'product_translation.repository''product_option' => 'product_option.repository''product_category_tree' => 'product_category_tree.repository''product_cross_selling' => 'product_cross_selling.repository''product_cross_selling_translation' => 'product_cross_selling_translation.repository''product_cross_selling_assigned_products' => 'product_cross_selling_assigned_products.repository''product_feature_set' => 'product_feature_set.repository''product_feature_set_translation' => 'product_feature_set_translation.repository''product_sorting' => 'product_sorting.repository''product_sorting_translation' => 'product_sorting_translation.repository''product_search_config' => 'product_search_config.repository''product_search_config_field' => 'product_search_config_field.repository''product_visibility' => 'product_visibility.repository''delivery_time' => 'delivery_time.repository''newsletter_recipient' => 'newsletter_recipient.repository''newsletter_recipient_tag' => 'newsletter_recipient_tag.repository''rule' => 'rule.repository''rule_condition' => 'rule_condition.repository''rule_tag' => 'rule_tag.repository''product_stream' => 'product_stream.repository''product_stream_translation' => 'product_stream_translation.repository''product_stream_filter' => 'product_stream_filter.repository''product_export' => 'product_export.repository''property_group' => 'property_group.repository''property_group_option' => 'property_group_option.repository''property_group_option_translation' => 'property_group_option_translation.repository''property_group_translation' => 'property_group_translation.repository''cms_page' => 'cms_page.repository''cms_page_translation' => 'cms_page_translation.repository''cms_section' => 'cms_section.repository''cms_block' => 'cms_block.repository''cms_slot' => 'cms_slot.repository''cms_slot_translation' => 'cms_slot_translation.repository''mail_template' => 'mail_template.repository''mail_template_translation' => 'mail_template_translation.repository''mail_template_type' => 'mail_template_type.repository''mail_template_type_translation' => 'mail_template_type_translation.repository''mail_template_media' => 'mail_template_media.repository''mail_header_footer' => 'mail_header_footer.repository''mail_header_footer_translation' => 'mail_header_footer_translation.repository''delivery_time_translation' => 'delivery_time_translation.repository''import_export_profile' => 'import_export_profile.repository''import_export_log' => 'import_export_log.repository''import_export_file' => 'import_export_file.repository''import_export_profile_translation' => 'import_export_profile_translation.repository''landing_page' => 'landing_page.repository''landing_page_translation' => 'landing_page_translation.repository''landing_page_tag' => 'landing_page_tag.repository''landing_page_sales_channel' => 'landing_page_sales_channel.repository''flow' => 'flow.repository''flow_sequence' => 'flow_sequence.repository''customer' => 'customer.repository''customer_group_translation' => 'customer_group_translation.repository''customer_address' => 'customer_address.repository''customer_recovery' => 'customer_recovery.repository''customer_group' => 'customer_group.repository''customer_group_registration_sales_channels' => 'customer_group_registration_sales_channels.repository''customer_tag' => 'customer_tag.repository''customer_wishlist' => 'customer_wishlist.repository''customer_wishlist_product' => 'customer_wishlist_product.repository''document' => 'document.repository''document_type' => 'document_type.repository''document_type_translation' => 'document_type_translation.repository''document_base_config' => 'document_base_config.repository''document_base_config_sales_channel' => 'document_base_config_sales_channel.repository''order' => 'order.repository''order_address' => 'order_address.repository''order_customer' => 'order_customer.repository''order_delivery' => 'order_delivery.repository''order_delivery_position' => 'order_delivery_position.repository''order_line_item' => 'order_line_item.repository''order_tag' => 'order_tag.repository''order_transaction' => 'order_transaction.repository''order_transaction_capture' => 'order_transaction_capture.repository''order_transaction_capture_refund' => 'order_transaction_capture_refund.repository''order_transaction_capture_refund_position' => 'order_transaction_capture_refund_position.repository''payment_method' => 'payment_method.repository''payment_method_translation' => 'payment_method_translation.repository''promotion' => 'promotion.repository''promotion_sales_channel' => 'promotion_sales_channel.repository''promotion_individual_code' => 'promotion_individual_code.repository''promotion_discount' => 'promotion_discount.repository''promotion_discount_rule' => 'promotion_discount_rule.repository''promotion_setgroup' => 'promotion_setgroup.repository''promotion_setgroup_rule' => 'promotion_setgroup_rule.repository''promotion_order_rule' => 'promotion_order_rule.repository''promotion_persona_customer' => 'promotion_persona_customer.repository''promotion_persona_rule' => 'promotion_persona_rule.repository''promotion_cart_rule' => 'promotion_cart_rule.repository''promotion_translation' => 'promotion_translation.repository''promotion_discount_prices' => 'promotion_discount_prices.repository''shipping_method' => 'shipping_method.repository''shipping_method_tag' => 'shipping_method_tag.repository''shipping_method_price' => 'shipping_method_price.repository''shipping_method_translation' => 'shipping_method_translation.repository''app_administration_snippet' => 'app_administration_snippet.repository''notification' => 'notification.repository''theme' => 'theme.repository''theme_translation' => 'theme_translation.repository''theme_sales_channel' => 'theme_sales_channel.repository''theme_media' => 'theme_media.repository''theme_child' => 'theme_child.repository''neti_order_fields_order_attributes' => 'neti_order_fields_order_attributes.repository''neti_order_fields_order_attributes_val' => 'neti_order_fields_order_attributes_val.repository''neti_order_fields' => 'neti_order_fields.repository''neti_order_fields_translation' => 'neti_order_fields_translation.repository''neti_order_fields_val' => 'neti_order_fields_val.repository''neti_order_fields_val_translation' => 'neti_order_fields_val_translation.repository''neti_order_fields_customer_group' => 'neti_order_fields_customer_group.repository']);
  6031.     }
  6032.     /**
  6033.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory' shared service.
  6034.      *
  6035.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Event\EntityLoadedEventFactory
  6036.      */
  6037.     protected function getEntityLoadedEventFactoryService()
  6038.     {
  6039.         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()));
  6040.     }
  6041.     /**
  6042.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry' shared service.
  6043.      *
  6044.      * @return \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry
  6045.      */
  6046.     protected function getExtensionRegistryService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php';
  6049.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\ExtensionRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry(new RewindableGenerator(function () {
  6050.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\IntegrationExtension'] = new \Shopware\Administration\Notification\Extension\IntegrationExtension()));
  6051.             yield => ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] ?? ($this->privates['Shopware\\Administration\\Notification\\Extension\\UserExtension'] = new \Shopware\Administration\Notification\Extension\UserExtension()));
  6052.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\SalesChannelExtension'] = new \Shopware\Storefront\Theme\Extension\SalesChannelExtension()));
  6053.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\LanguageExtension'] = new \Shopware\Storefront\Theme\Extension\LanguageExtension()));
  6054.             yield => ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] ?? ($this->privates['Shopware\\Storefront\\Theme\\Extension\\MediaExtension'] = new \Shopware\Storefront\Theme\Extension\MediaExtension()));
  6055.             yield => ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\OrderExtensionDefinition'] ?? ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\OrderExtensionDefinition'] = new \NetInventors\NetiNextOrderFields\Core\Content\Order\OrderExtensionDefinition()));
  6056.             yield => ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsExtensionDefinition'] ?? ($this->privates['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsExtensionDefinition'] = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsExtensionDefinition()));
  6057.         }, 7));
  6058.     }
  6059.     /**
  6060.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory' shared service.
  6061.      *
  6062.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryFacadeHookFactory
  6063.      */
  6064.     protected function getRepositoryFacadeHookFactoryService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryFacadeHookFactory.php';
  6068.         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()));
  6069.     }
  6070.     /**
  6071.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory' shared service.
  6072.      *
  6073.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\RepositoryWriterFacadeHookFactory
  6074.      */
  6075.     protected function getRepositoryWriterFacadeHookFactoryService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/RepositoryWriterFacadeHookFactory.php';
  6079.         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()));
  6080.     }
  6081.     /**
  6082.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory' shared service.
  6083.      *
  6084.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\SalesChannelRepositoryFacadeHookFactory
  6085.      */
  6086.     protected function getSalesChannelRepositoryFacadeHookFactoryService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/SalesChannelRepositoryFacadeHookFactory.php';
  6090.         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()));
  6091.     }
  6092.     /**
  6093.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer' shared service.
  6094.      *
  6095.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer
  6096.      */
  6097.     protected function getBlobFieldSerializerService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BlobFieldSerializer.php';
  6101.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\BlobFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BlobFieldSerializer();
  6102.     }
  6103.     /**
  6104.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer' shared service.
  6105.      *
  6106.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\BoolFieldSerializer
  6107.      */
  6108.     protected function getBoolFieldSerializerService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/BoolFieldSerializer.php';
  6113.         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()));
  6114.     }
  6115.     /**
  6116.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer' shared service.
  6117.      *
  6118.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CalculatedPriceFieldSerializer
  6119.      */
  6120.     protected function getCalculatedPriceFieldSerializerService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializer.php';
  6126.         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()));
  6127.     }
  6128.     /**
  6129.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer' shared service.
  6130.      *
  6131.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CartPriceFieldSerializer
  6132.      */
  6133.     protected function getCartPriceFieldSerializerService()
  6134.     {
  6135.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CartPriceFieldSerializer.php';
  6139.         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()));
  6140.     }
  6141.     /**
  6142.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer' shared service.
  6143.      *
  6144.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CashRoundingConfigFieldSerializer
  6145.      */
  6146.     protected function getCashRoundingConfigFieldSerializerService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CashRoundingConfigFieldSerializer.php';
  6152.         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()));
  6153.     }
  6154.     /**
  6155.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer' shared service.
  6156.      *
  6157.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ConfigJsonFieldSerializer
  6158.      */
  6159.     protected function getConfigJsonFieldSerializerService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ConfigJsonFieldSerializer.php';
  6165.         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()));
  6166.     }
  6167.     /**
  6168.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer' shared service.
  6169.      *
  6170.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedAtFieldSerializer
  6171.      */
  6172.     protected function getCreatedAtFieldSerializerService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedAtFieldSerializer.php';
  6178.         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()));
  6179.     }
  6180.     /**
  6181.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer' shared service.
  6182.      *
  6183.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CreatedByFieldSerializer
  6184.      */
  6185.     protected function getCreatedByFieldSerializerService()
  6186.     {
  6187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializer.php';
  6191.         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()));
  6192.     }
  6193.     /**
  6194.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer' shared service.
  6195.      *
  6196.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\CustomFieldsSerializer
  6197.      */
  6198.     protected function getCustomFieldsSerializerService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/CustomFieldsSerializer.php';
  6204.         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()));
  6205.     }
  6206.     /**
  6207.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer' shared service.
  6208.      *
  6209.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateFieldSerializer
  6210.      */
  6211.     protected function getDateFieldSerializerService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateFieldSerializer.php';
  6216.         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()));
  6217.     }
  6218.     /**
  6219.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer' shared service.
  6220.      *
  6221.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\DateTimeFieldSerializer
  6222.      */
  6223.     protected function getDateTimeFieldSerializerService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6228.         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()));
  6229.     }
  6230.     /**
  6231.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer' shared service.
  6232.      *
  6233.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\EmailFieldSerializer
  6234.      */
  6235.     protected function getEmailFieldSerializerService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/EmailFieldSerializer.php';
  6240.         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()));
  6241.     }
  6242.     /**
  6243.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer' shared service.
  6244.      *
  6245.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FkFieldSerializer
  6246.      */
  6247.     protected function getFkFieldSerializerService()
  6248.     {
  6249.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6252.         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()));
  6253.     }
  6254.     /**
  6255.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer' shared service.
  6256.      *
  6257.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FloatFieldSerializer
  6258.      */
  6259.     protected function getFloatFieldSerializerService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FloatFieldSerializer.php';
  6264.         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()));
  6265.     }
  6266.     /**
  6267.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer' shared service.
  6268.      *
  6269.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IdFieldSerializer
  6270.      */
  6271.     protected function getIdFieldSerializerService()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializer.php';
  6276.         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()));
  6277.     }
  6278.     /**
  6279.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer' shared service.
  6280.      *
  6281.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\IntFieldSerializer
  6282.      */
  6283.     protected function getIntFieldSerializerService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/IntFieldSerializer.php';
  6288.         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()));
  6289.     }
  6290.     /**
  6291.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer' shared service.
  6292.      *
  6293.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\JsonFieldSerializer
  6294.      */
  6295.     protected function getJsonFieldSerializerService()
  6296.     {
  6297.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6300.         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()));
  6301.     }
  6302.     /**
  6303.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer' shared service.
  6304.      *
  6305.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListFieldSerializer
  6306.      */
  6307.     protected function getListFieldSerializerService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ListFieldSerializer.php';
  6312.         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()));
  6313.     }
  6314.     /**
  6315.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer' shared service.
  6316.      *
  6317.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\LongTextFieldSerializer
  6318.      */
  6319.     protected function getLongTextFieldSerializerService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/LongTextFieldSerializer.php';
  6324.         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()));
  6325.     }
  6326.     /**
  6327.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer' shared service.
  6328.      *
  6329.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToManyAssociationFieldSerializer
  6330.      */
  6331.     protected function getManyToManyAssociationFieldSerializerService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializer.php';
  6335.         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()));
  6336.     }
  6337.     /**
  6338.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer' shared service.
  6339.      *
  6340.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ManyToOneAssociationFieldSerializer
  6341.      */
  6342.     protected function getManyToOneAssociationFieldSerializerService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ManyToOneAssociationFieldSerializer.php';
  6346.         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()));
  6347.     }
  6348.     /**
  6349.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer' shared service.
  6350.      *
  6351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToManyAssociationFieldSerializer
  6352.      */
  6353.     protected function getOneToManyAssociationFieldSerializerService()
  6354.     {
  6355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToManyAssociationFieldSerializer.php';
  6357.         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()));
  6358.     }
  6359.     /**
  6360.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer' shared service.
  6361.      *
  6362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\OneToOneAssociationFieldSerializer
  6363.      */
  6364.     protected function getOneToOneAssociationFieldSerializerService()
  6365.     {
  6366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/OneToOneAssociationFieldSerializer.php';
  6368.         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()));
  6369.     }
  6370.     /**
  6371.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer' shared service.
  6372.      *
  6373.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer
  6374.      */
  6375.     protected function getPHPUnserializeFieldSerializerService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PHPUnserializeFieldSerializer.php';
  6380.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\PHPUnserializeFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PHPUnserializeFieldSerializer();
  6381.     }
  6382.     /**
  6383.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer' shared service.
  6384.      *
  6385.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PasswordFieldSerializer
  6386.      */
  6387.     protected function getPasswordFieldSerializerService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializer.php';
  6392.         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()));
  6393.     }
  6394.     /**
  6395.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer' shared service.
  6396.      *
  6397.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceDefinitionFieldSerializer
  6398.      */
  6399.     protected function getPriceDefinitionFieldSerializerService()
  6400.     {
  6401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceDefinitionFieldSerializer.php';
  6405.         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()));
  6406.     }
  6407.     /**
  6408.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer' shared service.
  6409.      *
  6410.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer
  6411.      */
  6412.     protected function getPriceFieldSerializerService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializer.php';
  6417.         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()));
  6418.     }
  6419.     /**
  6420.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer' shared service.
  6421.      *
  6422.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer
  6423.      */
  6424.     protected function getReferenceVersionFieldSerializerService()
  6425.     {
  6426.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/ReferenceVersionFieldSerializer.php';
  6428.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\ReferenceVersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ReferenceVersionFieldSerializer();
  6429.     }
  6430.     /**
  6431.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer' shared service.
  6432.      *
  6433.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\RemoteAddressFieldSerializer
  6434.      */
  6435.     protected function getRemoteAddressFieldSerializerService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/RemoteAddressFieldSerializer.php';
  6440.         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()));
  6441.     }
  6442.     /**
  6443.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer' shared service.
  6444.      *
  6445.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StateMachineStateFieldSerializer
  6446.      */
  6447.     protected function getStateMachineStateFieldSerializerService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StateMachineStateFieldSerializer.php';
  6453.         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()));
  6454.     }
  6455.     /**
  6456.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer' shared service.
  6457.      *
  6458.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\StringFieldSerializer
  6459.      */
  6460.     protected function getStringFieldSerializerService()
  6461.     {
  6462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6464.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/StringFieldSerializer.php';
  6465.         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()));
  6466.     }
  6467.     /**
  6468.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer' shared service.
  6469.      *
  6470.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TaxFreeConfigFieldSerializer
  6471.      */
  6472.     protected function getTaxFreeConfigFieldSerializerService()
  6473.     {
  6474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/JsonFieldSerializer.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TaxFreeConfigFieldSerializer.php';
  6478.         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()));
  6479.     }
  6480.     /**
  6481.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer' shared service.
  6482.      *
  6483.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TimeZoneFieldSerializer
  6484.      */
  6485.     protected function getTimeZoneFieldSerializerService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TimeZoneFieldSerializer.php';
  6490.         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()));
  6491.     }
  6492.     /**
  6493.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer' shared service.
  6494.      *
  6495.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer
  6496.      */
  6497.     protected function getTranslatedFieldSerializerService()
  6498.     {
  6499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslatedFieldSerializer.php';
  6501.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\TranslatedFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslatedFieldSerializer();
  6502.     }
  6503.     /**
  6504.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer' shared service.
  6505.      *
  6506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\TranslationsAssociationFieldSerializer
  6507.      */
  6508.     protected function getTranslationsAssociationFieldSerializerService()
  6509.     {
  6510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/TranslationsAssociationFieldSerializer.php';
  6512.         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()));
  6513.     }
  6514.     /**
  6515.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer' shared service.
  6516.      *
  6517.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedAtFieldSerializer
  6518.      */
  6519.     protected function getUpdatedAtFieldSerializerService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/DateTimeFieldSerializer.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedAtFieldSerializer.php';
  6525.         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()));
  6526.     }
  6527.     /**
  6528.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer' shared service.
  6529.      *
  6530.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\UpdatedByFieldSerializer
  6531.      */
  6532.     protected function getUpdatedByFieldSerializerService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FkFieldSerializer.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSerializer.php';
  6538.         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()));
  6539.     }
  6540.     /**
  6541.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer' shared service.
  6542.      *
  6543.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VariantListingConfigFieldSerializer
  6544.      */
  6545.     protected function getVariantListingConfigFieldSerializerService()
  6546.     {
  6547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/AbstractFieldSerializer.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializer.php';
  6550.         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()));
  6551.     }
  6552.     /**
  6553.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer' shared service.
  6554.      *
  6555.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer
  6556.      */
  6557.     protected function getVersionDataPayloadFieldSerializerService()
  6558.     {
  6559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionDataPayloadFieldSerializer.php';
  6561.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionDataPayloadFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionDataPayloadFieldSerializer();
  6562.     }
  6563.     /**
  6564.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer' shared service.
  6565.      *
  6566.      * @return \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer
  6567.      */
  6568.     protected function getVersionFieldSerializerService()
  6569.     {
  6570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/FieldSerializerInterface.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/FieldSerializer/VersionFieldSerializer.php';
  6572.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldSerializer\\VersionFieldSerializer'] = new \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\VersionFieldSerializer();
  6573.     }
  6574.     /**
  6575.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry' shared service.
  6576.      *
  6577.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry
  6578.      */
  6579.     protected function getEntityIndexerRegistryService()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistry.php';
  6582.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] = new \Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry(new RewindableGenerator(function () {
  6583.             yield => ($this->privates['Shopware\\Core\\Content\\LandingPage\\DataAbstractionLayer\\LandingPageIndexer'] ?? $this->getLandingPageIndexerService());
  6584.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexer'] ?? $this->getProductIndexerService());
  6585.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerIndexer'] ?? $this->getCustomerIndexerService());
  6586.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexer'] ?? $this->getSalesChannelIndexerService());
  6587.             yield => ($this->privates['Shopware\\Core\\Content\\Category\\DataAbstractionLayer\\CategoryIndexer'] ?? $this->getCategoryIndexerService());
  6588.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexer'] ?? $this->getMediaIndexerService());
  6589.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderConfigurationIndexer'] ?? $this->getMediaFolderConfigurationIndexerService());
  6590.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaFolderIndexer'] ?? $this->getMediaFolderIndexerService());
  6591.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductStreamUpdater'] ?? $this->getProductStreamUpdaterService());
  6592.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\DataAbstractionLayer\\NewsletterRecipientIndexer'] ?? $this->getNewsletterRecipientIndexerService());
  6593.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  6594.             yield 11 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\DataAbstractionLayer\\ProductStreamIndexer'] ?? $this->getProductStreamIndexerService());
  6595.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  6596.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexer'] ?? $this->getPaymentMethodIndexerService());
  6597.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionIndexer'] ?? $this->getPromotionIndexerService());
  6598.             yield 15 => ($this->privates['Shopware\\Storefront\\Theme\\DataAbstractionLayer\\ThemeIndexer'] ?? $this->getThemeIndexerService());
  6599.         }, 16), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6600.     }
  6601.     /**
  6602.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface' shared service.
  6603.      *
  6604.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader
  6605.      */
  6606.     protected function getEntityReaderInterfaceService()
  6607.     {
  6608.         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()));
  6609.     }
  6610.     /**
  6611.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface' shared service.
  6612.      *
  6613.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator
  6614.      */
  6615.     protected function getEntityAggregatorInterfaceService()
  6616.     {
  6617.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6618.         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()));
  6619.     }
  6620.     /**
  6621.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface' shared service.
  6622.      *
  6623.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher
  6624.      */
  6625.     protected function getEntitySearcherInterfaceService()
  6626.     {
  6627.         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()));
  6628.     }
  6629.     /**
  6630.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\VersionManager' shared service.
  6631.      *
  6632.      * @return \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430
  6633.      */
  6634.     protected function getVersionManagerService()
  6635.     {
  6636.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService());
  6637.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] ?? $this->getVersionCommitDefinitionService());
  6638.         $c = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] ?? $this->getVersionDefinitionService());
  6639.         return $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] = new \Swag\Security\Fixes\NEXT23915\PatchedVersionManager6430(new \Shopware\Core\Framework\DataAbstractionLayer\VersionManager(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriter'] ?? $this->getEntityWriterService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), $a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\EntityWriteGatewayInterface'] ?? $this->getEntityWriteGatewayInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()), $b, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] ?? $this->getVersionCommitDataDefinitionService()), $c, ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService())), $a$b$c);
  6640.     }
  6641.     /**
  6642.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  6643.      *
  6644.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  6645.      */
  6646.     protected function getVersionCommitDataDefinitionService()
  6647.     {
  6648.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  6649.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6650.         return $instance;
  6651.     }
  6652.     /**
  6653.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  6654.      *
  6655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  6656.      */
  6657.     protected function getVersionCommitDefinitionService()
  6658.     {
  6659.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  6660.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6661.         return $instance;
  6662.     }
  6663.     /**
  6664.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  6665.      *
  6666.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  6667.      */
  6668.     protected function getVersionDefinitionService()
  6669.     {
  6670.         $this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  6671.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6672.         return $instance;
  6673.     }
  6674.     /**
  6675.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface' shared service.
  6676.      *
  6677.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityWriteGateway
  6678.      */
  6679.     protected function getEntityWriteGatewayInterfaceService()
  6680.     {
  6681.         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 () {
  6682.             yield => ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\Language\\LanguageExceptionHandler'] = new \Shopware\Core\System\Language\LanguageExceptionHandler()));
  6683.             yield => ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\SalesChannelExceptionHandler'] = new \Shopware\Core\System\SalesChannel\SalesChannelExceptionHandler()));
  6684.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductExceptionHandler'] = new \Shopware\Core\Content\Product\DataAbstractionLayer\ProductExceptionHandler()));
  6685.             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()));
  6686.             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()));
  6687.             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()));
  6688.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\NewsletterExceptionHandler'] = new \Shopware\Core\Content\Newsletter\NewsletterExceptionHandler()));
  6689.             yield => ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Content\\ProductExport\\DataAbstractionLayer\\ProductExportExceptionHandler'] = new \Shopware\Core\Content\ProductExport\DataAbstractionLayer\ProductExportExceptionHandler()));
  6690.             yield => ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\DataAbstractionLayer\\CustomerWishlistProductExceptionHandler'] = new \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerWishlistProductExceptionHandler()));
  6691.             yield => ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] ?? ($this->privates['Shopware\\Core\\Checkout\\Order\\OrderExceptionHandler'] = new \Shopware\Core\Checkout\Order\OrderExceptionHandler()));
  6692.         }, 10)), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6693.     }
  6694.     /**
  6695.      * Gets the public 'Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter' shared service.
  6696.      *
  6697.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter
  6698.      */
  6699.     protected function getEntityWriterService()
  6700.     {
  6701.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  6702.         $b = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService());
  6703.         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));
  6704.     }
  6705.     /**
  6706.      * Gets the public 'Shopware\Core\Framework\Event\BusinessEventRegistry' shared service.
  6707.      *
  6708.      * @return \Shopware\Core\Framework\Event\BusinessEventRegistry
  6709.      */
  6710.     protected function getBusinessEventRegistryService()
  6711.     {
  6712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventRegistry.php';
  6713.         $this->services['Shopware\\Core\\Framework\\Event\\BusinessEventRegistry'] = $instance = new \Shopware\Core\Framework\Event\BusinessEventRegistry();
  6714.         $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']);
  6715.         return $instance;
  6716.     }
  6717.     /**
  6718.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  6719.      *
  6720.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  6721.      */
  6722.     protected function getEventActionRuleDefinitionService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  6725.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  6726.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6727.         return $instance;
  6728.     }
  6729.     /**
  6730.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  6731.      *
  6732.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  6733.      */
  6734.     protected function getEventActionSalesChannelDefinitionService()
  6735.     {
  6736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  6737.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  6738.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6739.         return $instance;
  6740.     }
  6741.     /**
  6742.      * Gets the public 'Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  6743.      *
  6744.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  6745.      */
  6746.     protected function getEventActionDefinitionService()
  6747.     {
  6748.         $this->services['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  6749.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6750.         return $instance;
  6751.     }
  6752.     /**
  6753.      * Gets the public 'Shopware\Core\Framework\Increment\Controller\IncrementApiController' shared service.
  6754.      *
  6755.      * @return \Shopware\Core\Framework\Increment\Controller\IncrementApiController
  6756.      */
  6757.     protected function getIncrementApiControllerService()
  6758.     {
  6759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/Controller/IncrementApiController.php';
  6760.         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()));
  6761.     }
  6762.     /**
  6763.      * Gets the public 'Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  6764.      *
  6765.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  6766.      */
  6767.     protected function getLogEntryDefinitionService()
  6768.     {
  6769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  6770.         $this->services['Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  6771.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6772.         return $instance;
  6773.     }
  6774.     /**
  6775.      * Gets the public 'Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController' shared service.
  6776.      *
  6777.      * @return \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController
  6778.      */
  6779.     protected function getConsumeMessagesControllerService()
  6780.     {
  6781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Api/ConsumeMessagesController.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/DispatchPcntlSignalListener.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/EarlyReturnMessagesListener.php';
  6785.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\Api\\ConsumeMessagesController'] = $instance = new \Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 20, ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService()), new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener(), new \Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener(), 'default''128M');
  6786.         $instance->setContainer($this);
  6787.         return $instance;
  6788.     }
  6789.     /**
  6790.      * Gets the public 'Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  6791.      *
  6792.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  6793.      */
  6794.     protected function getDeadMessageDefinitionService()
  6795.     {
  6796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  6797.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  6798.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the public 'Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  6803.      *
  6804.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  6805.      */
  6806.     protected function getMessageQueueStatsDefinitionService()
  6807.     {
  6808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  6809.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  6810.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6811.         return $instance;
  6812.     }
  6813.     /**
  6814.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController' shared service.
  6815.      *
  6816.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Api\ScheduledTaskController
  6817.      */
  6818.     protected function getScheduledTaskControllerService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Api/ScheduledTaskController.php';
  6821.         $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()));
  6822.         $instance->setContainer($this);
  6823.         return $instance;
  6824.     }
  6825.     /**
  6826.      * Gets the public 'Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  6827.      *
  6828.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  6829.      */
  6830.     protected function getScheduledTaskDefinitionService()
  6831.     {
  6832.         $this->services['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  6833.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6834.         return $instance;
  6835.     }
  6836.     /**
  6837.      * Gets the public 'Shopware\Core\Framework\Migration\Api\MigrationController' shared service.
  6838.      *
  6839.      * @return \Shopware\Core\Framework\Migration\Api\MigrationController
  6840.      */
  6841.     protected function getMigrationControllerService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Api/MigrationController.php';
  6844.         $this->services['Shopware\\Core\\Framework\\Migration\\Api\\MigrationController'] = $instance = new \Shopware\Core\Framework\Migration\Api\MigrationController(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), '6.4.16.1');
  6845.         $instance->setContainer($this);
  6846.         return $instance;
  6847.     }
  6848.     /**
  6849.      * Gets the public 'Shopware\Core\Framework\Migration\IndexerQueuer' shared service.
  6850.      *
  6851.      * @return \Shopware\Core\Framework\Migration\IndexerQueuer
  6852.      */
  6853.     protected function getIndexerQueuerService()
  6854.     {
  6855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/IndexerQueuer.php';
  6856.         return $this->services['Shopware\\Core\\Framework\\Migration\\IndexerQueuer'] = new \Shopware\Core\Framework\Migration\IndexerQueuer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  6857.     }
  6858.     /**
  6859.      * Gets the public 'Shopware\Core\Framework\Migration\MigrationCollectionLoader' shared service.
  6860.      *
  6861.      * @return \Shopware\Core\Framework\Migration\MigrationCollectionLoader
  6862.      */
  6863.     protected function getMigrationCollectionLoaderService()
  6864.     {
  6865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationCollectionLoader.php';
  6866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationRuntime.php';
  6867.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  6868.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  6869.         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 () {
  6870.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core'] = new \Shopware\Core\Framework\Migration\MigrationSource('core')));
  6871.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] ?? $this->getMigrationSource_Core_V63Service());
  6872.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] ?? $this->getMigrationSource_Core_V64Service());
  6873.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] ?? $this->getMigrationSource_Core_V65Service());
  6874.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.null'] = new \Shopware\Core\Framework\Migration\MigrationSource('null', [])));
  6875.             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'])));
  6876.             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'])));
  6877.             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'])));
  6878.             yield => ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextOrderFields'] ?? ($this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource_NetiNextOrderFields'] = new \Shopware\Core\Framework\Migration\MigrationSource('NetiNextOrderFields', [(\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Migration') => 'NetInventors\\NetiNextOrderFields\\Migration'])));
  6879.         }, 9), $b);
  6880.     }
  6881.     /**
  6882.      * Gets the public 'Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  6883.      *
  6884.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  6885.      */
  6886.     protected function getPluginTranslationDefinitionService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  6890.         $this->services['Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  6891.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6892.         return $instance;
  6893.     }
  6894.     /**
  6895.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginCollection' shared service.
  6896.      *
  6897.      * @return \Shopware\Core\Framework\Plugin\KernelPluginCollection
  6898.      */
  6899.     protected function getKernelPluginCollectionService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginCollection.php';
  6902.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstances();
  6903.     }
  6904.     /**
  6905.      * Gets the public 'Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader' shared service.
  6906.      *
  6907.      * @return \Shopware\Core\Framework\Plugin\KernelPluginLoader\KernelPluginLoader
  6908.      */
  6909.     protected function getKernelPluginLoaderService()
  6910.     {
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/KernelPluginLoader.php';
  6916.         return $this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getPluginLoader();
  6917.     }
  6918.     /**
  6919.      * Gets the public 'Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  6920.      *
  6921.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  6922.      */
  6923.     protected function getPluginDefinitionService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  6926.         $this->services['Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  6927.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  6928.         return $instance;
  6929.     }
  6930.     /**
  6931.      * Gets the public 'Shopware\Core\Framework\Plugin\Util\PluginIdProvider' shared service.
  6932.      *
  6933.      * @return \Shopware\Core\Framework\Plugin\Util\PluginIdProvider
  6934.      */
  6935.     protected function getPluginIdProviderService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginIdProvider.php';
  6938.         return $this->services['Shopware\\Core\\Framework\\Plugin\\Util\\PluginIdProvider'] = new \Shopware\Core\Framework\Plugin\Util\PluginIdProvider(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  6939.     }
  6940.     /**
  6941.      * Gets the public 'Shopware\Core\Framework\Routing\CanonicalRedirectService' shared service.
  6942.      *
  6943.      * @return \Shopware\Core\Framework\Routing\CanonicalRedirectService
  6944.      */
  6945.     protected function getCanonicalRedirectServiceService()
  6946.     {
  6947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/CanonicalRedirectService.php';
  6948.         return $this->services['Shopware\\Core\\Framework\\Routing\\CanonicalRedirectService'] = new \Shopware\Core\Framework\Routing\CanonicalRedirectService(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  6949.     }
  6950.     /**
  6951.      * Gets the public 'Shopware\Core\Framework\Routing\RequestTransformerInterface' shared autowired service.
  6952.      *
  6953.      * @return \Shopware\Storefront\Framework\Routing\RequestTransformer
  6954.      */
  6955.     protected function getRequestTransformerInterfaceService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/RequestTransformer.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestTransformer.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/AbstractDomainLoader.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoader.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/DomainLoader.php';
  6963.         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())));
  6964.     }
  6965.     /**
  6966.      * Gets the public 'Shopware\Core\Framework\Rule\Api\RuleConfigController' shared service.
  6967.      *
  6968.      * @return \Shopware\Core\Framework\Rule\Api\RuleConfigController
  6969.      */
  6970.     protected function getRuleConfigControllerService()
  6971.     {
  6972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Api/RuleConfigController.php';
  6973.         $this->services['Shopware\\Core\\Framework\\Rule\\Api\\RuleConfigController'] = $instance = new \Shopware\Core\Framework\Rule\Api\RuleConfigController(new RewindableGenerator(function () {
  6974.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  6975.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  6976.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  6977.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  6978.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  6979.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  6980.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  6981.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  6982.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  6983.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  6984.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  6985.             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()));
  6986.             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()));
  6987.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  6988.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  6989.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  6990.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  6991.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  6992.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  6993.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  6994.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  6995.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  6996.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  6997.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  6998.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  6999.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  7000.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  7001.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  7002.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  7003.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  7004.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  7005.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  7006.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  7007.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  7008.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  7009.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  7010.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  7011.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  7012.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  7013.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  7014.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  7015.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  7016.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  7017.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  7018.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  7019.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  7020.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  7021.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  7022.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  7023.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  7024.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  7025.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  7026.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  7027.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  7028.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  7029.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  7030.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  7031.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  7032.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  7033.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  7034.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  7035.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  7036.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  7037.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  7038.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  7039.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  7040.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  7041.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  7042.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  7043.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  7044.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  7045.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  7046.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  7047.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  7048.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  7049.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  7050.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  7051.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  7052.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  7053.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  7054.         }, 80));
  7055.         $instance->setContainer($this);
  7056.         return $instance;
  7057.     }
  7058.     /**
  7059.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptApiRoute' shared service.
  7060.      *
  7061.      * @return \Shopware\Core\Framework\Script\Api\ScriptApiRoute
  7062.      */
  7063.     protected function getScriptApiRouteService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptApiRoute.php';
  7066.         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()));
  7067.     }
  7068.     /**
  7069.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory' shared service.
  7070.      *
  7071.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory
  7072.      */
  7073.     protected function getScriptResponseFactoryFacadeHookFactoryService()
  7074.     {
  7075.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseFactoryFacadeHookFactory.php';
  7077.         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()));
  7078.     }
  7079.     /**
  7080.      * Gets the public 'Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute' shared service.
  7081.      *
  7082.      * @return \Shopware\Core\Framework\Script\Api\ScriptStoreApiRoute
  7083.      */
  7084.     protected function getScriptStoreApiRouteService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptStoreApiRoute.php';
  7087.         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()));
  7088.     }
  7089.     /**
  7090.      * Gets the public 'Shopware\Core\Framework\Script\Execution\ScriptExecutor' shared service.
  7091.      *
  7092.      * @return \Shopware\Core\Framework\Script\Execution\ScriptExecutor
  7093.      */
  7094.     protected function getScriptExecutorService()
  7095.     {
  7096.         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()));
  7097.     }
  7098.     /**
  7099.      * Gets the public 'Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  7100.      *
  7101.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  7102.      */
  7103.     protected function getScriptDefinitionService()
  7104.     {
  7105.         $this->services['Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  7106.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7107.         return $instance;
  7108.     }
  7109.     /**
  7110.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController' shared service.
  7111.      *
  7112.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreActionsController
  7113.      */
  7114.     protected function getExtensionStoreActionsControllerService()
  7115.     {
  7116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreActionsController.php';
  7117.         $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()));
  7118.         $instance->setContainer($this);
  7119.         return $instance;
  7120.     }
  7121.     /**
  7122.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreDataController' shared service.
  7123.      *
  7124.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreDataController
  7125.      */
  7126.     protected function getExtensionStoreDataControllerService()
  7127.     {
  7128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreDataController.php';
  7129.         $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()));
  7130.         $instance->setContainer($this);
  7131.         return $instance;
  7132.     }
  7133.     /**
  7134.      * Gets the public 'Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController' shared service.
  7135.      *
  7136.      * @return \Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController
  7137.      */
  7138.     protected function getExtensionStoreLicensesControllerService()
  7139.     {
  7140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/ExtensionStoreLicensesController.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionStoreLicensesService.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionStoreLicensesService.php';
  7143.         $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())));
  7144.         $instance->setContainer($this);
  7145.         return $instance;
  7146.     }
  7147.     /**
  7148.      * Gets the public 'Shopware\Core\Framework\Store\Api\FirstRunWizardController' shared service.
  7149.      *
  7150.      * @return \Shopware\Core\Framework\Store\Api\FirstRunWizardController
  7151.      */
  7152.     protected function getFirstRunWizardControllerService()
  7153.     {
  7154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/FirstRunWizardController.php';
  7155.         $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()));
  7156.         $instance->setContainer($this);
  7157.         return $instance;
  7158.     }
  7159.     /**
  7160.      * Gets the public 'Shopware\Core\Framework\Store\Api\StoreController' shared service.
  7161.      *
  7162.      * @return \Shopware\Core\Framework\Store\Api\StoreController
  7163.      */
  7164.     protected function getStoreControllerService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Api/StoreController.php';
  7167.         $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()));
  7168.         $instance->setContainer($this);
  7169.         return $instance;
  7170.     }
  7171.     /**
  7172.      * Gets the public 'Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider' shared service.
  7173.      *
  7174.      * @return \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider
  7175.      */
  7176.     protected function getStoreRequestOptionsProviderService()
  7177.     {
  7178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/StoreRequestOptionsProvider.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  7181.         return $this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] = new \Shopware\Core\Framework\Store\Authentication\StoreRequestOptionsProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.16.1'$this->getEnv('INSTANCE_ID')))), ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()));
  7182.     }
  7183.     /**
  7184.      * Gets the public 'Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware' shared service.
  7185.      *
  7186.      * @return \Shopware\Core\Framework\Store\Services\ShopSecretInvalidMiddleware
  7187.      */
  7188.     protected function getShopSecretInvalidMiddlewareService()
  7189.     {
  7190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ShopSecretInvalidMiddleware.php';
  7192.         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()));
  7193.     }
  7194.     /**
  7195.      * Gets the public 'Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware' shared service.
  7196.      *
  7197.      * @return \Shopware\Core\Framework\Store\Services\StoreSessionExpiredMiddleware
  7198.      */
  7199.     protected function getStoreSessionExpiredMiddlewareService()
  7200.     {
  7201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7202.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreSessionExpiredMiddleware.php';
  7203.         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())));
  7204.     }
  7205.     /**
  7206.      * Gets the public 'Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware' shared service.
  7207.      *
  7208.      * @return \Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware
  7209.      */
  7210.     protected function getVerifyResponseSignatureMiddlewareService()
  7211.     {
  7212.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/MiddlewareInterface.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/VerifyResponseSignatureMiddleware.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7215.         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')]))));
  7216.     }
  7217.     /**
  7218.      * Gets the public 'Shopware\Core\Framework\Update\Api\UpdateController' shared service.
  7219.      *
  7220.      * @return \Shopware\Core\Framework\Update\Api\UpdateController
  7221.      */
  7222.     protected function getUpdateControllerService()
  7223.     {
  7224.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Api/UpdateController.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/ApiClient.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/UpdateApiHttpClientFactory.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/RequirementsValidator.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/PluginCompatibility.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/OpenSSLVerifier.php';
  7230.         $a = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  7231.         $this->services['Shopware\\Core\\Framework\\Update\\Api\\UpdateController'] = $instance = new \Shopware\Core\Framework\Update\Api\UpdateController(\dirname(__DIR__4), new \Shopware\Core\Framework\Update\Services\ApiClient('6.4.16.1'$a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\OpenSSLVerifier'] = new \Shopware\Core\Framework\Store\Services\OpenSSLVerifier([=> (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/public.key')]))), (new \Shopware\Core\Framework\Update\Services\UpdateApiHttpClientFactory($a))->__invoke(), true), new \Shopware\Core\Framework\Update\Services\RequirementsValidator(new RewindableGenerator(function () {
  7232.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] ?? ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\PhpVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\PhpVersionCheck()));
  7233.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\LicenseCheck'] ?? $this->getLicenseCheckService());
  7234.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\WriteableCheck'] ?? $this->getWriteableCheckService());
  7235.             yield => ($this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] ?? $this->getMysqlVersionCheckService());
  7236.         }, 4)), new \Shopware\Core\Framework\Update\Services\PluginCompatibility(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\AbstractExtensionDataProvider'] ?? $this->getAbstractExtensionDataProviderService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLifecycleService'] ?? $this->getExtensionLifecycleServiceService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), '6.4.16.1'$this->getEnv('bool:SHOPWARE_UPDATE_TEST'));
  7237.         $instance->setContainer($this);
  7238.         return $instance;
  7239.     }
  7240.     /**
  7241.      * Gets the public 'Shopware\Core\Framework\Util\HtmlSanitizer' shared service.
  7242.      *
  7243.      * @return \Shopware\Core\Framework\Util\HtmlSanitizer
  7244.      */
  7245.     protected function getHtmlSanitizerService()
  7246.     {
  7247.         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']);
  7248.     }
  7249.     /**
  7250.      * Gets the public 'Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  7251.      *
  7252.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  7253.      */
  7254.     protected function getWebhookEventLogDefinitionService()
  7255.     {
  7256.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  7257.         $this->services['Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  7258.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7259.         return $instance;
  7260.     }
  7261.     /**
  7262.      * Gets the public 'Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  7263.      *
  7264.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  7265.      */
  7266.     protected function getWebhookDefinitionService()
  7267.     {
  7268.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  7269.         $this->services['Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  7270.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7271.         return $instance;
  7272.     }
  7273.     /**
  7274.      * Gets the public 'Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator' shared autowired service.
  7275.      *
  7276.      * @return \Shopware\Core\Maintenance\SalesChannel\Service\SalesChannelCreator
  7277.      */
  7278.     protected function getSalesChannelCreatorService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Service/SalesChannelCreator.php';
  7281.         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()));
  7282.     }
  7283.     /**
  7284.      * Gets the public 'Shopware\Core\Maintenance\User\Service\UserProvisioner' shared autowired service.
  7285.      *
  7286.      * @return \Shopware\Core\Maintenance\User\Service\UserProvisioner
  7287.      */
  7288.     protected function getUserProvisionerService()
  7289.     {
  7290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Service/UserProvisioner.php';
  7291.         return $this->services['Shopware\\Core\\Maintenance\\User\\Service\\UserProvisioner'] = new \Shopware\Core\Maintenance\User\Service\UserProvisioner(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7292.     }
  7293.     /**
  7294.      * Gets the public 'Shopware\Core\Profiling\Profiler' shared service.
  7295.      *
  7296.      * @return \Shopware\Core\Profiling\Profiler
  7297.      */
  7298.     protected function getProfilerService()
  7299.     {
  7300.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Profiler.php';
  7301.         return $this->services['Shopware\\Core\\Profiling\\Profiler'] = new \Shopware\Core\Profiling\Profiler(new RewindableGenerator(function () {
  7302.             yield 'Symfony' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Stopwatch'] ?? $this->getStopwatchService());
  7303.             yield 'Tideways' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Tideways'] = new \Shopware\Core\Profiling\Integration\Tideways()));
  7304.             yield 'Datadog' => ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] ?? ($this->privates['Shopware\\Core\\Profiling\\Integration\\Datadog'] = new \Shopware\Core\Profiling\Integration\Datadog()));
  7305.         }, 3), $this->parameters['shopware.profiler.integrations']);
  7306.     }
  7307.     /**
  7308.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  7309.      *
  7310.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  7311.      */
  7312.     protected function getCountryStateTranslationDefinitionService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  7316.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  7317.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7318.         return $instance;
  7319.     }
  7320.     /**
  7321.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition' shared service.
  7322.      *
  7323.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition
  7324.      */
  7325.     protected function getCountryStateDefinitionService()
  7326.     {
  7327.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\CountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\CountryStateDefinition();
  7328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7329.         return $instance;
  7330.     }
  7331.     /**
  7332.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition' shared service.
  7333.      *
  7334.      * @return \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition
  7335.      */
  7336.     protected function getSalesChannelCountryStateDefinitionService()
  7337.     {
  7338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryState/SalesChannel/SalesChannelCountryStateDefinition.php';
  7339.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryState\SalesChannel\SalesChannelCountryStateDefinition();
  7340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7341.         return $instance;
  7342.     }
  7343.     /**
  7344.      * Gets the public 'Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  7345.      *
  7346.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  7347.      */
  7348.     protected function getCountryTranslationDefinitionService()
  7349.     {
  7350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  7352.         $this->services['Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  7353.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7354.         return $instance;
  7355.     }
  7356.     /**
  7357.      * Gets the public 'Shopware\Core\System\Country\CountryDefinition' shared service.
  7358.      *
  7359.      * @return \Shopware\Core\System\Country\CountryDefinition
  7360.      */
  7361.     protected function getCountryDefinitionService()
  7362.     {
  7363.         $this->services['Shopware\\Core\\System\\Country\\CountryDefinition'] = $instance = new \Shopware\Core\System\Country\CountryDefinition();
  7364.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7365.         return $instance;
  7366.     }
  7367.     /**
  7368.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryRoute' shared service.
  7369.      *
  7370.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryRoute
  7371.      */
  7372.     protected function getCachedCountryRouteService()
  7373.     {
  7374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryRoute.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryRoute.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryRoute.php';
  7377.         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()), []);
  7378.     }
  7379.     /**
  7380.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute' shared service.
  7381.      *
  7382.      * @return \Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute
  7383.      */
  7384.     protected function getCachedCountryStateRouteService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/AbstractCountryStateRoute.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CachedCountryStateRoute.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/CountryStateRoute.php';
  7389.         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()), []);
  7390.     }
  7391.     /**
  7392.      * Gets the public 'Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition' shared service.
  7393.      *
  7394.      * @return \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition
  7395.      */
  7396.     protected function getSalesChannelCountryDefinitionService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/SalesChannel/SalesChannelCountryDefinition.php';
  7399.         $this->services['Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\Country\SalesChannel\SalesChannelCountryDefinition();
  7400.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7401.         return $instance;
  7402.     }
  7403.     /**
  7404.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  7405.      *
  7406.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  7407.      */
  7408.     protected function getCurrencyCountryRoundingDefinitionService()
  7409.     {
  7410.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  7411.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7412.         return $instance;
  7413.     }
  7414.     /**
  7415.      * Gets the public 'Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  7416.      *
  7417.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  7418.      */
  7419.     protected function getCurrencyTranslationDefinitionService()
  7420.     {
  7421.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  7423.         $this->services['Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  7424.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7425.         return $instance;
  7426.     }
  7427.     /**
  7428.      * Gets the public 'Shopware\Core\System\Currency\CurrencyDefinition' shared service.
  7429.      *
  7430.      * @return \Shopware\Core\System\Currency\CurrencyDefinition
  7431.      */
  7432.     protected function getCurrencyDefinitionService()
  7433.     {
  7434.         $this->services['Shopware\\Core\\System\\Currency\\CurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\CurrencyDefinition();
  7435.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7436.         return $instance;
  7437.     }
  7438.     /**
  7439.      * Gets the public 'Shopware\Core\System\Currency\CurrencyFormatter' shared service.
  7440.      *
  7441.      * @return \Shopware\Core\System\Currency\CurrencyFormatter
  7442.      */
  7443.     protected function getCurrencyFormatterService()
  7444.     {
  7445.         return $this->services['Shopware\\Core\\System\\Currency\\CurrencyFormatter'] = new \Shopware\Core\System\Currency\CurrencyFormatter(($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  7446.     }
  7447.     /**
  7448.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute' shared service.
  7449.      *
  7450.      * @return \Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute
  7451.      */
  7452.     protected function getCachedCurrencyRouteService()
  7453.     {
  7454.         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()), []);
  7455.     }
  7456.     /**
  7457.      * Gets the public 'Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition' shared service.
  7458.      *
  7459.      * @return \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition
  7460.      */
  7461.     protected function getSalesChannelCurrencyDefinitionService()
  7462.     {
  7463.         $this->services['Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\Currency\SalesChannel\SalesChannelCurrencyDefinition();
  7464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7465.         return $instance;
  7466.     }
  7467.     /**
  7468.      * Gets the public 'Shopware\Core\System\CustomEntity\Api\CustomEntityApiController' shared service.
  7469.      *
  7470.      * @return \Shopware\Core\System\CustomEntity\Api\CustomEntityApiController
  7471.      */
  7472.     protected function getCustomEntityApiControllerService()
  7473.     {
  7474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Controller/ApiController.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Api/CustomEntityApiController.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityProtection/EntityProtectionValidator.php';
  7477.         $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()));
  7478.         $instance->setContainer($this);
  7479.         return $instance;
  7480.     }
  7481.     /**
  7482.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityDefinition' shared service.
  7483.      *
  7484.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  7485.      */
  7486.     protected function getCustomEntityDefinitionService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  7489.         $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  7490.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7491.         return $instance;
  7492.     }
  7493.     /**
  7494.      * Gets the public 'Shopware\Core\System\CustomEntity\CustomEntityRegistrar' shared service.
  7495.      *
  7496.      * @return \Shopware\Core\System\CustomEntity\CustomEntityRegistrar
  7497.      */
  7498.     protected function getCustomEntityRegistrarService()
  7499.     {
  7500.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityRegistrar.php';
  7501.         return $this->services['Shopware\\Core\\System\\CustomEntity\\CustomEntityRegistrar'] = new \Shopware\Core\System\CustomEntity\CustomEntityRegistrar($this);
  7502.     }
  7503.     /**
  7504.      * Gets the public 'Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater' shared service.
  7505.      *
  7506.      * @return \Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater
  7507.      */
  7508.     protected function getCustomEntitySchemaUpdaterService()
  7509.     {
  7510.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntitySchemaUpdater.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/SchemaUpdater.php';
  7512.         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());
  7513.     }
  7514.     /**
  7515.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  7516.      *
  7517.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  7518.      */
  7519.     protected function getCustomFieldSetRelationDefinitionService()
  7520.     {
  7521.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  7522.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  7523.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7524.         return $instance;
  7525.     }
  7526.     /**
  7527.      * Gets the public 'Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  7528.      *
  7529.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  7530.      */
  7531.     protected function getCustomFieldSetDefinitionService()
  7532.     {
  7533.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  7534.         $this->services['Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  7535.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7536.         return $instance;
  7537.     }
  7538.     /**
  7539.      * Gets the public 'Shopware\Core\System\CustomField\Api\CustomFieldSetActionController' shared service.
  7540.      *
  7541.      * @return \Shopware\Core\System\CustomField\Api\CustomFieldSetActionController
  7542.      */
  7543.     protected function getCustomFieldSetActionControllerService()
  7544.     {
  7545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Api/CustomFieldSetActionController.php';
  7546.         $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()));
  7547.         $instance->setContainer($this);
  7548.         return $instance;
  7549.     }
  7550.     /**
  7551.      * Gets the public 'Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  7552.      *
  7553.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  7554.      */
  7555.     protected function getCustomFieldDefinitionService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  7558.         $this->services['Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  7559.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the public 'Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  7564.      *
  7565.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  7566.      */
  7567.     protected function getDeliveryTimeTranslationDefinitionService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  7571.         $this->services['Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  7572.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7573.         return $instance;
  7574.     }
  7575.     /**
  7576.      * Gets the public 'Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  7577.      *
  7578.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  7579.      */
  7580.     protected function getDeliveryTimeDefinitionService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  7583.         $this->services['Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  7584.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7585.         return $instance;
  7586.     }
  7587.     /**
  7588.      * Gets the public 'Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  7589.      *
  7590.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  7591.      */
  7592.     protected function getIntegrationRoleDefinitionService()
  7593.     {
  7594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  7595.         $this->services['Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  7596.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7597.         return $instance;
  7598.     }
  7599.     /**
  7600.      * Gets the public 'Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  7601.      *
  7602.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  7603.      */
  7604.     protected function getIntegrationDefinitionService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  7607.         $this->services['Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  7608.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7609.         return $instance;
  7610.     }
  7611.     /**
  7612.      * Gets the public 'Shopware\Core\System\Language\LanguageDefinition' shared service.
  7613.      *
  7614.      * @return \Shopware\Core\System\Language\LanguageDefinition
  7615.      */
  7616.     protected function getLanguageDefinitionService()
  7617.     {
  7618.         $this->services['Shopware\\Core\\System\\Language\\LanguageDefinition'] = $instance = new \Shopware\Core\System\Language\LanguageDefinition();
  7619.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7620.         return $instance;
  7621.     }
  7622.     /**
  7623.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute' shared service.
  7624.      *
  7625.      * @return \Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute
  7626.      */
  7627.     protected function getCachedLanguageRouteService()
  7628.     {
  7629.         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()), []);
  7630.     }
  7631.     /**
  7632.      * Gets the public 'Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition' shared service.
  7633.      *
  7634.      * @return \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition
  7635.      */
  7636.     protected function getSalesChannelLanguageDefinitionService()
  7637.     {
  7638.         $this->services['Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\Language\SalesChannel\SalesChannelLanguageDefinition();
  7639.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7640.         return $instance;
  7641.     }
  7642.     /**
  7643.      * Gets the public 'Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  7644.      *
  7645.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  7646.      */
  7647.     protected function getLocaleTranslationDefinitionService()
  7648.     {
  7649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  7651.         $this->services['Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  7652.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7653.         return $instance;
  7654.     }
  7655.     /**
  7656.      * Gets the public 'Shopware\Core\System\Locale\LocaleDefinition' shared service.
  7657.      *
  7658.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  7659.      */
  7660.     protected function getLocaleDefinitionService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  7663.         $this->services['Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  7664.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7665.         return $instance;
  7666.     }
  7667.     /**
  7668.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  7669.      *
  7670.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  7671.      */
  7672.     protected function getNumberRangeSalesChannelDefinitionService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  7675.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  7676.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7677.         return $instance;
  7678.     }
  7679.     /**
  7680.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  7681.      *
  7682.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  7683.      */
  7684.     protected function getNumberRangeStateDefinitionService()
  7685.     {
  7686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  7687.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  7688.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7689.         return $instance;
  7690.     }
  7691.     /**
  7692.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  7693.      *
  7694.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  7695.      */
  7696.     protected function getNumberRangeTranslationDefinitionService()
  7697.     {
  7698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  7700.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  7701.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7702.         return $instance;
  7703.     }
  7704.     /**
  7705.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  7706.      *
  7707.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  7708.      */
  7709.     protected function getNumberRangeTypeTranslationDefinitionService()
  7710.     {
  7711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  7713.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  7714.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7715.         return $instance;
  7716.     }
  7717.     /**
  7718.      * Gets the public 'Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  7719.      *
  7720.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  7721.      */
  7722.     protected function getNumberRangeTypeDefinitionService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  7725.         $this->services['Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  7726.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7727.         return $instance;
  7728.     }
  7729.     /**
  7730.      * Gets the public 'Shopware\Core\System\NumberRange\Api\NumberRangeController' shared service.
  7731.      *
  7732.      * @return \Shopware\Core\System\NumberRange\Api\NumberRangeController
  7733.      */
  7734.     protected function getNumberRangeControllerService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Api/NumberRangeController.php';
  7737.         $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()));
  7738.         $instance->setContainer($this);
  7739.         return $instance;
  7740.     }
  7741.     /**
  7742.      * Gets the public 'Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  7743.      *
  7744.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  7745.      */
  7746.     protected function getNumberRangeDefinitionService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  7749.         $this->services['Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  7750.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7751.         return $instance;
  7752.     }
  7753.     /**
  7754.      * Gets the public 'Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface' shared service.
  7755.      *
  7756.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGenerator
  7757.      */
  7758.     protected function getNumberRangeValueGeneratorInterfaceService()
  7759.     {
  7760.         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 () {
  7761.             yield => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\ValueGeneratorPatternIncrement'] ?? $this->getValueGeneratorPatternIncrementService());
  7762.             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()));
  7763.         }, 2)), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  7764.     }
  7765.     /**
  7766.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  7767.      *
  7768.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  7769.      */
  7770.     protected function getSalesChannelAnalyticsDefinitionService()
  7771.     {
  7772.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  7773.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  7774.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7775.         return $instance;
  7776.     }
  7777.     /**
  7778.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  7779.      *
  7780.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  7781.      */
  7782.     protected function getSalesChannelCountryDefinition2Service()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  7785.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  7786.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7787.         return $instance;
  7788.     }
  7789.     /**
  7790.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  7791.      *
  7792.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  7793.      */
  7794.     protected function getSalesChannelCurrencyDefinition2Service()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  7797.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  7798.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7799.         return $instance;
  7800.     }
  7801.     /**
  7802.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  7803.      *
  7804.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  7805.      */
  7806.     protected function getSalesChannelDomainDefinitionService()
  7807.     {
  7808.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  7809.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7810.         return $instance;
  7811.     }
  7812.     /**
  7813.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  7814.      *
  7815.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  7816.      */
  7817.     protected function getSalesChannelLanguageDefinition2Service()
  7818.     {
  7819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  7820.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  7821.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7822.         return $instance;
  7823.     }
  7824.     /**
  7825.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  7826.      *
  7827.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  7828.      */
  7829.     protected function getSalesChannelPaymentMethodDefinition2Service()
  7830.     {
  7831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  7832.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  7833.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7834.         return $instance;
  7835.     }
  7836.     /**
  7837.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  7838.      *
  7839.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  7840.      */
  7841.     protected function getSalesChannelShippingMethodDefinition2Service()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  7844.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  7845.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7846.         return $instance;
  7847.     }
  7848.     /**
  7849.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  7850.      *
  7851.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  7852.      */
  7853.     protected function getSalesChannelTranslationDefinitionService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  7857.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  7858.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7859.         return $instance;
  7860.     }
  7861.     /**
  7862.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  7863.      *
  7864.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  7865.      */
  7866.     protected function getSalesChannelTypeTranslationDefinitionService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  7870.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  7871.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7872.         return $instance;
  7873.     }
  7874.     /**
  7875.      * Gets the public 'Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  7876.      *
  7877.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  7878.      */
  7879.     protected function getSalesChannelTypeDefinitionService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  7882.         $this->services['Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  7883.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7884.         return $instance;
  7885.     }
  7886.     /**
  7887.      * Gets the public 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory' shared service.
  7888.      *
  7889.      * @return \Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory
  7890.      */
  7891.     protected function getSalesChannelContextFactoryService()
  7892.     {
  7893.         $a = ($this->services['customer_group.repository'] ?? $this->getCustomerGroup_RepositoryService());
  7894.         $b = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  7895.         $c = ($this->services['currency_country_rounding.repository'] ?? $this->getCurrencyCountryRounding_RepositoryService());
  7896.         $d = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  7897.         $e = ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheTracer'] ?? $this->getCacheTracerService());
  7898.         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 () {
  7899.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\EntireCountryRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\EntireCountryRuleTypeFilter()));
  7900.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\IndividualStatesRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\IndividualStatesRuleTypeFilter()));
  7901.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRangeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRangeRuleTypeFilter()));
  7902.             yield => ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] ?? ($this->privates['Shopware\\Core\\System\\Tax\\TaxRuleType\\ZipCodeRuleTypeFilter'] = new \Shopware\Core\System\Tax\TaxRuleType\ZipCodeRuleTypeFilter()));
  7903.         }, 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);
  7904.     }
  7905.     /**
  7906.      * Gets the public 'Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry' shared service.
  7907.      *
  7908.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry
  7909.      */
  7910.     protected function getSalesChannelDefinitionInstanceRegistryService()
  7911.     {
  7912.         return $this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] = new \Shopware\Core\System\SalesChannel\Entity\SalesChannelDefinitionInstanceRegistry('sales_channel_definition.'$this, ['log_entry' => 'Shopware\\Core\\Framework\\Log\\LogEntryDefinition''acl_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition''acl_user_role' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''user_role_acl' => 'Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition''app' => 'Shopware\\Core\\Framework\\App\\AppDefinition''app_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition''app_action_button' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition''app_action_button_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition''app_template' => 'Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition''app_payment_method' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition''app_script_condition' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition''app_script_condition_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition''app_cms_block' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition''app_cms_block_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition''app_flow_action' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition''app_flow_action_translation' => 'Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition''custom_field' => 'Shopware\\Core\\System\\CustomField\\CustomFieldDefinition''custom_field_set' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition''custom_field_set_relation' => 'Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition''version' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition''version_commit' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition''version_commit_data' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition''event_action' => 'Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition''event_action_rule' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition''event_action_sales_channel' => 'Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition''dead_message' => 'Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition''message_queue_stats' => 'Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition''plugin' => 'Shopware\\Core\\Framework\\Plugin\\PluginDefinition''plugin_translation' => 'Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition''scheduled_task' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition''script' => 'Shopware\\Core\\Framework\\Script\\ScriptDefinition''language' => 'Shopware\\Core\\System\\Language\\SalesChannel\\SalesChannelLanguageDefinition''seo_url' => 'Shopware\\Core\\Content\\Seo\\SeoUrl\\SalesChannel\\SalesChannelSeoUrlDefinition''seo_url_template' => 'Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition''main_category' => 'Shopware\\Core\\Content\\Seo\\MainCategory\\SalesChannel\\SalesChannelMainCategoryDefinition''webhook' => 'Shopware\\Core\\Framework\\Webhook\\WebhookDefinition''webhook_event_log' => 'Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition''sales_channel' => 'Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition''sales_channel_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition''sales_channel_country' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition''sales_channel_currency' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition''sales_channel_domain' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition''sales_channel_language' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition''sales_channel_payment_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition''sales_channel_shipping_method' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition''sales_channel_type' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition''sales_channel_type_translation' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition''sales_channel_analytics' => 'Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition''country' => 'Shopware\\Core\\System\\Country\\SalesChannel\\SalesChannelCountryDefinition''country_state' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryState\\SalesChannel\\SalesChannelCountryStateDefinition''country_state_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition''country_translation' => 'Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition''currency' => 'Shopware\\Core\\System\\Currency\\SalesChannel\\SalesChannelCurrencyDefinition''currency_country_rounding' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition''currency_translation' => 'Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition''custom_entity' => 'Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition''locale' => 'Shopware\\Core\\System\\Locale\\LocaleDefinition''locale_translation' => 'Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition''snippet_set' => 'Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition''snippet' => 'Shopware\\Core\\System\\Snippet\\SnippetDefinition''salutation' => 'Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition''salutation_translation' => 'Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition''tax' => 'Shopware\\Core\\System\\Tax\\TaxDefinition''tax_rule' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition''tax_rule_type' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition''tax_rule_type_translation' => 'Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition''unit' => 'Shopware\\Core\\System\\Unit\\UnitDefinition''unit_translation' => 'Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition''user' => 'Shopware\\Core\\System\\User\\UserDefinition''user_config' => 'Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition''user_access_key' => 'Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition''user_recovery' => 'Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition''integration' => 'Shopware\\Core\\System\\Integration\\IntegrationDefinition''integration_role' => 'Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition''state_machine' => 'Shopware\\Core\\System\\StateMachine\\StateMachineDefinition''state_machine_translation' => 'Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition''state_machine_state' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition''state_machine_state_translation' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition''state_machine_transition' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition''state_machine_history' => 'Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition''system_config' => 'Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition''number_range' => 'Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition''number_range_sales_channel' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition''number_range_state' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition''number_range_type' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition''number_range_type_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition''number_range_translation' => 'Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition''tag' => 'Shopware\\Core\\System\\Tag\\TagDefinition''category' => 'Shopware\\Core\\Content\\Category\\SalesChannel\\SalesChannelCategoryDefinition''category_translation' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition''category_tag' => 'Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition''media' => 'Shopware\\Core\\Content\\Media\\MediaDefinition''media_default_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition''media_thumbnail' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition''media_translation' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition''media_folder' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition''media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition''media_folder_configuration' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition''media_folder_configuration_media_thumbnail_size' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition''media_tag' => 'Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition''product' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\SalesChannelProductDefinition''product_stream_mapping' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition''product_category' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition''product_custom_field_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition''product_tag' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition''product_configurator_setting' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition''product_price' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition''product_property' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition''product_search_keyword' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition''product_keyword_dictionary' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition''product_review' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition''product_manufacturer' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition''product_manufacturer_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition''product_media' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition''product_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition''product_option' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition''product_category_tree' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition''product_cross_selling' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition''product_cross_selling_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition''product_cross_selling_assigned_products' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition''product_feature_set' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition''product_feature_set_translation' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition''product_sorting' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition''product_sorting_translation' => 'Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition''product_search_config' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition''product_search_config_field' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition''product_visibility' => 'Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition''delivery_time' => 'Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition''newsletter_recipient' => 'Shopware\\Core\\Content\\Newsletter\\SalesChannel\\SalesChannelNewsletterRecipientDefinition''newsletter_recipient_tag' => 'Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition''rule' => 'Shopware\\Core\\Content\\Rule\\RuleDefinition''rule_condition' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition''rule_tag' => 'Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition''product_stream' => 'Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition''product_stream_translation' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition''product_stream_filter' => 'Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition''product_export' => 'Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition''property_group' => 'Shopware\\Core\\Content\\Property\\PropertyGroupDefinition''property_group_option' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition''property_group_option_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition''property_group_translation' => 'Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition''cms_page' => 'Shopware\\Core\\Content\\Cms\\CmsPageDefinition''cms_page_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition''cms_section' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition''cms_block' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition''cms_slot' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition''cms_slot_translation' => 'Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition''mail_template' => 'Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition''mail_template_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition''mail_template_type' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition''mail_template_type_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition''mail_template_media' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition''mail_header_footer' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition''mail_header_footer_translation' => 'Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition''delivery_time_translation' => 'Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition''import_export_profile' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition''import_export_log' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition''import_export_file' => 'Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition''import_export_profile_translation' => 'Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition''landing_page' => 'Shopware\\Core\\Content\\LandingPage\\SalesChannel\\SalesChannelLandingPageDefinition''landing_page_translation' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition''landing_page_tag' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition''landing_page_sales_channel' => 'Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition''flow' => 'Shopware\\Core\\Content\\Flow\\FlowDefinition''flow_sequence' => 'Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition''customer' => 'Shopware\\Core\\Checkout\\Customer\\CustomerDefinition''customer_group_translation' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition''customer_address' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition''customer_recovery' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition''customer_group' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition''customer_group_registration_sales_channels' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition''customer_tag' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition''customer_wishlist' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition''customer_wishlist_product' => 'Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition''document' => 'Shopware\\Core\\Checkout\\Document\\DocumentDefinition''document_type' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition''document_type_translation' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition''document_base_config' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition''document_base_config_sales_channel' => 'Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition''order' => 'Shopware\\Core\\Checkout\\Order\\OrderDefinition''order_address' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition''order_customer' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition''order_delivery' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition''order_delivery_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition''order_line_item' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition''order_tag' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition''order_transaction' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition''order_transaction_capture' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition''order_transaction_capture_refund' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition''order_transaction_capture_refund_position' => 'Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition''payment_method' => 'Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SalesChannelPaymentMethodDefinition''payment_method_translation' => 'Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition''promotion' => 'Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition''promotion_sales_channel' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition''promotion_individual_code' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition''promotion_discount' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition''promotion_discount_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition''promotion_setgroup' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition''promotion_setgroup_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition''promotion_order_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition''promotion_persona_customer' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition''promotion_persona_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition''promotion_cart_rule' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition''promotion_translation' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition''promotion_discount_prices' => 'Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition''shipping_method' => 'Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SalesChannelShippingMethodDefinition''shipping_method_tag' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition''shipping_method_price' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition''shipping_method_translation' => 'Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition''app_administration_snippet' => 'Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition''notification' => 'Shopware\\Administration\\Notification\\NotificationDefinition''theme' => 'Shopware\\Storefront\\Theme\\ThemeDefinition''theme_translation' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition''theme_sales_channel' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition''theme_media' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition''theme_child' => 'Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition''neti_order_fields_order_attributes' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''netiOrderFieldsOrderAttribute' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition''neti_order_fields_order_attributes_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition''neti_order_fields' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition''neti_order_fields_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition''neti_order_fields_val' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition''neti_order_fields_val_translation' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition''neti_order_fields_customer_group' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition''netiOrderFieldsCustomerGroup' => 'NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'], ['language' => 'sales_channel.language.repository''seo_url' => 'sales_channel.seo_url.repository''main_category' => 'sales_channel.main_category.repository''country' => 'sales_channel.country.repository''country_state' => 'sales_channel.country_state.repository''currency' => 'sales_channel.currency.repository''salutation' => 'sales_channel.salutation.repository''category' => 'sales_channel.category.repository''product' => 'sales_channel.product.repository''newsletter_recipient' => 'sales_channel.newsletter_recipient.repository''landing_page' => 'sales_channel.landing_page.repository''payment_method' => 'sales_channel.payment_method.repository''shipping_method' => 'sales_channel.shipping_method.repository']);
  7913.     }
  7914.     /**
  7915.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  7916.      *
  7917.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  7918.      */
  7919.     protected function getSalesChannelDefinitionService()
  7920.     {
  7921.         $this->services['Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  7922.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7923.         return $instance;
  7924.     }
  7925.     /**
  7926.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute' shared service.
  7927.      *
  7928.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute
  7929.      */
  7930.     protected function getContextSwitchRouteService()
  7931.     {
  7932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/AbstractContextSwitchRoute.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/ContextSwitchRoute.php';
  7934.         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()));
  7935.     }
  7936.     /**
  7937.      * Gets the public 'Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController' shared service.
  7938.      *
  7939.      * @return \Shopware\Core\System\SalesChannel\SalesChannel\StoreApiInfoController
  7940.      */
  7941.     protected function getStoreApiInfoControllerService()
  7942.     {
  7943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/SalesChannel/StoreApiInfoController.php';
  7944.         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']);
  7945.     }
  7946.     /**
  7947.      * Gets the public 'Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  7948.      *
  7949.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  7950.      */
  7951.     protected function getSalutationTranslationDefinitionService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  7955.         $this->services['Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  7956.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7957.         return $instance;
  7958.     }
  7959.     /**
  7960.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute' shared service.
  7961.      *
  7962.      * @return \Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute
  7963.      */
  7964.     protected function getCachedSalutationRouteService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/AbstractSalutationRoute.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/CachedSalutationRoute.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalutationRoute.php';
  7969.         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()), []);
  7970.     }
  7971.     /**
  7972.      * Gets the public 'Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition' shared service.
  7973.      *
  7974.      * @return \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition
  7975.      */
  7976.     protected function getSalesChannelSalutationDefinitionService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalesChannel/SalesChannelSalutationDefinition.php';
  7980.         $this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\SalesChannelSalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalesChannel\SalesChannelSalutationDefinition();
  7981.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  7982.         return $instance;
  7983.     }
  7984.     /**
  7985.      * Gets the public 'Shopware\Core\System\Salutation\SalutationDefinition' shared service.
  7986.      *
  7987.      * @return \Shopware\Core\System\Salutation\SalutationDefinition
  7988.      */
  7989.     protected function getSalutationDefinitionService()
  7990.     {
  7991.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/SalutationDefinition.php';
  7992.         $this->services['Shopware\\Core\\System\\Salutation\\SalutationDefinition'] = $instance = new \Shopware\Core\System\Salutation\SalutationDefinition();
  7993.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  7994.         return $instance;
  7995.     }
  7996.     /**
  7997.      * Gets the public 'Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  7998.      *
  7999.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  8000.      */
  8001.     protected function getSnippetSetDefinitionService()
  8002.     {
  8003.         $this->services['Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  8004.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8005.         return $instance;
  8006.     }
  8007.     /**
  8008.      * Gets the public 'Shopware\Core\System\Snippet\Api\SnippetController' shared service.
  8009.      *
  8010.      * @return \Shopware\Core\System\Snippet\Api\SnippetController
  8011.      */
  8012.     protected function getSnippetControllerService()
  8013.     {
  8014.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Api/SnippetController.php';
  8015.         $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()));
  8016.         $instance->setContainer($this);
  8017.         return $instance;
  8018.     }
  8019.     /**
  8020.      * Gets the public 'Shopware\Core\System\Snippet\Files\SnippetFileCollection' shared service.
  8021.      *
  8022.      * @return \Shopware\Core\System\Snippet\Files\SnippetFileCollection
  8023.      */
  8024.     protected function getSnippetFileCollectionService($lazyLoad true)
  8025.     {
  8026.         if ($lazyLoad) {
  8027.             return $this->services['Shopware\\Core\\System\\Snippet\\Files\\SnippetFileCollection'] = $this->createProxy('SnippetFileCollection_08f09cc', function () {
  8028.                 return \SnippetFileCollection_08f09cc::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8029.                     $wrappedInstance $this->getSnippetFileCollectionService(false);
  8030.                     $proxy->setProxyInitializer(null);
  8031.                     return true;
  8032.                 });
  8033.             });
  8034.         }
  8035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileCollectionFactory.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoaderInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/SnippetFileLoader.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Files/AppSnippetFileLoader.php';
  8039.         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();
  8040.     }
  8041.     /**
  8042.      * Gets the public 'Shopware\Core\System\Snippet\Filter\SnippetFilterFactory' shared service.
  8043.      *
  8044.      * @return \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory
  8045.      */
  8046.     protected function getSnippetFilterFactoryService()
  8047.     {
  8048.         return $this->services['Shopware\\Core\\System\\Snippet\\Filter\\SnippetFilterFactory'] = new \Shopware\Core\System\Snippet\Filter\SnippetFilterFactory(new RewindableGenerator(function () {
  8049.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AuthorFilter'] = new \Shopware\Core\System\Snippet\Filter\AuthorFilter()));
  8050.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\AddedFilter'] = new \Shopware\Core\System\Snippet\Filter\AddedFilter()));
  8051.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EditedFilter'] = new \Shopware\Core\System\Snippet\Filter\EditedFilter()));
  8052.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\EmptySnippetFilter'] = new \Shopware\Core\System\Snippet\Filter\EmptySnippetFilter()));
  8053.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\NamespaceFilter'] = new \Shopware\Core\System\Snippet\Filter\NamespaceFilter()));
  8054.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TermFilter'] = new \Shopware\Core\System\Snippet\Filter\TermFilter()));
  8055.             yield => ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] ?? ($this->privates['Shopware\\Core\\System\\Snippet\\Filter\\TranslationKeyFilter'] = new \Shopware\Core\System\Snippet\Filter\TranslationKeyFilter()));
  8056.         }, 7));
  8057.     }
  8058.     /**
  8059.      * Gets the public 'Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  8060.      *
  8061.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  8062.      */
  8063.     protected function getSnippetDefinitionService()
  8064.     {
  8065.         $this->services['Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  8066.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  8071.      *
  8072.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  8073.      */
  8074.     protected function getStateMachineHistoryDefinitionService()
  8075.     {
  8076.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  8077.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  8078.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8079.         return $instance;
  8080.     }
  8081.     /**
  8082.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  8083.      *
  8084.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  8085.      */
  8086.     protected function getStateMachineStateDefinitionService()
  8087.     {
  8088.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  8089.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  8090.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8091.         return $instance;
  8092.     }
  8093.     /**
  8094.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  8095.      *
  8096.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  8097.      */
  8098.     protected function getStateMachineStateTranslationDefinitionService()
  8099.     {
  8100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  8102.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  8103.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8104.         return $instance;
  8105.     }
  8106.     /**
  8107.      * Gets the public 'Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  8108.      *
  8109.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  8110.      */
  8111.     protected function getStateMachineTransitionDefinitionService()
  8112.     {
  8113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  8114.         $this->services['Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  8115.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8116.         return $instance;
  8117.     }
  8118.     /**
  8119.      * Gets the public 'Shopware\Core\System\StateMachine\Api\StateMachineActionController' shared service.
  8120.      *
  8121.      * @return \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController
  8122.      */
  8123.     protected function getStateMachineActionControllerService()
  8124.     {
  8125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Api/StateMachineActionController.php';
  8126.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32889/PatchedStateMachineActionController.php';
  8127.         $this->services['Shopware\\Core\\System\\StateMachine\\Api\\StateMachineActionController'] = $instance = new \Swag\Security\Fixes\NEXT32889\PatchedStateMachineActionController(($this->privates['Shopware\\Core\\System\\StateMachine\\StateMachineRegistry'] ?? $this->getStateMachineRegistryService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8128.         $instance->setContainer($this);
  8129.         return $instance;
  8130.     }
  8131.     /**
  8132.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  8133.      *
  8134.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  8135.      */
  8136.     protected function getStateMachineDefinitionService()
  8137.     {
  8138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  8139.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  8140.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8141.         return $instance;
  8142.     }
  8143.     /**
  8144.      * Gets the public 'Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  8145.      *
  8146.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  8147.      */
  8148.     protected function getStateMachineTranslationDefinitionService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  8152.         $this->services['Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  8153.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8154.         return $instance;
  8155.     }
  8156.     /**
  8157.      * Gets the public 'Shopware\Core\System\SystemConfig\Api\SystemConfigController' shared service.
  8158.      *
  8159.      * @return \Shopware\Core\System\SystemConfig\Api\SystemConfigController
  8160.      */
  8161.     protected function getSystemConfigControllerService()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Api/SystemConfigController.php';
  8164.         $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()));
  8165.         $instance->setContainer($this);
  8166.         return $instance;
  8167.     }
  8168.     /**
  8169.      * Gets the public 'Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory' shared service.
  8170.      *
  8171.      * @return \Shopware\Core\System\SystemConfig\Facade\SystemConfigFacadeHookFactory
  8172.      */
  8173.     protected function getSystemConfigFacadeHookFactoryService()
  8174.     {
  8175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Execution/Awareness/HookServiceFactory.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Facade/SystemConfigFacadeHookFactory.php';
  8177.         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()));
  8178.     }
  8179.     /**
  8180.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  8181.      *
  8182.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  8183.      */
  8184.     protected function getSystemConfigDefinitionService()
  8185.     {
  8186.         $this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  8187.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8188.         return $instance;
  8189.     }
  8190.     /**
  8191.      * Gets the public 'Shopware\Core\System\SystemConfig\SystemConfigService' shared service.
  8192.      *
  8193.      * @return \Shopware\Core\System\SystemConfig\SystemConfigService
  8194.      */
  8195.     protected function getSystemConfigServiceService()
  8196.     {
  8197.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  8198.         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()));
  8199.     }
  8200.     /**
  8201.      * Gets the public 'Shopware\Core\System\Tag\Service\FilterTagIdsService' shared service.
  8202.      *
  8203.      * @return \Shopware\Core\System\Tag\Service\FilterTagIdsService
  8204.      */
  8205.     protected function getFilterTagIdsServiceService()
  8206.     {
  8207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/Service/FilterTagIdsService.php';
  8208.         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()));
  8209.     }
  8210.     /**
  8211.      * Gets the public 'Shopware\Core\System\Tag\TagDefinition' shared service.
  8212.      *
  8213.      * @return \Shopware\Core\System\Tag\TagDefinition
  8214.      */
  8215.     protected function getTagDefinitionService()
  8216.     {
  8217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  8218.         $this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  8219.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8220.         return $instance;
  8221.     }
  8222.     /**
  8223.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  8224.      *
  8225.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  8226.      */
  8227.     protected function getTaxRuleTypeTranslationDefinitionService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  8231.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  8232.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8233.         return $instance;
  8234.     }
  8235.     /**
  8236.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  8237.      *
  8238.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  8239.      */
  8240.     protected function getTaxRuleTypeDefinitionService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  8243.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  8244.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8245.         return $instance;
  8246.     }
  8247.     /**
  8248.      * Gets the public 'Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  8249.      *
  8250.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  8251.      */
  8252.     protected function getTaxRuleDefinitionService()
  8253.     {
  8254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  8255.         $this->services['Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  8256.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8257.         return $instance;
  8258.     }
  8259.     /**
  8260.      * Gets the public 'Shopware\Core\System\Tax\TaxDefinition' shared service.
  8261.      *
  8262.      * @return \Shopware\Core\System\Tax\TaxDefinition
  8263.      */
  8264.     protected function getTaxDefinitionService()
  8265.     {
  8266.         $this->services['Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  8267.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8268.         return $instance;
  8269.     }
  8270.     /**
  8271.      * Gets the public 'Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  8272.      *
  8273.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  8274.      */
  8275.     protected function getUnitTranslationDefinitionService()
  8276.     {
  8277.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  8279.         $this->services['Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  8280.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8281.         return $instance;
  8282.     }
  8283.     /**
  8284.      * Gets the public 'Shopware\Core\System\Unit\UnitDefinition' shared service.
  8285.      *
  8286.      * @return \Shopware\Core\System\Unit\UnitDefinition
  8287.      */
  8288.     protected function getUnitDefinitionService()
  8289.     {
  8290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  8291.         $this->services['Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  8292.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8293.         return $instance;
  8294.     }
  8295.     /**
  8296.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  8297.      *
  8298.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  8299.      */
  8300.     protected function getUserAccessKeyDefinitionService()
  8301.     {
  8302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  8303.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  8304.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8305.         return $instance;
  8306.     }
  8307.     /**
  8308.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  8309.      *
  8310.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  8311.      */
  8312.     protected function getUserConfigDefinitionService()
  8313.     {
  8314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  8315.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  8316.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8317.         return $instance;
  8318.     }
  8319.     /**
  8320.      * Gets the public 'Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  8321.      *
  8322.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  8323.      */
  8324.     protected function getUserRecoveryDefinitionService()
  8325.     {
  8326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  8327.         $this->services['Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  8328.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8329.         return $instance;
  8330.     }
  8331.     /**
  8332.      * Gets the public 'Shopware\Core\System\User\Api\UserRecoveryController' shared service.
  8333.      *
  8334.      * @return \Shopware\Core\System\User\Api\UserRecoveryController
  8335.      */
  8336.     protected function getUserRecoveryControllerService()
  8337.     {
  8338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserRecoveryController.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Recovery/UserRecoveryService.php';
  8340.         $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()));
  8341.         $instance->setContainer($this);
  8342.         return $instance;
  8343.     }
  8344.     /**
  8345.      * Gets the public 'Shopware\Core\System\User\Api\UserValidationController' shared service.
  8346.      *
  8347.      * @return \Shopware\Core\System\User\Api\UserValidationController
  8348.      */
  8349.     protected function getUserValidationControllerService()
  8350.     {
  8351.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Api/UserValidationController.php';
  8352.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Service/UserValidationService.php';
  8353.         $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())));
  8354.         $instance->setContainer($this);
  8355.         return $instance;
  8356.     }
  8357.     /**
  8358.      * Gets the public 'Shopware\Core\System\User\UserDefinition' shared service.
  8359.      *
  8360.      * @return \Shopware\Core\System\User\UserDefinition
  8361.      */
  8362.     protected function getUserDefinitionService()
  8363.     {
  8364.         $this->services['Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  8365.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8366.         return $instance;
  8367.     }
  8368.     /**
  8369.      * Gets the public 'Shopware\Elasticsearch\Framework\ElasticsearchHelper' shared service.
  8370.      *
  8371.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchHelper
  8372.      */
  8373.     protected function getElasticsearchHelperService()
  8374.     {
  8375.         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()));
  8376.     }
  8377.     /**
  8378.      * Gets the public 'Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler' shared service.
  8379.      *
  8380.      * @return \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler
  8381.      */
  8382.     protected function getCreateAliasTaskHandlerService()
  8383.     {
  8384.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/CreateAliasTaskHandler.php';
  8385.         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()));
  8386.     }
  8387.     /**
  8388.      * Gets the public 'Shopware\Storefront\Controller\AccountOrderController' shared service.
  8389.      *
  8390.      * @return \Shopware\Storefront\Controller\AccountOrderController
  8391.      */
  8392.     protected function getAccountOrderControllerService()
  8393.     {
  8394.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountOrderController.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderPageLoader.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountEditOrderPageLoader.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Order/AccountOrderDetailPageLoader.php';
  8398.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8399.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8400.         $c = ($this->services['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderRoute'] ?? $this->getOrderRouteService());
  8401.         $d = ($this->privates['Shopware\\Core\\Checkout\\Order\\SalesChannel\\OrderService'] ?? $this->getOrderServiceService());
  8402.         $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);
  8403.         $instance->setContainer($this);
  8404.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8405.         return $instance;
  8406.     }
  8407.     /**
  8408.      * Gets the public 'Shopware\Storefront\Controller\AccountPaymentController' shared service.
  8409.      *
  8410.      * @return \Shopware\Storefront\Controller\AccountPaymentController
  8411.      */
  8412.     protected function getAccountPaymentControllerService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountPaymentController.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/PaymentMethod/AccountPaymentMethodPageLoader.php';
  8416.         $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()));
  8417.         $instance->setContainer($this);
  8418.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8419.         return $instance;
  8420.     }
  8421.     /**
  8422.      * Gets the public 'Shopware\Storefront\Controller\AccountProfileController' shared service.
  8423.      *
  8424.      * @return \Shopware\Storefront\Controller\AccountProfileController
  8425.      */
  8426.     protected function getAccountProfileControllerService()
  8427.     {
  8428.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AccountProfileController.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Overview/AccountOverviewPageLoader.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Profile/AccountProfilePageLoader.php';
  8431.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8432.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8433.         $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()));
  8434.         $instance->setContainer($this);
  8435.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8436.         return $instance;
  8437.     }
  8438.     /**
  8439.      * Gets the public 'Shopware\Storefront\Controller\AddressController' shared service.
  8440.      *
  8441.      * @return \Shopware\Storefront\Controller\AddressController
  8442.      */
  8443.     protected function getAddressControllerService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AddressController.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Listing/AddressListingPageLoader.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Address/Detail/AddressDetailPageLoader.php';
  8448.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8449.         $b = ($this->services['Shopware\\Core\\System\\Country\\SalesChannel\\CachedCountryRoute'] ?? $this->getCachedCountryRouteService());
  8450.         $c = ($this->services['Shopware\\Core\\System\\Salutation\\SalesChannel\\CachedSalutationRoute'] ?? $this->getCachedSalutationRouteService());
  8451.         $d = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\ListAddressRoute'] ?? $this->getListAddressRouteService());
  8452.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8453.         $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()));
  8454.         $instance->setContainer($this);
  8455.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8456.         return $instance;
  8457.     }
  8458.     /**
  8459.      * Gets the public 'Shopware\Storefront\Controller\Api\CaptchaController' shared service.
  8460.      *
  8461.      * @return \Shopware\Storefront\Controller\Api\CaptchaController
  8462.      */
  8463.     protected function getCaptchaControllerService()
  8464.     {
  8465.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/Api/CaptchaController.php';
  8466.         $this->services['Shopware\\Storefront\\Controller\\Api\\CaptchaController'] = $instance = new \Shopware\Storefront\Controller\Api\CaptchaController(new RewindableGenerator(function () {
  8467.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  8468.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  8469.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  8470.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  8471.         }, 4));
  8472.         $instance->setContainer($this);
  8473.         return $instance;
  8474.     }
  8475.     /**
  8476.      * Gets the public 'Shopware\Storefront\Controller\AuthController' shared service.
  8477.      *
  8478.      * @return \Shopware\Storefront\Controller\AuthController
  8479.      */
  8480.     protected function getAuthController2Service()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/AuthController.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/RecoverPassword/AccountRecoverPasswordPageLoader.php';
  8484.         $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()));
  8485.         $instance->setContainer($this);
  8486.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8487.         return $instance;
  8488.     }
  8489.     /**
  8490.      * Gets the public 'Shopware\Storefront\Controller\CaptchaController' shared service.
  8491.      *
  8492.      * @return \Shopware\Storefront\Controller\CaptchaController
  8493.      */
  8494.     protected function getCaptchaController2Service()
  8495.     {
  8496.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CaptchaController.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/AbstractBasicCaptchaPageletLoader.php';
  8498.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Captcha/BasicCaptchaPageletLoader.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/AbstractBasicCaptchaGenerator.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha/BasicCaptchaGenerator.php';
  8501.         $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()));
  8502.         $instance->setContainer($this);
  8503.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8504.         return $instance;
  8505.     }
  8506.     /**
  8507.      * Gets the public 'Shopware\Storefront\Controller\CartLineItemController' shared service.
  8508.      *
  8509.      * @return \Shopware\Storefront\Controller\CartLineItemController
  8510.      */
  8511.     protected function getCartLineItemControllerService()
  8512.     {
  8513.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CartLineItemController.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemFactory.php';
  8515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  8516.         $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()));
  8517.         $instance->setContainer($this);
  8518.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8519.         return $instance;
  8520.     }
  8521.     /**
  8522.      * Gets the public 'Shopware\Storefront\Controller\CheckoutController' shared service.
  8523.      *
  8524.      * @return \Shopware\Storefront\Controller\CheckoutController
  8525.      */
  8526.     protected function getCheckoutControllerService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CheckoutController.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Cart/CheckoutCartPageLoader.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Confirm/CheckoutConfirmPageLoader.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Finish/CheckoutFinishPageLoader.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Offcanvas/OffcanvasCartPageLoader.php';
  8533.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8534.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8535.         $c = ($this->privates['Shopware\\Storefront\\Checkout\\Cart\\SalesChannel\\StorefrontCartFacade'] ?? $this->getStorefrontCartFacadeService());
  8536.         $d = ($this->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? $this->getSortedPaymentMethodRouteService());
  8537.         $e = ($this->services['Shopware\\Core\\Checkout\\Shipping\\SalesChannel\\SortedShippingMethodRoute'] ?? $this->getSortedShippingMethodRouteService());
  8538.         $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()));
  8539.         $instance->setContainer($this);
  8540.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8541.         return $instance;
  8542.     }
  8543.     /**
  8544.      * Gets the public 'Shopware\Storefront\Controller\CmsController' shared service.
  8545.      *
  8546.      * @return \Shopware\Storefront\Controller\CmsController
  8547.      */
  8548.     protected function getCmsControllerService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CmsController.php';
  8551.         $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()));
  8552.         $instance->setContainer($this);
  8553.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8554.         return $instance;
  8555.     }
  8556.     /**
  8557.      * Gets the public 'Shopware\Storefront\Controller\ContextController' shared service.
  8558.      *
  8559.      * @return \Shopware\Storefront\Controller\ContextController
  8560.      */
  8561.     protected function getContextControllerService()
  8562.     {
  8563.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ContextController.php';
  8564.         $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()));
  8565.         $instance->setContainer($this);
  8566.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8567.         return $instance;
  8568.     }
  8569.     /**
  8570.      * Gets the public 'Shopware\Storefront\Controller\CookieController' shared service.
  8571.      *
  8572.      * @return \Shopware\Storefront\Controller\CookieController
  8573.      */
  8574.     protected function getCookieControllerService()
  8575.     {
  8576.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CookieController.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProviderInterface.php';
  8578.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/AppCookieProvider.php';
  8579.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cookie/CookieProvider.php';
  8580.         $this->services['Shopware\\Storefront\\Controller\\CookieController'] = $instance = new \Shopware\Storefront\Controller\CookieController(new \Shopware\Storefront\Framework\Cookie\AppCookieProvider(new \Shopware\Storefront\Framework\Cookie\CookieProvider(), ($this->services['app.repository'] ?? $this->getApp_RepositoryService())), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  8581.         $instance->setContainer($this);
  8582.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8583.         return $instance;
  8584.     }
  8585.     /**
  8586.      * Gets the public 'Shopware\Storefront\Controller\CountryStateController' shared service.
  8587.      *
  8588.      * @return \Shopware\Storefront\Controller\CountryStateController
  8589.      */
  8590.     protected function getCountryStateControllerService()
  8591.     {
  8592.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CountryStateController.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Country/CountryStateDataPageletLoader.php';
  8594.         $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()));
  8595.         $instance->setContainer($this);
  8596.         return $instance;
  8597.     }
  8598.     /**
  8599.      * Gets the public 'Shopware\Storefront\Controller\CsrfController' shared service.
  8600.      *
  8601.      * @return \Shopware\Storefront\Controller\CsrfController
  8602.      */
  8603.     protected function getCsrfControllerService()
  8604.     {
  8605.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/CsrfController.php';
  8606.         $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');
  8607.         $instance->setContainer($this);
  8608.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8609.         return $instance;
  8610.     }
  8611.     /**
  8612.      * Gets the public 'Shopware\Storefront\Controller\DocumentController' shared service.
  8613.      *
  8614.      * @return \Shopware\Storefront\Controller\DocumentController
  8615.      */
  8616.     protected function getDocumentController2Service()
  8617.     {
  8618.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/DocumentController.php';
  8619.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Document/DocumentPageLoader.php';
  8620.         $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()));
  8621.         $instance->setContainer($this);
  8622.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8623.         return $instance;
  8624.     }
  8625.     /**
  8626.      * Gets the public 'Shopware\Storefront\Controller\ErrorController' shared service.
  8627.      *
  8628.      * @return \Shopware\Storefront\Controller\ErrorController
  8629.      */
  8630.     protected function getErrorControllerService($lazyLoad true)
  8631.     {
  8632.         if ($lazyLoad) {
  8633.             return $this->services['Shopware\\Storefront\\Controller\\ErrorController'] = $this->createProxy('ErrorController_b437ad9', function () {
  8634.                 return \ErrorController_b437ad9::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8635.                     $wrappedInstance $this->getErrorControllerService(false);
  8636.                     $proxy->setProxyInitializer(null);
  8637.                     return true;
  8638.                 });
  8639.             });
  8640.         }
  8641.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Twig/ErrorTemplateResolver.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoaderInterface.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/Error/ErrorPageLoader.php';
  8644.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  8645.         $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()));
  8646.         $instance->setContainer($this);
  8647.         $instance->setTwig($a);
  8648.         return $instance;
  8649.     }
  8650.     /**
  8651.      * Gets the public 'Shopware\Storefront\Controller\FormController' shared service.
  8652.      *
  8653.      * @return \Shopware\Storefront\Controller\FormController
  8654.      */
  8655.     protected function getFormControllerService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/FormController.php';
  8658.         $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()));
  8659.         $instance->setContainer($this);
  8660.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8661.         return $instance;
  8662.     }
  8663.     /**
  8664.      * Gets the public 'Shopware\Storefront\Controller\LandingPageController' shared service.
  8665.      *
  8666.      * @return \Shopware\Storefront\Controller\LandingPageController
  8667.      */
  8668.     protected function getLandingPageControllerService()
  8669.     {
  8670.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/LandingPageController.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/LandingPage/LandingPageLoader.php';
  8672.         $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())));
  8673.         $instance->setContainer($this);
  8674.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8675.         return $instance;
  8676.     }
  8677.     /**
  8678.      * Gets the public 'Shopware\Storefront\Controller\MaintenanceController' shared service.
  8679.      *
  8680.      * @return \Shopware\Storefront\Controller\MaintenanceController
  8681.      */
  8682.     protected function getMaintenanceControllerService()
  8683.     {
  8684.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/MaintenanceController.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Maintenance/MaintenancePageLoader.php';
  8686.         $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()));
  8687.         $instance->setContainer($this);
  8688.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8689.         return $instance;
  8690.     }
  8691.     /**
  8692.      * Gets the public 'Shopware\Storefront\Controller\NavigationController' shared service.
  8693.      *
  8694.      * @return \Shopware\Storefront\Controller\NavigationController
  8695.      */
  8696.     protected function getNavigationControllerService()
  8697.     {
  8698.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NavigationController.php';
  8699.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoaderInterface.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php';
  8701.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoaderInterface.php';
  8702.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Menu/Offcanvas/MenuOffcanvasPageletLoader.php';
  8703.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8704.         $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())));
  8705.         $instance->setContainer($this);
  8706.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8707.         return $instance;
  8708.     }
  8709.     /**
  8710.      * Gets the public 'Shopware\Storefront\Controller\NewsletterController' shared service.
  8711.      *
  8712.      * @return \Shopware\Storefront\Controller\NewsletterController
  8713.      */
  8714.     protected function getNewsletterControllerService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/NewsletterController.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Newsletter/Subscribe/NewsletterSubscribePageLoader.php';
  8718.         $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()));
  8719.         $instance->setContainer($this);
  8720.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8721.         return $instance;
  8722.     }
  8723.     /**
  8724.      * Gets the public 'Shopware\Storefront\Controller\ProductController' shared service.
  8725.      *
  8726.      * @return \Shopware\Storefront\Controller\ProductController
  8727.      */
  8728.     protected function getProductControllerService()
  8729.     {
  8730.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ProductController.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/ProductPageLoader.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/QuickView/MinimalQuickViewPageLoader.php';
  8733.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8734.         $b = ($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\Detail\\CachedProductDetailRoute'] ?? $this->getCachedProductDetailRouteService());
  8735.         $c = ($this->services['Shopware\\Storefront\\Page\\Product\\Review\\ProductReviewLoader'] ?? $this->getProductReviewLoaderService());
  8736.         $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()));
  8737.         $instance->setContainer($this);
  8738.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8739.         return $instance;
  8740.     }
  8741.     /**
  8742.      * Gets the public 'Shopware\Storefront\Controller\RegisterController' shared service.
  8743.      *
  8744.      * @return \Shopware\Storefront\Controller\RegisterController
  8745.      */
  8746.     protected function getRegisterControllerService()
  8747.     {
  8748.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/RegisterController.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/AbstractCustomerGroupRegistrationPageLoader.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/CustomerGroupRegistration/CustomerGroupRegistrationPageLoader.php';
  8751.         $a = ($this->privates['Shopware\\Storefront\\Page\\Account\\Login\\AccountLoginPageLoader'] ?? $this->getAccountLoginPageLoaderService());
  8752.         $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()));
  8753.         $instance->setContainer($this);
  8754.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8755.         return $instance;
  8756.     }
  8757.     /**
  8758.      * Gets the public 'Shopware\Storefront\Controller\ScriptController' shared service.
  8759.      *
  8760.      * @return \Shopware\Storefront\Controller\ScriptController
  8761.      */
  8762.     protected function getScriptControllerService()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/ScriptController.php';
  8765.         $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()));
  8766.         $instance->setContainer($this);
  8767.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8768.         return $instance;
  8769.     }
  8770.     /**
  8771.      * Gets the public 'Shopware\Storefront\Controller\SearchController' shared service.
  8772.      *
  8773.      * @return \Shopware\Storefront\Controller\SearchController
  8774.      */
  8775.     protected function getSearchControllerService()
  8776.     {
  8777.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SearchController.php';
  8778.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php';
  8779.         $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()));
  8780.         $instance->setContainer($this);
  8781.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8782.         return $instance;
  8783.     }
  8784.     /**
  8785.      * Gets the public 'Shopware\Storefront\Controller\SitemapController' shared service.
  8786.      *
  8787.      * @return \Shopware\Storefront\Controller\SitemapController
  8788.      */
  8789.     protected function getSitemapControllerService()
  8790.     {
  8791.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/SitemapController.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Sitemap/SitemapPageLoader.php';
  8793.         $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())));
  8794.         $instance->setContainer($this);
  8795.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8796.         return $instance;
  8797.     }
  8798.     /**
  8799.      * Gets the public 'Shopware\Storefront\Controller\StoreApiProxyController' shared service.
  8800.      *
  8801.      * @return \Shopware\Storefront\Controller\StoreApiProxyController
  8802.      */
  8803.     protected function getStoreApiProxyControllerService()
  8804.     {
  8805.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/StoreApiProxyController.php';
  8806.         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())));
  8807.     }
  8808.     /**
  8809.      * Gets the public 'Shopware\Storefront\Controller\VerificationHashController' shared service.
  8810.      *
  8811.      * @return \Shopware\Storefront\Controller\VerificationHashController
  8812.      */
  8813.     protected function getVerificationHashControllerService()
  8814.     {
  8815.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/VerificationHashController.php';
  8816.         $this->services['Shopware\\Storefront\\Controller\\VerificationHashController'] = $instance = new \Shopware\Storefront\Controller\VerificationHashController(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  8817.         $instance->setContainer($this);
  8818.         return $instance;
  8819.     }
  8820.     /**
  8821.      * Gets the public 'Shopware\Storefront\Controller\WellKnownController' shared service.
  8822.      *
  8823.      * @return \Shopware\Storefront\Controller\WellKnownController
  8824.      */
  8825.     protected function getWellKnownControllerService()
  8826.     {
  8827.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WellKnownController.php';
  8828.         $this->services['Shopware\\Storefront\\Controller\\WellKnownController'] = $instance = new \Shopware\Storefront\Controller\WellKnownController();
  8829.         $instance->setContainer($this);
  8830.         return $instance;
  8831.     }
  8832.     /**
  8833.      * Gets the public 'Shopware\Storefront\Controller\WishlistController' shared service.
  8834.      *
  8835.      * @return \Shopware\Storefront\Controller\WishlistController
  8836.      */
  8837.     protected function getWishlistControllerService()
  8838.     {
  8839.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Controller/WishlistController.php';
  8840.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/WishlistPageLoader.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Wishlist/GuestWishlistPageLoader.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Wishlist/GuestWishlistPageletLoader.php';
  8843.         $a = ($this->privates['Shopware\\Storefront\\Page\\GenericPageLoader'] ?? $this->getGenericPageLoaderService());
  8844.         $b = ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\LoadWishlistRoute'] ?? $this->getLoadWishlistRouteService());
  8845.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8846.         $this->services['Shopware\\Storefront\\Controller\\WishlistController'] = $instance = new \Shopware\Storefront\Controller\WishlistController(new \Shopware\Storefront\Page\Wishlist\WishlistPageLoader($a$b$c), $b, ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\AddWishlistProductRoute'] ?? $this->getAddWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\RemoveWishlistProductRoute'] ?? $this->getRemoveWishlistProductRouteService()), ($this->services['Shopware\\Core\\Checkout\\Customer\\SalesChannel\\MergeWishlistProductRoute'] ?? $this->getMergeWishlistProductRouteService()), new \Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader($a$c), new \Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader(($this->services['Shopware\\Core\\Content\\Product\\SalesChannel\\ProductListRoute'] ?? $this->getProductListRouteService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), $c), $c);
  8847.         $instance->setContainer($this);
  8848.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  8849.         return $instance;
  8850.     }
  8851.     /**
  8852.      * Gets the public 'Shopware\Storefront\Framework\Cache\CacheStore' shared autowired service.
  8853.      *
  8854.      * @return \Shopware\Storefront\Framework\Cache\CacheStore
  8855.      */
  8856.     protected function getCacheStoreService()
  8857.     {
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/StoreInterface.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStore.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidatorInterface.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheStateValidator.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/AbstractHttpCacheKeyGenerator.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/HttpCacheKeyGenerator.php';
  8864.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8865.         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('b2630f90bbd93dcb38e3ffcf33adb4ac'$a$this->parameters['storefront.http_cache.ignored_url_parameters']), ($this->privates['Shopware\\Storefront\\Framework\\Routing\\MaintenanceModeResolver'] ?? $this->getMaintenanceModeResolverService()), $this->parameters['session.storage.options']);
  8866.     }
  8867.     /**
  8868.      * Gets the public 'Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler' shared autowired service.
  8869.      *
  8870.      * @return \Shopware\Storefront\Framework\Csrf\CsrfPlaceholderHandler
  8871.      */
  8872.     protected function getCsrfPlaceholderHandlerService()
  8873.     {
  8874.         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()));
  8875.     }
  8876.     /**
  8877.      * Gets the public 'Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry' shared autowired service.
  8878.      *
  8879.      * @return \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry
  8880.      */
  8881.     protected function getStorefrontMediaValidatorRegistryService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Media/StorefrontMediaValidatorRegistry.php';
  8884.         return $this->services['Shopware\\Storefront\\Framework\\Media\\StorefrontMediaValidatorRegistry'] = new \Shopware\Storefront\Framework\Media\StorefrontMediaValidatorRegistry(new RewindableGenerator(function () {
  8885.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaImageValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaImageValidator()));
  8886.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Media\\Validator\\StorefrontMediaDocumentValidator'] = new \Shopware\Storefront\Framework\Media\Validator\StorefrontMediaDocumentValidator()));
  8887.         }, 2));
  8888.     }
  8889.     /**
  8890.      * Gets the public 'Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader' shared autowired service.
  8891.      *
  8892.      * @return \Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader
  8893.      */
  8894.     protected function getCheckoutRegisterPageLoaderService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Checkout/Register/CheckoutRegisterPageLoader.php';
  8897.         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()));
  8898.     }
  8899.     /**
  8900.      * Gets the public 'Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder' shared autowired service.
  8901.      *
  8902.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductCombinationFinder
  8903.      */
  8904.     protected function getProductCombinationFinderService()
  8905.     {
  8906.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductCombinationFinder.php';
  8907.         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()));
  8908.     }
  8909.     /**
  8910.      * Gets the public 'Shopware\Storefront\Page\Product\Review\ProductReviewLoader' shared service.
  8911.      *
  8912.      * @return \Shopware\Storefront\Page\Product\Review\ProductReviewLoader
  8913.      */
  8914.     protected function getProductReviewLoaderService()
  8915.     {
  8916.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Review/ProductReviewLoader.php';
  8917.         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()));
  8918.     }
  8919.     /**
  8920.      * Gets the public 'Shopware\Storefront\Page\Search\SearchPageLoader' shared autowired service.
  8921.      *
  8922.      * @return \Shopware\Storefront\Page\Search\SearchPageLoader
  8923.      */
  8924.     protected function getSearchPageLoaderService()
  8925.     {
  8926.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Search/SearchPageLoader.php';
  8927.         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()));
  8928.     }
  8929.     /**
  8930.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  8931.      *
  8932.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  8933.      */
  8934.     protected function getThemeChildDefinitionService()
  8935.     {
  8936.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  8937.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  8938.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8939.         return $instance;
  8940.     }
  8941.     /**
  8942.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  8943.      *
  8944.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  8945.      */
  8946.     protected function getThemeMediaDefinitionService()
  8947.     {
  8948.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  8949.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  8950.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8951.         return $instance;
  8952.     }
  8953.     /**
  8954.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  8955.      *
  8956.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  8957.      */
  8958.     protected function getThemeSalesChannelDefinitionService()
  8959.     {
  8960.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  8961.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8962.         return $instance;
  8963.     }
  8964.     /**
  8965.      * Gets the public 'Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  8966.      *
  8967.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  8968.      */
  8969.     protected function getThemeTranslationDefinitionService()
  8970.     {
  8971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  8973.         $this->services['Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  8974.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  8975.         return $instance;
  8976.     }
  8977.     /**
  8978.      * Gets the public 'Shopware\Storefront\Theme\Controller\ThemeController' shared service.
  8979.      *
  8980.      * @return \Shopware\Storefront\Theme\Controller\ThemeController
  8981.      */
  8982.     protected function getThemeControllerService()
  8983.     {
  8984.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Controller/ThemeController.php';
  8985.         $this->services['Shopware\\Storefront\\Theme\\Controller\\ThemeController'] = $instance = new \Shopware\Storefront\Theme\Controller\ThemeController(($this->privates['Shopware\\Storefront\\Theme\\ThemeService'] ?? $this->getThemeServiceService()));
  8986.         $instance->setContainer($this);
  8987.         return $instance;
  8988.     }
  8989.     /**
  8990.      * Gets the public 'Shopware\Storefront\Theme\SalesChannelThemeLoader' shared service.
  8991.      *
  8992.      * @return \Shopware\Storefront\Theme\SalesChannelThemeLoader
  8993.      */
  8994.     protected function getSalesChannelThemeLoaderService()
  8995.     {
  8996.         return $this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] = new \Shopware\Storefront\Theme\SalesChannelThemeLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  8997.     }
  8998.     /**
  8999.      * Gets the public 'Shopware\Storefront\Theme\StorefrontPluginRegistry' shared service.
  9000.      *
  9001.      * @return \Shopware\Storefront\Theme\StorefrontPluginRegistry
  9002.      */
  9003.     protected function getStorefrontPluginRegistryService()
  9004.     {
  9005.         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()));
  9006.     }
  9007.     /**
  9008.      * Gets the public 'Shopware\Storefront\Theme\ThemeDefinition' shared service.
  9009.      *
  9010.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  9011.      */
  9012.     protected function getThemeDefinitionService()
  9013.     {
  9014.         $this->services['Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  9015.         $instance->compile(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService()));
  9016.         return $instance;
  9017.     }
  9018.     /**
  9019.      * Gets the public 'Swag\Security\Api\ConfigController' shared service.
  9020.      *
  9021.      * @return \Swag\Security\Api\ConfigController
  9022.      */
  9023.     protected function getConfigControllerService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Api/ConfigController.php';
  9026.         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()));
  9027.     }
  9028.     /**
  9029.      * Gets the public 'Swag\Security\Api\SecurityController' shared service.
  9030.      *
  9031.      * @return \Swag\Security\Api\SecurityController
  9032.      */
  9033.     protected function getSecurityControllerService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Api/SecurityController.php';
  9036.         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()));
  9037.     }
  9038.     /**
  9039.      * Gets the public 'Swag\Security\Fixes\NEXT15675\PrepareDownloadController' shared service.
  9040.      *
  9041.      * @return \Swag\Security\Fixes\NEXT15675\PrepareDownloadController
  9042.      */
  9043.     protected function getPrepareDownloadControllerService()
  9044.     {
  9045.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT15675/PrepareDownloadController.php';
  9046.         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()));
  9047.     }
  9048.     /**
  9049.      * Gets the public 'Swag\Security\Subscriber\AdminSecurityFixesProvider' shared service.
  9050.      *
  9051.      * @return \Swag\Security\Subscriber\AdminSecurityFixesProvider
  9052.      */
  9053.     protected function getAdminSecurityFixesProviderService()
  9054.     {
  9055.         return $this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] = new \Swag\Security\Subscriber\AdminSecurityFixesProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  9056.     }
  9057.     /**
  9058.      * Gets the public 'Swag\Security\Subscriber\TwigStateProvider' shared service.
  9059.      *
  9060.      * @return \Swag\Security\Subscriber\TwigStateProvider
  9061.      */
  9062.     protected function getTwigStateProviderService()
  9063.     {
  9064.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Subscriber/TwigStateProvider.php';
  9065.         return $this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] = new \Swag\Security\Subscriber\TwigStateProvider(($this->privates['Swag\\Security\\Components\\State'] ?? $this->getStateService()));
  9066.     }
  9067.     /**
  9068.      * Gets the public 'Swag\Security\SwagPlatformSecurity' shared autowired service.
  9069.      *
  9070.      * @return \Swag\Security\SwagPlatformSecurity
  9071.      */
  9072.     protected function getSwagPlatformSecurityService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/BundleInterface.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Bundle/Bundle.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Bundle.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin.php';
  9080.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/SwagPlatformSecurity.php';
  9081.         return $this->services['Swag\\Security\\SwagPlatformSecurity'] = ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader'] ?? $this->getKernelPluginLoaderService())->getPluginInstance('Swag\\Security\\SwagPlatformSecurity');
  9082.     }
  9083.     /**
  9084.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  9085.      *
  9086.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  9087.      */
  9088.     protected function getRedirectControllerService()
  9089.     {
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  9091.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9092.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  9093.     }
  9094.     /**
  9095.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  9096.      *
  9097.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  9098.      */
  9099.     protected function getTemplateControllerService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  9102.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9103.     }
  9104.     /**
  9105.      * Gets the public 'acl_role.repository' shared service.
  9106.      *
  9107.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9108.      */
  9109.     protected function getAclRole_RepositoryService()
  9110.     {
  9111.         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()));
  9112.     }
  9113.     /**
  9114.      * Gets the public 'acl_user_role.repository' shared service.
  9115.      *
  9116.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9117.      */
  9118.     protected function getAclUserRole_RepositoryService()
  9119.     {
  9120.         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()));
  9121.     }
  9122.     /**
  9123.      * Gets the public 'administration.filesystem.private' shared service.
  9124.      *
  9125.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9126.      */
  9127.     protected function getAdministration_Filesystem_PrivateService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9131.         return $this->services['administration.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/administration');
  9132.     }
  9133.     /**
  9134.      * Gets the public 'administration.filesystem.public' shared service.
  9135.      *
  9136.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9137.      */
  9138.     protected function getAdministration_Filesystem_PublicService()
  9139.     {
  9140.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9142.         return $this->services['administration.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/administration');
  9143.     }
  9144.     /**
  9145.      * Gets the public 'app.repository' shared service.
  9146.      *
  9147.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9148.      */
  9149.     protected function getApp_RepositoryService()
  9150.     {
  9151.         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()));
  9152.     }
  9153.     /**
  9154.      * Gets the public 'app_action_button.repository' shared service.
  9155.      *
  9156.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9157.      */
  9158.     protected function getAppActionButton_RepositoryService()
  9159.     {
  9160.         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()));
  9161.     }
  9162.     /**
  9163.      * Gets the public 'app_action_button_translation.repository' shared service.
  9164.      *
  9165.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9166.      */
  9167.     protected function getAppActionButtonTranslation_RepositoryService()
  9168.     {
  9169.         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()));
  9170.     }
  9171.     /**
  9172.      * Gets the public 'app_administration_snippet.repository' shared service.
  9173.      *
  9174.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9175.      */
  9176.     protected function getAppAdministrationSnippet_RepositoryService()
  9177.     {
  9178.         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()));
  9179.     }
  9180.     /**
  9181.      * Gets the public 'app_cms_block.repository' shared service.
  9182.      *
  9183.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9184.      */
  9185.     protected function getAppCmsBlock_RepositoryService()
  9186.     {
  9187.         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()));
  9188.     }
  9189.     /**
  9190.      * Gets the public 'app_cms_block_translation.repository' shared service.
  9191.      *
  9192.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9193.      */
  9194.     protected function getAppCmsBlockTranslation_RepositoryService()
  9195.     {
  9196.         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()));
  9197.     }
  9198.     /**
  9199.      * Gets the public 'app_flow_action.repository' shared service.
  9200.      *
  9201.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9202.      */
  9203.     protected function getAppFlowAction_RepositoryService()
  9204.     {
  9205.         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()));
  9206.     }
  9207.     /**
  9208.      * Gets the public 'app_flow_action_translation.repository' shared service.
  9209.      *
  9210.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9211.      */
  9212.     protected function getAppFlowActionTranslation_RepositoryService()
  9213.     {
  9214.         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()));
  9215.     }
  9216.     /**
  9217.      * Gets the public 'app_payment_method.repository' shared service.
  9218.      *
  9219.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9220.      */
  9221.     protected function getAppPaymentMethod_RepositoryService()
  9222.     {
  9223.         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()));
  9224.     }
  9225.     /**
  9226.      * Gets the public 'app_script_condition.repository' shared service.
  9227.      *
  9228.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9229.      */
  9230.     protected function getAppScriptCondition_RepositoryService()
  9231.     {
  9232.         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()));
  9233.     }
  9234.     /**
  9235.      * Gets the public 'app_script_condition_translation.repository' shared service.
  9236.      *
  9237.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9238.      */
  9239.     protected function getAppScriptConditionTranslation_RepositoryService()
  9240.     {
  9241.         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()));
  9242.     }
  9243.     /**
  9244.      * Gets the public 'app_template.repository' shared service.
  9245.      *
  9246.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9247.      */
  9248.     protected function getAppTemplate_RepositoryService()
  9249.     {
  9250.         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()));
  9251.     }
  9252.     /**
  9253.      * Gets the public 'app_translation.repository' shared service.
  9254.      *
  9255.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9256.      */
  9257.     protected function getAppTranslation_RepositoryService()
  9258.     {
  9259.         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()));
  9260.     }
  9261.     /**
  9262.      * Gets the public 'cache.app' shared service.
  9263.      *
  9264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9265.      */
  9266.     protected function getCache_AppService()
  9267.     {
  9268.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  9269.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9270.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  9271.     }
  9272.     /**
  9273.      * Gets the public 'cache.app_clearer' shared service.
  9274.      *
  9275.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9276.      */
  9277.     protected function getCache_AppClearerService()
  9278.     {
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9281.         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())]);
  9282.     }
  9283.     /**
  9284.      * Gets the public 'cache.global_clearer' shared service.
  9285.      *
  9286.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9287.      */
  9288.     protected function getCache_GlobalClearerService()
  9289.     {
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9292.         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())]);
  9293.     }
  9294.     /**
  9295.      * Gets the public 'cache.system' shared service.
  9296.      *
  9297.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9298.      */
  9299.     protected function getCache_SystemService()
  9300.     {
  9301.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vEjNDIC8sf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9302.     }
  9303.     /**
  9304.      * Gets the public 'cache.system_clearer' shared service.
  9305.      *
  9306.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9307.      */
  9308.     protected function getCache_SystemClearerService()
  9309.     {
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9312.         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())]);
  9313.     }
  9314.     /**
  9315.      * Gets the public 'cache.validator_expression_language' shared service.
  9316.      *
  9317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9318.      */
  9319.     protected function getCache_ValidatorExpressionLanguageService()
  9320.     {
  9321.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yGmI11yoNP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9322.     }
  9323.     /**
  9324.      * Gets the public 'cache_warmer' shared service.
  9325.      *
  9326.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  9327.      */
  9328.     protected function getCacheWarmerService()
  9329.     {
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  9332.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  9333.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  9334.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  9335.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  9336.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  9337.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  9338.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  9339.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  9340.         }, 7), true, ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainerDeprecations.log'));
  9341.     }
  9342.     /**
  9343.      * Gets the public 'category.repository' shared service.
  9344.      *
  9345.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9346.      */
  9347.     protected function getCategory_RepositoryService()
  9348.     {
  9349.         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()));
  9350.     }
  9351.     /**
  9352.      * Gets the public 'category_tag.repository' shared service.
  9353.      *
  9354.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9355.      */
  9356.     protected function getCategoryTag_RepositoryService()
  9357.     {
  9358.         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()));
  9359.     }
  9360.     /**
  9361.      * Gets the public 'category_translation.repository' shared service.
  9362.      *
  9363.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9364.      */
  9365.     protected function getCategoryTranslation_RepositoryService()
  9366.     {
  9367.         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()));
  9368.     }
  9369.     /**
  9370.      * Gets the public 'checkout.filesystem.private' shared service.
  9371.      *
  9372.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9373.      */
  9374.     protected function getCheckout_Filesystem_PrivateService()
  9375.     {
  9376.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9378.         return $this->services['checkout.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/checkout');
  9379.     }
  9380.     /**
  9381.      * Gets the public 'checkout.filesystem.public' shared service.
  9382.      *
  9383.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9384.      */
  9385.     protected function getCheckout_Filesystem_PublicService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9389.         return $this->services['checkout.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/checkout');
  9390.     }
  9391.     /**
  9392.      * Gets the public 'chili_custom.filesystem.private' shared service.
  9393.      *
  9394.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9395.      */
  9396.     protected function getChiliCustom_Filesystem_PrivateService()
  9397.     {
  9398.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9400.         return $this->services['chili_custom.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/chili_custom');
  9401.     }
  9402.     /**
  9403.      * Gets the public 'chili_custom.filesystem.public' shared service.
  9404.      *
  9405.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9406.      */
  9407.     protected function getChiliCustom_Filesystem_PublicService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9411.         return $this->services['chili_custom.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/chili_custom');
  9412.     }
  9413.     /**
  9414.      * Gets the public 'cms_block.repository' shared service.
  9415.      *
  9416.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9417.      */
  9418.     protected function getCmsBlock_RepositoryService()
  9419.     {
  9420.         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()));
  9421.     }
  9422.     /**
  9423.      * Gets the public 'cms_page.repository' shared service.
  9424.      *
  9425.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9426.      */
  9427.     protected function getCmsPage_RepositoryService()
  9428.     {
  9429.         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()));
  9430.     }
  9431.     /**
  9432.      * Gets the public 'cms_page_translation.repository' shared service.
  9433.      *
  9434.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9435.      */
  9436.     protected function getCmsPageTranslation_RepositoryService()
  9437.     {
  9438.         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()));
  9439.     }
  9440.     /**
  9441.      * Gets the public 'cms_section.repository' shared service.
  9442.      *
  9443.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9444.      */
  9445.     protected function getCmsSection_RepositoryService()
  9446.     {
  9447.         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()));
  9448.     }
  9449.     /**
  9450.      * Gets the public 'cms_slot.repository' shared service.
  9451.      *
  9452.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9453.      */
  9454.     protected function getCmsSlot_RepositoryService()
  9455.     {
  9456.         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()));
  9457.     }
  9458.     /**
  9459.      * Gets the public 'cms_slot_translation.repository' shared service.
  9460.      *
  9461.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9462.      */
  9463.     protected function getCmsSlotTranslation_RepositoryService()
  9464.     {
  9465.         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()));
  9466.     }
  9467.     /**
  9468.      * Gets the public 'console.command_loader' shared service.
  9469.      *
  9470.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  9471.      */
  9472.     protected function getConsole_CommandLoaderService()
  9473.     {
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  9476.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9477.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''getCreateMigrationCommandService'false],
  9478.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''getRefreshMigrationCommandService'false],
  9479.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''getMigrationCommandService'false],
  9480.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''getCleanPersonalDataCommandService'false],
  9481.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => ['privates''Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''getMigrationDestructiveCommandService'false],
  9482.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''getChangelogCreateCommandService'false],
  9483.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''getChangelogReleaseCommandService'false],
  9484.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''getChangelogChangeCommandService'false],
  9485.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => ['privates''Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''getChangelogCheckCommandService'false],
  9486.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => ['privates''Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''getFeatureDumpCommandService'false],
  9487.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => ['privates''Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''getS3FilesystemVisibilityCommandService'false],
  9488.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''getDumpSchemaCommandService'false],
  9489.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => ['privates''Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''getDumpClassSchemaCommandService'false],
  9490.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''getRefreshAppCommandService'false],
  9491.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''getInstallAppCommandService'false],
  9492.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''getUninstallAppCommandService'false],
  9493.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''getActivateAppCommandService'false],
  9494.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''getDeactivateAppCommandService'false],
  9495.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''getValidateAppCommandService'false],
  9496.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => ['privates''Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''getResolveAppUrlChangeCommandService'false],
  9497.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''getCreateSchemaCommandService'false],
  9498.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''getCreateEntitiesCommandService'false],
  9499.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''getCreateHydratorCommandService'false],
  9500.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''getRefreshIndexCommandService'false],
  9501.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''getDataAbstractionLayerValidateCommandService'false],
  9502.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => ['privates''Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''getDemodataCommandService'false],
  9503.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => ['privates''Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''getDebugDumpBusinessEventsCommandService'false],
  9504.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  9505.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''getDispatchSleepMessageCommandService'false],
  9506.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''getBundleDumpCommandService'false],
  9507.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''getPluginRefreshCommandService'false],
  9508.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''getPluginListCommandService'false],
  9509.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''getPluginZipImportCommandService'false],
  9510.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''getPluginInstallCommandService'false],
  9511.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''getPluginActivateCommandService'false],
  9512.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''getPluginUpdateCommandService'false],
  9513.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''getPluginDeactivateCommandService'false],
  9514.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''getPluginUninstallCommandService'false],
  9515.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => ['privates''Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''getPluginCreateCommandService'false],
  9516.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''getRegisterScheduledTasksCommandService'false],
  9517.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => ['privates''Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''getScheduledTaskRunnerService'false],
  9518.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''getStoreDownloadCommandService'false],
  9519.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => ['privates''Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''getStoreLoginCommandService'false],
  9520.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => ['privates''Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''getValidateSnippetsCommandService'false],
  9521.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => ['privates''Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''getWorkflowDumpCommandService'false],
  9522.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''getConfigGetService'false],
  9523.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => ['privates''Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''getConfigSetService'false],
  9524.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => ['privates''Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''getMigrateIncrementStorageCommandService'false],
  9525.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''getGenerateThumbnailsCommandService'false],
  9526.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''getGenerateMediaTypesCommandService'false],
  9527.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => ['privates''Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''getDeleteNotUsedMediaCommandService'false],
  9528.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => ['privates''Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''getProductExportGenerateCommandService'false],
  9529.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''getDeleteExpiredFilesCommandService'false],
  9530.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => ['privates''Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''getImportEntityCommandService'false],
  9531.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => ['privates''Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''getSitemapGenerateCommandService'false],
  9532.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => ['privates''Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''getCartMigrateCommandService'false],
  9533.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => ['privates''Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''getDeleteUnusedGuestCustomersCommandService'false],
  9534.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''getHttpCacheWarmUpCommandService'false],
  9535.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => ['privates''Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''getSalesChannelCreateStorefrontCommandService'false],
  9536.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''getThemeCreateCommandService'false],
  9537.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''getThemeChangeCommandService'false],
  9538.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''getThemeCompileCommandService'false],
  9539.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''getThemeDumpCommandService'false],
  9540.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''getThemeRefreshCommandService'false],
  9541.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => ['privates''Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''getThemePrepareIconsCommandService'false],
  9542.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''getElasticsearchIndexingCommandService'false],
  9543.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''getElasticsearchTestAnalyzerCommandService'false],
  9544.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''getElasticsearchStatusCommandService'false],
  9545.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''getElasticsearchResetCommandService'false],
  9546.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''getElasticsearchCreateAliasCommandService'false],
  9547.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => ['privates''Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''getElasticsearchCleanIndicesCommandService'false],
  9548.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''getSystemInstallCommandService'false],
  9549.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''getSystemGenerateJwtSecretCommandService'false],
  9550.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''getSystemGenerateAppSecretCommandService'false],
  9551.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''getSystemSetupCommandService'false],
  9552.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => ['privates''.Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand.lazy''getDotenvDumpCommand_LazyService'false],
  9553.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''getSystemUpdatePrepareCommandService'false],
  9554.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''getSystemUpdateFinishCommandService'false],
  9555.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => ['privates''.Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand.lazy''getSalesChannelUpdateDomainCommand_LazyService'false],
  9556.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => ['privates''Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''getSystemConfigureShopCommandService'false],
  9557.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''getSalesChannelCreateCommandService'false],
  9558.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''getSalesChannelListCommandService'false],
  9559.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''getSalesChannelMaintenanceEnableCommandService'false],
  9560.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => ['privates''Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''getSalesChannelMaintenanceDisableCommandService'false],
  9561.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''getUserCreateCommandService'false],
  9562.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => ['privates''Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''getUserChangePasswordCommandService'false],
  9563.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  9564.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  9565.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  9566.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  9567.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  9568.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  9569.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  9570.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  9571.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  9572.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  9573.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  9574.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  9575.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  9576.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  9577.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  9578.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  9579.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  9580.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  9581.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  9582.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  9583.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  9584.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  9585.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  9586.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  9587.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  9588.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  9589.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  9590.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  9591.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  9592.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  9593.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  9594.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  9595.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  9596.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  9597.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  9598.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  9599.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  9600.             'enqueue.transport.consume_command' => ['privates''enqueue.transport.consume_command''getEnqueue_Transport_ConsumeCommandService'false],
  9601.             'enqueue.client.consume_command' => ['privates''enqueue.client.consume_command''getEnqueue_Client_ConsumeCommandService'false],
  9602.             'enqueue.client.produce_command' => ['privates''enqueue.client.produce_command''getEnqueue_Client_ProduceCommandService'false],
  9603.             'enqueue.client.setup_broker_command' => ['privates''enqueue.client.setup_broker_command''getEnqueue_Client_SetupBrokerCommandService'false],
  9604.             'enqueue.client.routes_command' => ['privates''enqueue.client.routes_command''getEnqueue_Client_RoutesCommandService'false],
  9605.         ], [
  9606.             'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand',
  9607.             'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand',
  9608.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand',
  9609.             'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand',
  9610.             'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand',
  9611.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand',
  9612.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand',
  9613.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand',
  9614.             'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand',
  9615.             'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand',
  9616.             'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand',
  9617.             'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand',
  9618.             'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand',
  9619.             'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand',
  9620.             'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand',
  9621.             'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand',
  9622.             'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand',
  9623.             'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand',
  9624.             'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand',
  9625.             'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand',
  9626.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand',
  9627.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand',
  9628.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand',
  9629.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand',
  9630.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand',
  9631.             'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand',
  9632.             'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand',
  9633.             'console.command.assets_install' => 'Shopware\\Core\\Framework\\Adapter\\Asset\\AssetInstallCommand',
  9634.             'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand',
  9635.             'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand',
  9636.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand',
  9637.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand',
  9638.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand',
  9639.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand',
  9640.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand',
  9641.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand',
  9642.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand',
  9643.             'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand',
  9644.             'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand',
  9645.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand',
  9646.             'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner',
  9647.             'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand',
  9648.             'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand',
  9649.             'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand',
  9650.             'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand',
  9651.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet',
  9652.             'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet',
  9653.             'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand',
  9654.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand',
  9655.             'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand',
  9656.             'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand',
  9657.             'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand',
  9658.             'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand',
  9659.             'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand',
  9660.             'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand',
  9661.             'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand',
  9662.             'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand',
  9663.             'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand',
  9664.             'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand',
  9665.             'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand',
  9666.             'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand',
  9667.             'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand',
  9668.             'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand',
  9669.             'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand',
  9670.             'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand',
  9671.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand',
  9672.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand',
  9673.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand',
  9674.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand',
  9675.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand',
  9676.             'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand',
  9677.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand',
  9678.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand',
  9679.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand',
  9680.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand',
  9681.             'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand' => '?',
  9682.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand',
  9683.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand',
  9684.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand' => '?',
  9685.             'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand',
  9686.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand',
  9687.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand',
  9688.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand',
  9689.             'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand',
  9690.             'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand',
  9691.             'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand',
  9692.             'console.command.about' => '?',
  9693.             'console.command.cache_clear' => '?',
  9694.             'console.command.cache_pool_clear' => '?',
  9695.             'console.command.cache_pool_prune' => '?',
  9696.             'console.command.cache_pool_delete' => '?',
  9697.             'console.command.cache_pool_list' => '?',
  9698.             'console.command.cache_warmup' => '?',
  9699.             'console.command.config_debug' => '?',
  9700.             'console.command.config_dump_reference' => '?',
  9701.             'console.command.container_debug' => '?',
  9702.             'console.command.container_lint' => '?',
  9703.             'console.command.debug_autowiring' => '?',
  9704.             'console.command.dotenv_debug' => '?',
  9705.             'console.command.event_dispatcher_debug' => '?',
  9706.             'console.command.messenger_consume_messages' => '?',
  9707.             'console.command.messenger_setup_transports' => '?',
  9708.             'console.command.messenger_debug' => '?',
  9709.             'console.command.messenger_stop_workers' => '?',
  9710.             'console.command.router_debug' => '?',
  9711.             'console.command.router_match' => '?',
  9712.             'console.command.translation_debug' => '?',
  9713.             'console.command.translation_extract' => '?',
  9714.             'console.command.validator_debug' => '?',
  9715.             'console.command.translation_pull' => '?',
  9716.             'console.command.translation_push' => '?',
  9717.             'console.command.xliff_lint' => '?',
  9718.             'console.command.yaml_lint' => '?',
  9719.             'console.command.secrets_set' => '?',
  9720.             'console.command.secrets_remove' => '?',
  9721.             'console.command.secrets_generate_key' => '?',
  9722.             'console.command.secrets_list' => '?',
  9723.             'console.command.secrets_decrypt_to_local' => '?',
  9724.             'console.command.secrets_encrypt_from_local' => '?',
  9725.             'twig.command.debug' => '?',
  9726.             'twig.command.lint' => '?',
  9727.             'var_dumper.command.server_dump' => '?',
  9728.             'monolog.command.server_log' => '?',
  9729.             'enqueue.transport.consume_command' => 'Enqueue\\Symfony\\Consumption\\ConfigurableConsumeCommand',
  9730.             'enqueue.client.consume_command' => 'Enqueue\\Symfony\\Client\\ConsumeCommand',
  9731.             'enqueue.client.produce_command' => 'Enqueue\\Symfony\\Client\\ProduceCommand',
  9732.             'enqueue.client.setup_broker_command' => 'Enqueue\\Symfony\\Client\\SetupBrokerCommand',
  9733.             'enqueue.client.routes_command' => 'Enqueue\\Symfony\\Client\\RoutesCommand',
  9734.         ]), ['database:create-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand''database:refresh-migration' => 'Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand''database:migrate' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand''database:clean-personal-data' => 'Shopware\\Core\\Framework\\Demodata\\PersonalData\\CleanPersonalDataCommand''database:migrate-destructive' => 'Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand''changelog:create' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCreateCommand''changelog:release' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogReleaseCommand''changelog:change' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogChangeCommand''changelog:check' => 'Shopware\\Core\\Framework\\Changelog\\Command\\ChangelogCheckCommand''feature:dump' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''administration:dump:features' => 'Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand''s3:set-visibility' => 'Shopware\\Core\\Framework\\Adapter\\Command\\S3FilesystemVisibilityCommand''framework:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpSchemaCommand''framework:dump:class:schema' => 'Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand''app:refresh' => 'Shopware\\Core\\Framework\\App\\Command\\RefreshAppCommand''app:install' => 'Shopware\\Core\\Framework\\App\\Command\\InstallAppCommand''app:uninstall' => 'Shopware\\Core\\Framework\\App\\Command\\UninstallAppCommand''app:activate' => 'Shopware\\Core\\Framework\\App\\Command\\ActivateAppCommand''app:deactivate' => 'Shopware\\Core\\Framework\\App\\Command\\DeactivateAppCommand''app:validate' => 'Shopware\\Core\\Framework\\App\\Command\\ValidateAppCommand''app:url-change:resolve' => 'Shopware\\Core\\Framework\\App\\Command\\ResolveAppUrlChangeCommand''dal:create:schema' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateSchemaCommand''dal:create:entities' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateEntitiesCommand''dal:create:hydrators' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\CreateHydratorCommand''dal:refresh:index' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand''dal:validate' => 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\DataAbstractionLayerValidateCommand''framework:demodata' => 'Shopware\\Core\\Framework\\Demodata\\Command\\DemodataCommand''debug:business-events' => 'Shopware\\Core\\Framework\\Event\\Command\\DebugDumpBusinessEventsCommand''assets:install' => 'console.command.assets_install''debug:messenger:dispatch-sleep' => 'Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand''bundle:dump' => 'Shopware\\Core\\Framework\\Plugin\\Command\\BundleDumpCommand''plugin:refresh' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginRefreshCommand''plugin:list' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand''plugin:zip-import' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginZipImportCommand''plugin:install' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginInstallCommand''plugin:activate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginActivateCommand''plugin:update' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUpdateCommand''plugin:deactivate' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginDeactivateCommand''plugin:uninstall' => 'Shopware\\Core\\Framework\\Plugin\\Command\\Lifecycle\\PluginUninstallCommand''plugin:create' => 'Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand''scheduled-task:register' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\RegisterScheduledTasksCommand''scheduled-task:run' => 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Command\\ScheduledTaskRunner''store:download' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreDownloadCommand''store:login' => 'Shopware\\Core\\Framework\\Store\\Command\\StoreLoginCommand''snippets:validate' => 'Shopware\\Core\\System\\Snippet\\Command\\ValidateSnippetsCommand''state-machine:dump' => 'Shopware\\Core\\System\\StateMachine\\Command\\WorkflowDumpCommand''system:config:get' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigGet''system:config:set' => 'Shopware\\Core\\System\\SystemConfig\\Command\\ConfigSet''number-range:migrate' => 'Shopware\\Core\\System\\NumberRange\\Command\\MigrateIncrementStorageCommand''media:generate-thumbnails' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateThumbnailsCommand''media:generate-media-types' => 'Shopware\\Core\\Content\\Media\\Commands\\GenerateMediaTypesCommand''media:delete-unused' => 'Shopware\\Core\\Content\\Media\\Commands\\DeleteNotUsedMediaCommand''product-export:generate' => 'Shopware\\Core\\Content\\ProductExport\\Command\\ProductExportGenerateCommand''import-export:delete-expired' => 'Shopware\\Core\\Content\\ImportExport\\Command\\DeleteExpiredFilesCommand''import:entity' => 'Shopware\\Core\\Content\\ImportExport\\Command\\ImportEntityCommand''sitemap:generate' => 'Shopware\\Core\\Content\\Sitemap\\Commands\\SitemapGenerateCommand''cart:migrate' => 'Shopware\\Core\\Checkout\\Cart\\Command\\CartMigrateCommand''customer:delete-unused-guests' => 'Shopware\\Core\\Checkout\\Customer\\Command\\DeleteUnusedGuestCustomersCommand''http:cache:warm:up' => 'Shopware\\Storefront\\Framework\\Command\\HttpCacheWarmUpCommand''sales-channel:create:storefront' => 'Shopware\\Storefront\\Framework\\Command\\SalesChannelCreateStorefrontCommand''theme:create' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand''theme:change' => 'Shopware\\Storefront\\Theme\\Command\\ThemeChangeCommand''theme:compile' => 'Shopware\\Storefront\\Theme\\Command\\ThemeCompileCommand''theme:dump' => 'Shopware\\Storefront\\Theme\\Command\\ThemeDumpCommand''theme:refresh' => 'Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand''theme:prepare-icons' => 'Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand''es:index' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchIndexingCommand''es:test:analyzer' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand''es:status' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchStatusCommand''es:reset' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchResetCommand''es:create:alias' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand''es:index:cleanup' => 'Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCleanIndicesCommand''system:install' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemInstallCommand''system:generate-jwt-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateJwtSecretCommand''system:generate-app-secret' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand''system:setup' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemSetupCommand''dotenv:dump' => 'Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand''system:update:prepare' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand''system:update:finish' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand''sales-channel:update:domain' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand''system:configure-shop' => 'Shopware\\Core\\Maintenance\\System\\Command\\SystemConfigureShopCommand''sales-channel:create' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelCreateCommand''sales-channel:list' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand''sales-channel:maintenance:enable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand''sales-channel:maintenance:disable' => 'Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand''user:create' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserCreateCommand''user:change-password' => 'Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand''about' => 'console.command.about''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''enqueue:transport:consume' => 'enqueue.transport.consume_command''enqueue:consume' => 'enqueue.client.consume_command''enqueue:produce' => 'enqueue.client.produce_command''enqueue:setup-broker' => 'enqueue.client.setup_broker_command''enqueue:routes' => 'enqueue.client.routes_command']);
  9735.     }
  9736.     /**
  9737.      * Gets the public 'container.env_var_processors_locator' shared service.
  9738.      *
  9739.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9740.      */
  9741.     protected function getContainer_EnvVarProcessorsLocatorService()
  9742.     {
  9743.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9744.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9745.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9746.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9747.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9748.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9749.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9750.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9751.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9752.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9753.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9754.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9755.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9756.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9757.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9758.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9759.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9760.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  9761.         ], [
  9762.             'base64' => '?',
  9763.             'bool' => '?',
  9764.             'const' => '?',
  9765.             'csv' => '?',
  9766.             'default' => '?',
  9767.             'file' => '?',
  9768.             'float' => '?',
  9769.             'int' => '?',
  9770.             'json' => '?',
  9771.             'key' => '?',
  9772.             'not' => '?',
  9773.             'query_string' => '?',
  9774.             'require' => '?',
  9775.             'resolve' => '?',
  9776.             'string' => '?',
  9777.             'trim' => '?',
  9778.             'url' => '?',
  9779.         ]);
  9780.     }
  9781.     /**
  9782.      * Gets the public 'content.filesystem.private' shared service.
  9783.      *
  9784.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9785.      */
  9786.     protected function getContent_Filesystem_PrivateService()
  9787.     {
  9788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9789.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9790.         return $this->services['content.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/content');
  9791.     }
  9792.     /**
  9793.      * Gets the public 'content.filesystem.public' shared service.
  9794.      *
  9795.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  9796.      */
  9797.     protected function getContent_Filesystem_PublicService()
  9798.     {
  9799.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  9800.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  9801.         return $this->services['content.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/content');
  9802.     }
  9803.     /**
  9804.      * Gets the public 'country.repository' shared service.
  9805.      *
  9806.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9807.      */
  9808.     protected function getCountry_RepositoryService()
  9809.     {
  9810.         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()));
  9811.     }
  9812.     /**
  9813.      * Gets the public 'country_state.repository' shared service.
  9814.      *
  9815.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9816.      */
  9817.     protected function getCountryState_RepositoryService()
  9818.     {
  9819.         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()));
  9820.     }
  9821.     /**
  9822.      * Gets the public 'country_state_translation.repository' shared service.
  9823.      *
  9824.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9825.      */
  9826.     protected function getCountryStateTranslation_RepositoryService()
  9827.     {
  9828.         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()));
  9829.     }
  9830.     /**
  9831.      * Gets the public 'country_translation.repository' shared service.
  9832.      *
  9833.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9834.      */
  9835.     protected function getCountryTranslation_RepositoryService()
  9836.     {
  9837.         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()));
  9838.     }
  9839.     /**
  9840.      * Gets the public 'currency.repository' shared service.
  9841.      *
  9842.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9843.      */
  9844.     protected function getCurrency_RepositoryService()
  9845.     {
  9846.         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()));
  9847.     }
  9848.     /**
  9849.      * Gets the public 'currency_country_rounding.repository' shared service.
  9850.      *
  9851.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9852.      */
  9853.     protected function getCurrencyCountryRounding_RepositoryService()
  9854.     {
  9855.         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()));
  9856.     }
  9857.     /**
  9858.      * Gets the public 'currency_translation.repository' shared service.
  9859.      *
  9860.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9861.      */
  9862.     protected function getCurrencyTranslation_RepositoryService()
  9863.     {
  9864.         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()));
  9865.     }
  9866.     /**
  9867.      * Gets the public 'custom_entity.repository' shared service.
  9868.      *
  9869.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9870.      */
  9871.     protected function getCustomEntity_RepositoryService()
  9872.     {
  9873.         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()));
  9874.     }
  9875.     /**
  9876.      * Gets the public 'custom_field.repository' shared service.
  9877.      *
  9878.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9879.      */
  9880.     protected function getCustomField_RepositoryService()
  9881.     {
  9882.         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()));
  9883.     }
  9884.     /**
  9885.      * Gets the public 'custom_field_set.repository' shared service.
  9886.      *
  9887.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9888.      */
  9889.     protected function getCustomFieldSet_RepositoryService()
  9890.     {
  9891.         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()));
  9892.     }
  9893.     /**
  9894.      * Gets the public 'custom_field_set_relation.repository' shared service.
  9895.      *
  9896.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9897.      */
  9898.     protected function getCustomFieldSetRelation_RepositoryService()
  9899.     {
  9900.         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()));
  9901.     }
  9902.     /**
  9903.      * Gets the public 'customer.repository' shared service.
  9904.      *
  9905.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9906.      */
  9907.     protected function getCustomer_RepositoryService()
  9908.     {
  9909.         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()));
  9910.     }
  9911.     /**
  9912.      * Gets the public 'customer_address.repository' shared service.
  9913.      *
  9914.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9915.      */
  9916.     protected function getCustomerAddress_RepositoryService()
  9917.     {
  9918.         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()));
  9919.     }
  9920.     /**
  9921.      * Gets the public 'customer_group.repository' shared service.
  9922.      *
  9923.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9924.      */
  9925.     protected function getCustomerGroup_RepositoryService()
  9926.     {
  9927.         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()));
  9928.     }
  9929.     /**
  9930.      * Gets the public 'customer_group_registration_sales_channels.repository' shared service.
  9931.      *
  9932.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9933.      */
  9934.     protected function getCustomerGroupRegistrationSalesChannels_RepositoryService()
  9935.     {
  9936.         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()));
  9937.     }
  9938.     /**
  9939.      * Gets the public 'customer_group_translation.repository' shared service.
  9940.      *
  9941.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9942.      */
  9943.     protected function getCustomerGroupTranslation_RepositoryService()
  9944.     {
  9945.         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()));
  9946.     }
  9947.     /**
  9948.      * Gets the public 'customer_recovery.repository' shared service.
  9949.      *
  9950.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9951.      */
  9952.     protected function getCustomerRecovery_RepositoryService()
  9953.     {
  9954.         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()));
  9955.     }
  9956.     /**
  9957.      * Gets the public 'customer_tag.repository' shared service.
  9958.      *
  9959.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9960.      */
  9961.     protected function getCustomerTag_RepositoryService()
  9962.     {
  9963.         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()));
  9964.     }
  9965.     /**
  9966.      * Gets the public 'customer_wishlist.repository' shared service.
  9967.      *
  9968.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9969.      */
  9970.     protected function getCustomerWishlist_RepositoryService()
  9971.     {
  9972.         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()));
  9973.     }
  9974.     /**
  9975.      * Gets the public 'customer_wishlist_product.repository' shared service.
  9976.      *
  9977.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9978.      */
  9979.     protected function getCustomerWishlistProduct_RepositoryService()
  9980.     {
  9981.         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()));
  9982.     }
  9983.     /**
  9984.      * Gets the public 'data_collector.dump' shared service.
  9985.      *
  9986.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  9987.      */
  9988.     protected function getDataCollector_DumpService()
  9989.     {
  9990.         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);
  9991.     }
  9992.     /**
  9993.      * Gets the public 'dead_message.repository' shared service.
  9994.      *
  9995.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  9996.      */
  9997.     protected function getDeadMessage_RepositoryService()
  9998.     {
  9999.         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()));
  10000.     }
  10001.     /**
  10002.      * Gets the public 'delivery_time.repository' shared service.
  10003.      *
  10004.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10005.      */
  10006.     protected function getDeliveryTime_RepositoryService()
  10007.     {
  10008.         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()));
  10009.     }
  10010.     /**
  10011.      * Gets the public 'delivery_time_translation.repository' shared service.
  10012.      *
  10013.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10014.      */
  10015.     protected function getDeliveryTimeTranslation_RepositoryService()
  10016.     {
  10017.         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()));
  10018.     }
  10019.     /**
  10020.      * Gets the public 'document.repository' shared service.
  10021.      *
  10022.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10023.      */
  10024.     protected function getDocument_RepositoryService()
  10025.     {
  10026.         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()));
  10027.     }
  10028.     /**
  10029.      * Gets the public 'document_base_config.repository' shared service.
  10030.      *
  10031.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10032.      */
  10033.     protected function getDocumentBaseConfig_RepositoryService()
  10034.     {
  10035.         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()));
  10036.     }
  10037.     /**
  10038.      * Gets the public 'document_base_config_sales_channel.repository' shared service.
  10039.      *
  10040.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10041.      */
  10042.     protected function getDocumentBaseConfigSalesChannel_RepositoryService()
  10043.     {
  10044.         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()));
  10045.     }
  10046.     /**
  10047.      * Gets the public 'document_type.repository' shared service.
  10048.      *
  10049.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10050.      */
  10051.     protected function getDocumentType_RepositoryService()
  10052.     {
  10053.         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()));
  10054.     }
  10055.     /**
  10056.      * Gets the public 'document_type_translation.repository' shared service.
  10057.      *
  10058.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10059.      */
  10060.     protected function getDocumentTypeTranslation_RepositoryService()
  10061.     {
  10062.         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()));
  10063.     }
  10064.     /**
  10065.      * Gets the public 'elasticsearch.filesystem.private' shared service.
  10066.      *
  10067.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10068.      */
  10069.     protected function getElasticsearch_Filesystem_PrivateService()
  10070.     {
  10071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10073.         return $this->services['elasticsearch.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/elasticsearch');
  10074.     }
  10075.     /**
  10076.      * Gets the public 'elasticsearch.filesystem.public' shared service.
  10077.      *
  10078.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  10079.      */
  10080.     protected function getElasticsearch_Filesystem_PublicService()
  10081.     {
  10082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  10083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  10084.         return $this->services['elasticsearch.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/elasticsearch');
  10085.     }
  10086.     /**
  10087.      * Gets the public 'enqueue.client.default.producer' shared service.
  10088.      *
  10089.      * @return \Enqueue\Client\TraceableProducer
  10090.      */
  10091.     protected function getEnqueue_Client_Default_ProducerService()
  10092.     {
  10093.         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([])));
  10094.     }
  10095.     /**
  10096.      * Gets the public 'error_controller' shared service.
  10097.      *
  10098.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  10099.      */
  10100.     protected function getErrorController2Service()
  10101.     {
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10107.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10108.         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)));
  10109.     }
  10110.     /**
  10111.      * Gets the public 'event_action.repository' shared service.
  10112.      *
  10113.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10114.      */
  10115.     protected function getEventAction_RepositoryService()
  10116.     {
  10117.         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()));
  10118.     }
  10119.     /**
  10120.      * Gets the public 'event_action_rule.repository' shared service.
  10121.      *
  10122.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10123.      */
  10124.     protected function getEventActionRule_RepositoryService()
  10125.     {
  10126.         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()));
  10127.     }
  10128.     /**
  10129.      * Gets the public 'event_action_sales_channel.repository' shared service.
  10130.      *
  10131.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  10132.      */
  10133.     protected function getEventActionSalesChannel_RepositoryService()
  10134.     {
  10135.         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()));
  10136.     }
  10137.     /**
  10138.      * Gets the public 'event_dispatcher' shared service.
  10139.      *
  10140.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  10141.      */
  10142.     protected function getEventDispatcherService()
  10143.     {
  10144.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  10145.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10146.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  10147.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10148.         $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())));
  10149.         $instance->addListener('kernel.request', [=> function () {
  10150.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteParamsCleanupListener'] = new \Shopware\Core\Framework\Routing\RouteParamsCleanupListener()));
  10151.         }, => '__invoke'], 0);
  10152.         $instance->addListener('kernel.request', [=> function () {
  10153.             return ($this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] ?? $this->getTwigDateRequestListenerService());
  10154.         }, => 'onKernelRequest'], 0);
  10155.         $instance->addListener('kernel.response', [=> function () {
  10156.             return ($this->services['Swag\\Security\\Subscriber\\AdminSecurityFixesProvider'] ?? $this->getAdminSecurityFixesProviderService());
  10157.         }, => '__invoke'], 0);
  10158.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10159.             return ($this->services['Swag\\Security\\Subscriber\\TwigStateProvider'] ?? $this->getTwigStateProviderService());
  10160.         }, => '__invoke'], 0);
  10161.         $instance->addListener('kernel.controller', [=> function () {
  10162.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  10163.         }, => 'onKernelController'], 0);
  10164.         $instance->addListener('kernel.controller', [=> function () {
  10165.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? $this->getContextResolverListenerService());
  10166.         }, => 'resolveContext'], -10);
  10167.         $instance->addListener('kernel.request', [=> function () {
  10168.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  10169.         }, => 'initializeCspNonce'], 0);
  10170.         $instance->addListener('kernel.response', [=> function () {
  10171.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? $this->getCoreSubscriberService());
  10172.         }, => 'setSecurityHeaders'], 0);
  10173.         $instance->addListener('kernel.controller', [=> function () {
  10174.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeListener'] ?? $this->getRouteScopeListenerService());
  10175.         }, => 'checkScope'], -20);
  10176.         $instance->addListener('kernel.request', [=> function () {
  10177.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10178.         }, => 'request'], -10);
  10179.         $instance->addListener('kernel.response', [=> function () {
  10180.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10181.         }, => 'response'], -10);
  10182.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10183.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] ?? $this->getRouteEventSubscriberService());
  10184.         }, => 'render'], -10);
  10185.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  10186.             return ($this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] ?? $this->getActiveRulesDataCollectorSubscriberService());
  10187.         }, => 'onContextResolved'], 0);
  10188.         $instance->addListener('snippet.written', [=> function () {
  10189.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10190.         }, => 'invalidate'], 0);
  10191.         $instance->addListener('snippet.deleted', [=> function () {
  10192.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10193.         }, => 'invalidate'], 0);
  10194.         $instance->addListener('snippet_set.deleted', [=> function () {
  10195.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] ?? $this->getTranslatorCacheInvalidateService());
  10196.         }, => 'invalidate'], 0);
  10197.         $instance->addListener('app_template.written', [=> function () {
  10198.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService());
  10199.         }, => 'reset'], 0);
  10200.         $instance->addListener('shopware.global_business_event', [=> function () {
  10201.             return ($this->privates['Shopware\\Core\\Framework\\Log\\LoggingService'] ?? $this->getLoggingServiceService());
  10202.         }, => 'logBusinessEvent'], 0);
  10203.         $instance->addListener('kernel.controller', [=> function () {
  10204.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10205.         }, => 'setStates'], -21);
  10206.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  10207.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10208.         }, => 'login'], 0);
  10209.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartChangedEvent', [=> function () {
  10210.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheStateSubscriber'] ?? $this->getCacheStateSubscriberService());
  10211.         }, => 'cartChanged'], 0);
  10212.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10213.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\Script\\ScriptCacheInvalidationSubscriber'] ?? $this->getScriptCacheInvalidationSubscriberService());
  10214.         }, => 'executeCacheInvalidationHook'], 0);
  10215.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  10216.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10217.         }, => 'invalidateCategoryRouteByCategoryIds'], 2000);
  10218.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  10219.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10220.         }, => 'invalidateListingRouteByCategoryIds'], 2001);
  10221.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  10222.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10223.         }, => 'invalidateIndexedLandingPages'], 2000);
  10224.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10225.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10226.         }, => 'invalidateSearch'], 2000);
  10227.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10228.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10229.         }, => 'invalidateListings'], 2001);
  10230.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10231.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10232.         }, => 'invalidateProductIds'], 2002);
  10233.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10234.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10235.         }, => 'invalidateDetailRoute'], 2004);
  10236.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10237.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10238.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  10239.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10240.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10241.         }, => 'invalidateReviewRoute'], 2006);
  10242.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10243.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10244.         }, => 'invalidateSearch'], 2000);
  10245.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10246.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10247.         }, => 'invalidateListings'], 2001);
  10248.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10249.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10250.         }, => 'invalidateProductIds'], 2002);
  10251.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10252.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10253.         }, => 'invalidateDetailRoute'], 2004);
  10254.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10255.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10256.         }, => 'invalidateStreamsAfterIndexing'], 2005);
  10257.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductNoLongerAvailableEvent', [=> function () {
  10258.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10259.         }, => 'invalidateReviewRoute'], 2006);
  10260.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10261.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10262.         }, => 'invalidateCmsPageIds'], 2001);
  10263.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10264.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10265.         }, => 'invalidateCurrencyRoute'], 2002);
  10266.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10267.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10268.         }, => 'invalidateLanguageRoute'], 2003);
  10269.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10270.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10271.         }, => 'invalidateNavigationRoute'], 2004);
  10272.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10273.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10274.         }, => 'invalidatePaymentMethodRoute'], 2005);
  10275.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10276.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10277.         }, => 'invalidateProductAssignment'], 2006);
  10278.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10279.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10280.         }, => 'invalidateManufacturerFilters'], 2007);
  10281.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10282.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10283.         }, => 'invalidatePropertyFilters'], 2008);
  10284.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10285.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10286.         }, => 'invalidateCrossSellingRoute'], 2009);
  10287.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10288.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10289.         }, => 'invalidateContext'], 2010);
  10290.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10291.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10292.         }, => 'invalidateShippingMethodRoute'], 2011);
  10293.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10294.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10295.         }, => 'invalidateSnippets'], 2012);
  10296.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10297.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10298.         }, => 'invalidateStreamsBeforeIndexing'], 2013);
  10299.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10300.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10301.         }, => 'invalidateStreamIds'], 2014);
  10302.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10303.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10304.         }, => 'invalidateCountryRoute'], 2015);
  10305.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10306.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10307.         }, => 'invalidateSalutationRoute'], 2016);
  10308.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10309.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10310.         }, => 'invalidateInitialStateIdLoader'], 2017);
  10311.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10312.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10313.         }, => 'invalidateCountryStateRoute'], 2018);
  10314.         $instance->addListener('Shopware\\Core\\Content\\Seo\\Event\\SeoUrlUpdateEvent', [=> function () {
  10315.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10316.         }, => 'invalidateSeoUrls'], 2000);
  10317.         $instance->addListener('Shopware\\Core\\Content\\Rule\\Event\\RuleIndexerEvent', [=> function () {
  10318.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10319.         }, => 'invalidateRules'], 2000);
  10320.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  10321.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10322.         }, => 'invalidateRules'], 2000);
  10323.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  10324.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10325.         }, => 'invalidateConfig'], 2001);
  10326.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10327.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10328.         }, => 'invalidateRules'], 2000);
  10329.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10330.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10331.         }, => 'invalidateConfig'], 2001);
  10332.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  10333.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10334.         }, => 'invalidateRules'], 2000);
  10335.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  10336.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10337.         }, => 'invalidateConfig'], 2001);
  10338.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  10339.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10340.         }, => 'invalidateRules'], 2000);
  10341.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  10342.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10343.         }, => 'invalidateConfig'], 2001);
  10344.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  10345.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10346.         }, => 'invalidateRules'], 2000);
  10347.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  10348.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10349.         }, => 'invalidateConfig'], 2001);
  10350.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  10351.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10352.         }, => 'invalidateConfigKey'], 2000);
  10353.         $instance->addListener('Shopware\\Core\\Content\\Sitemap\\Event\\SitemapGeneratedEvent', [=> function () {
  10354.             return ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidationSubscriber'] ?? $this->getCacheInvalidationSubscriberService());
  10355.         }, => 'invalidateSitemap'], 2000);
  10356.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10357.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] ?? $this->getAclWriteValidatorService());
  10358.         }, => 'preValidate'], 0);
  10359.         $instance->addListener('kernel.controller', [=> function () {
  10360.             return ($this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] ?? $this->getAclAnnotationValidatorService());
  10361.         }, => 'validate'], -20);
  10362.         $instance->addListener('Shopware\\Core\\Framework\\Api\\Acl\\Event\\CommandAclValidationEvent', [=> function () {
  10363.             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()));
  10364.         }, => 'validate'], 0);
  10365.         $instance->addListener('kernel.request', [=> function () {
  10366.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  10367.         }, => 'onKernelRequest'], 9999);
  10368.         $instance->addListener('kernel.response', [=> function () {
  10369.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\CorsListener'] = new \Shopware\Core\Framework\Api\EventListener\CorsListener()));
  10370.         }, => 'onKernelResponse'], 9999);
  10371.         $instance->addListener('kernel.exception', [=> function () {
  10372.             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)));
  10373.         }, => 'onKernelException'], -1);
  10374.         $instance->addListener('kernel.response', [=> function () {
  10375.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ResponseHeaderListener'] = new \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener()));
  10376.         }, => 'onResponse'], 0);
  10377.         $instance->addListener('kernel.request', [=> function () {
  10378.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\JsonRequestTransformerListener'] = new \Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener()));
  10379.         }, => 'onRequest'], 128);
  10380.         $instance->addListener('kernel.controller', [=> function () {
  10381.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] ?? $this->getExpectationSubscriberService());
  10382.         }, => 'checkExpectations'], -21);
  10383.         $instance->addListener('kernel.controller', [=> function () {
  10384.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\SalesChannelAuthenticationListener'] ?? $this->getSalesChannelAuthenticationListenerService());
  10385.         }, => 'validateRequest'], -2);
  10386.         $instance->addListener('kernel.request', [=> function () {
  10387.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  10388.         }, => 'setupOAuth'], 128);
  10389.         $instance->addListener('kernel.controller', [=> function () {
  10390.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\ApiAuthenticationListener'] ?? $this->getApiAuthenticationListenerService());
  10391.         }, => 'validateRequest'], -2);
  10392.         $instance->addListener('user.written', [=> function () {
  10393.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  10394.         }, => 'onUserWritten'], 0);
  10395.         $instance->addListener('user.deleted', [=> function () {
  10396.             return ($this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\Authentication\\UserCredentialsChangedSubscriber'] ?? $this->getUserCredentialsChangedSubscriberService());
  10397.         }, => 'onUserDeleted'], 0);
  10398.         $instance->addListener('app.loaded', [=> function () {
  10399.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppLoadedSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppLoadedSubscriber()));
  10400.         }, => 'unserialize'], 0);
  10401.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10402.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] ?? $this->getCustomFieldProtectionSubscriberService());
  10403.         }, => 'checkWrite'], 0);
  10404.         $instance->addListener('app_script_condition.loaded', [=> function () {
  10405.             return ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\AppScriptConditionConstraintsSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\AppScriptConditionConstraintsSubscriber()));
  10406.         }, => 'unserialize'], 0);
  10407.         $instance->addListener('app_flow_action.loaded', [=> function () {
  10408.             return ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\FlowAction\\AppFlowActionLoadedSubscriber'] = new \Shopware\Core\Framework\App\FlowAction\AppFlowActionLoadedSubscriber()));
  10409.         }, => 'unserialize'], 0);
  10410.         $instance->addListener('custom_field.deleted', [=> function () {
  10411.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  10412.         }, => 'invalidateCache'], 0);
  10413.         $instance->addListener('custom_field.written', [=> function () {
  10414.             return ($this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] ?? $this->getCustomFieldServiceService());
  10415.         }, => 'invalidateCache'], 0);
  10416.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressStartedEvent', [=> function () {
  10417.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  10418.         }, => 'startProgress'], 0);
  10419.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressAdvancedEvent', [=> function () {
  10420.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  10421.         }, => 'advanceProgress'], 0);
  10422.         $instance->addListener('Shopware\\Core\\Framework\\Event\\ProgressFinishedEvent', [=> function () {
  10423.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Command\\RefreshIndexCommand'] ?? $this->getRefreshIndexCommandService());
  10424.         }, => 'finishProgress'], 0);
  10425.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePreFinishEvent', [=> function () {
  10426.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  10427.         }, => 'runRegisteredIndexers'], 0);
  10428.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  10429.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\Subscriber\\RegisteredIndexerSubscriber'] ?? $this->getRegisteredIndexerSubscriberService());
  10430.         }, => 'runRegisteredIndexers'], 0);
  10431.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10432.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\LockValidator'] ?? $this->getLockValidatorService());
  10433.         }, => 'preValidate'], 0);
  10434.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10435.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  10436.         }, => 'validateWriteCommands'], 0);
  10437.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  10438.             return ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityProtection\\EntityProtectionValidator'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator()));
  10439.         }, => 'validateEntitySearch'], 0);
  10440.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10441.             return ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  10442.         }, => 'refresh'], 1000);
  10443.         $instance->addListener('mail_template.deleted', [=> function () {
  10444.             return ($this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] ?? $this->getEventActionSubscriberService());
  10445.         }, => 'deleted'], 0);
  10446.         $instance->addListener('dead_message.loaded', [=> function () {
  10447.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\DeadMessageLoadedSubscriber'] = new \Shopware\Core\Framework\MessageQueue\Subscriber\DeadMessageLoadedSubscriber()));
  10448.         }, => 'unserialize'], 0);
  10449.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10450.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Subscriber\\MessageFailedHandler'] ?? $this->getMessageFailedHandlerService());
  10451.         }, => 'onMessageFailed'], 99);
  10452.         $instance->addListener('plugin.loaded', [=> function () {
  10453.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginLoadedSubscriber'] = new \Shopware\Core\Framework\Plugin\Subscriber\PluginLoadedSubscriber()));
  10454.         }, => 'unserialize'], 0);
  10455.         $instance->addListener('acl_role.loaded', [=> function () {
  10456.             return ($this->privates['Shopware\\Core\\Framework\\Plugin\\Subscriber\\PluginAclPrivilegesSubscriber'] ?? $this->getPluginAclPrivilegesSubscriberService());
  10457.         }, => 'onAclRoleLoaded'], 0);
  10458.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10459.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  10460.         }, => 'afterPluginStateChange'], 0);
  10461.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  10462.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriberService());
  10463.         }, => 'afterPluginStateChange'], 0);
  10464.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  10465.             return ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Subscriber\\UpdatePostFinishSubscriber'] ?? $this->getUpdatePostFinishSubscriberService());
  10466.         }, => 'updatePostFinishEvent'], 0);
  10467.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  10468.             return ($this->privates['Shopware\\Core\\Framework\\Store\\Subscriber\\LicenseHostChangedSubscriber'] ?? $this->getLicenseHostChangedSubscriberService());
  10469.         }, => 'onLicenseHostChanged'], 0);
  10470.         $instance->addListener('script.written', [=> function () {
  10471.             return ($this->privates['Shopware\\Core\\Framework\\Script\\Execution\\ScriptLoader'] ?? $this->getScriptLoaderService());
  10472.         }, => 'invalidateCache'], 0);
  10473.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10474.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  10475.         }, => 'preValidate'], 0);
  10476.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  10477.             return ($this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] ?? $this->getLanguageValidatorService());
  10478.         }, => 'postValidate'], 0);
  10479.         $instance->addListener('language.deleted', [=> function () {
  10480.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  10481.         }, => 'invalidateCache'], 0);
  10482.         $instance->addListener('language.written', [=> function () {
  10483.             return ($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService());
  10484.         }, => 'invalidateCache'], 0);
  10485.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10486.             return ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Language\\TranslationValidator'] = new \Shopware\Core\System\Language\TranslationValidator()));
  10487.         }, => 'preValidate'], 0);
  10488.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  10489.             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'))));
  10490.         }, => 'update'], 0);
  10491.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  10492.             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'))));
  10493.         }, => 'onUpdate'], 0);
  10494.         $instance->addListener('kernel.response', [=> function () {
  10495.             return ($this->privates['Shopware\\Core\\Content\\Seo\\SalesChannel\\StoreApiSeoResolver'] ?? $this->getStoreApiSeoResolverService());
  10496.         }, => 'addSeoInformation'], 10000);
  10497.         $instance->addListener('webhook.written', [=> function () {
  10498.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  10499.         }, => 'clearWebhookCache'], 0);
  10500.         $instance->addListener('acl_role.written', [=> function () {
  10501.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? $this->getWebhookCacheClearerService());
  10502.         }, => 'clearPrivilegesCache'], 0);
  10503.         $instance->addListener('Shopware\\Core\\Framework\\Webhook\\Event\\RetryWebhookMessageFailedEvent', [=> function () {
  10504.             return ($this->privates['Shopware\\Core\\Framework\\Webhook\\Subscriber\\RetryWebhookMessageFailedSubscriber'] ?? $this->getRetryWebhookMessageFailedSubscriberService());
  10505.         }, => 'handleWebhookMessageFail'], 0);
  10506.         $instance->addListener('kernel.response', [=> function () {
  10507.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StoreApiResponseListener'] ?? $this->getStoreApiResponseListenerService());
  10508.         }, => 'encodeResponse'], 10000);
  10509.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10510.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] ?? $this->getSalesChannelValidatorService());
  10511.         }, => 'handleSalesChannelLanguageIds'], 0);
  10512.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10513.             return ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] ?? ($this->privates['Shopware\\Core\\System\\SalesChannel\\Subscriber\\SalesChannelTypeValidator'] = new \Shopware\Core\System\SalesChannel\Subscriber\SalesChannelTypeValidator()));
  10514.         }, => 'preWriteValidateEvent'], 0);
  10515.         $instance->addListener('country.written', [=> function () {
  10516.             return ($this->privates['Shopware\\Core\\System\\Country\\CountryTaxFreeDeprecationUpdater'] ?? $this->getCountryTaxFreeDeprecationUpdaterService());
  10517.         }, => 'updated'], 0);
  10518.         $instance->addListener('currency.loaded', [=> function () {
  10519.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyLoadSubscriber'] = new \Shopware\Core\System\Currency\CurrencyLoadSubscriber()));
  10520.         }, => 'setDefault'], 0);
  10521.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10522.             return ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] ?? ($this->privates['Shopware\\Core\\System\\Currency\\CurrencyValidator'] = new \Shopware\Core\System\Currency\CurrencyValidator()));
  10523.         }, => 'preValidate'], 0);
  10524.         $instance->addListener('custom_field.written', [=> function () {
  10525.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  10526.         }, => 'customFieldIsWritten'], 0);
  10527.         $instance->addListener('custom_field.deleted', [=> function () {
  10528.             return ($this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] ?? $this->getCustomFieldSubscriberService());
  10529.         }, => 'customFieldIsDeleted'], 0);
  10530.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10531.             return ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] ?? ($this->privates['Shopware\\Core\\System\\Salutation\\DefaultSalutationValidator'] = new \Shopware\Core\System\Salutation\DefaultSalutationValidator()));
  10532.         }, => 'validate'], 0);
  10533.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  10534.             return ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] = new \Shopware\Core\System\SystemConfig\Store\MemoizedSystemConfigStore()));
  10535.         }, => 'onValueChanged'], 1500);
  10536.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  10537.             return ($this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] ?? $this->getEntryPointValidatorService());
  10538.         }, => 'postValidate'], 0);
  10539.         $instance->addListener('category.loaded', [=> function () {
  10540.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  10541.         }, => 'entityLoaded'], 0);
  10542.         $instance->addListener('sales_channel.category.loaded', [=> function () {
  10543.             return ($this->privates['Shopware\\Core\\Content\\Category\\Subscriber\\CategorySubscriber'] ?? $this->getCategorySubscriberService());
  10544.         }, => 'entityLoaded'], 0);
  10545.         $instance->addListener('media.loaded', [=> function () {
  10546.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  10547.         }, => 'unserialize'], 10);
  10548.         $instance->addListener('media.loaded', [=> function () {
  10549.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaLoadedSubscriber'] ?? $this->getMediaLoadedSubscriberService());
  10550.         }, => 'addUrls'], 0);
  10551.         $instance->addListener('media_folder_configuration.loaded', [=> function () {
  10552.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaFolderConfigLoadedSubscriber'] = new \Shopware\Core\Content\Media\Subscriber\MediaFolderConfigLoadedSubscriber()));
  10553.         }, => 'unserialize'], 10);
  10554.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  10555.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  10556.         }, => 'beforeDelete'], 0);
  10557.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntitySearchedEvent', [=> function () {
  10558.             return ($this->privates['Shopware\\Core\\Content\\Media\\Subscriber\\MediaDeletionSubscriber'] ?? $this->getMediaDeletionSubscriberService());
  10559.         }, => 'securePrivateFolders'], 0);
  10560.         $instance->addListener('product.loaded', [=> function () {
  10561.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  10562.         }, => 'loaded'], 0);
  10563.         $instance->addListener('product.partial_loaded', [=> function () {
  10564.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  10565.         }, => 'partialEntityLoaded'], 0);
  10566.         $instance->addListener('sales_channel.product.loaded', [=> function () {
  10567.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  10568.         }, => 'salesChannelLoaded'], 0);
  10569.         $instance->addListener('sales_channel.product.partial_loaded', [=> function () {
  10570.             return ($this->privates['Shopware\\Core\\Content\\Product\\Subscriber\\ProductSubscriber'] ?? $this->getProductSubscriberService());
  10571.         }, => 'partialSalesChannelLoaded'], 0);
  10572.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  10573.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10574.         }, => 'handleListingRequest'], 100);
  10575.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingCriteriaEvent', [=> function () {
  10576.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10577.         }, => 'handleFlags'], -100);
  10578.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSuggestCriteriaEvent', [=> function () {
  10579.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10580.         }, => 'handleFlags'], -100);
  10581.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  10582.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10583.         }, => 'handleSearchRequest'], 100);
  10584.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchCriteriaEvent', [=> function () {
  10585.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10586.         }, => 'handleFlags'], -100);
  10587.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  10588.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10589.         }, => 'handleResult'], 100);
  10590.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductListingResultEvent', [=> function () {
  10591.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10592.         }, => 'removeScoreSorting'], -100);
  10593.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductSearchResultEvent', [=> function () {
  10594.             return ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Listing\\ProductListingFeaturesSubscriber'] ?? $this->getProductListingFeaturesSubscriberService());
  10595.         }, => 'handleResult'], 0);
  10596.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10597.             return ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] ?? $this->getProductLineItemCommandValidatorService());
  10598.         }, => 'preValidate'], 0);
  10599.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  10600.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  10601.         }, => 'orderPlaced'], 0);
  10602.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  10603.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  10604.         }, => 'stateChanged'], 0);
  10605.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10606.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  10607.         }, => 'triggerChangeSet'], 0);
  10608.         $instance->addListener('order_line_item.written', [=> function () {
  10609.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  10610.         }, => 'lineItemWritten'], 0);
  10611.         $instance->addListener('order_line_item.deleted', [=> function () {
  10612.             return ($this->privates['Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\StockUpdater'] ?? $this->getStockUpdaterService());
  10613.         }, => 'lineItemWritten'], 0);
  10614.         $instance->addListener('newsletter_recipient.deleted', [=> function () {
  10615.             return ($this->privates['Shopware\\Core\\Content\\Newsletter\\Event\\Subscriber\\NewsletterRecipientDeletedSubscriber'] ?? $this->getNewsletterRecipientDeletedSubscriberService());
  10616.         }, => 'onNewsletterRecipientDeleted'], 0);
  10617.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10618.             return ($this->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? $this->getRuleValidatorService());
  10619.         }, => 'preValidate'], 0);
  10620.         $instance->addListener('rule.loaded', [=> function () {
  10621.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? $this->getRulePayloadSubscriberService());
  10622.         }, => 'unserialize'], 0);
  10623.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  10624.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10625.         }, => 'refreshPlugin'], 0);
  10626.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10627.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10628.         }, => 'refreshPlugin'], 0);
  10629.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  10630.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10631.         }, => 'refreshPlugin'], 0);
  10632.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  10633.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10634.         }, => 'refreshPlugin'], 0);
  10635.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  10636.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10637.         }, => 'refreshPlugin'], 0);
  10638.         $instance->addListener('rule.written', [=> function () {
  10639.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] ?? $this->getRuleIndexerService());
  10640.         }, => 'onRuleWritten'], 0);
  10641.         $instance->addListener('app_script_condition.written', [=> function () {
  10642.             return ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService());
  10643.         }, => 'updatePayloads'], 0);
  10644.         $instance->addListener('product_export.written', [=> function () {
  10645.             return ($this->privates['Shopware\\Core\\Content\\ProductExport\\EventListener\\ProductExportEventListener'] ?? $this->getProductExportEventListenerService());
  10646.         }, => 'afterWrite'], 0);
  10647.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\BeforeSystemConfigChangedEvent', [=> function () {
  10648.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  10649.         }, => 'validateChangeOfDefaultCmsPage'], 0);
  10650.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  10651.             return ($this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] ?? $this->getCmsPageDefaultChangeSubscriberService());
  10652.         }, => 'beforeDeletion'], 0);
  10653.         $instance->addListener('action.mail.send', [=> function () {
  10654.             return ($this->privates['Shopware\\Core\\Content\\MailTemplate\\Subscriber\\MailSendSubscriber'] ?? $this->getMailSendSubscriberService());
  10655.         }, => 'sendMail'], 0);
  10656.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10657.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] ?? $this->getSystemDefaultValidatorService());
  10658.         }, => 'preValidate'], 0);
  10659.         $instance->addListener('media.written', [=> function () {
  10660.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  10661.         }, => 'persistMedia'], 0);
  10662.         $instance->addListener('import_export_file.deleted', [=> function () {
  10663.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\FileDeletedSubscriber'] ?? $this->getFileDeletedSubscriberService());
  10664.         }, => 'onFileDeleted'], 0);
  10665.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  10666.             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()));
  10667.         }, => 'enrich'], 0);
  10668.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportBeforeImportRecordEvent', [=> function () {
  10669.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductCategoryPathsSubscriber'] ?? $this->getProductCategoryPathsSubscriberService());
  10670.         }, => 'categoryPathsToAssignment'], 0);
  10671.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\EnrichExportCriteriaEvent', [=> function () {
  10672.             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()));
  10673.         }, => 'enrich'], 0);
  10674.         $instance->addListener('Shopware\\Core\\Content\\ImportExport\\Event\\ImportExportAfterImportRecordEvent', [=> function () {
  10675.             return ($this->privates['Shopware\\Core\\Content\\ImportExport\\Event\\Subscriber\\ProductVariantsSubscriber'] ?? $this->getProductVariantsSubscriberService());
  10676.         }, => 'onAfterImportRecord'], 0);
  10677.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PostWriteValidationEvent', [=> function () {
  10678.             return ($this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] ?? $this->getLandingPageValidatorService());
  10679.         }, => 'preValidate'], 0);
  10680.         $instance->addListener('action.add.order.tag', [=> function () {
  10681.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  10682.         }, => 'handle'], 0);
  10683.         $instance->addListener('action.add.customer.tag', [=> function () {
  10684.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  10685.         }, => 'handle'], 0);
  10686.         $instance->addListener('action.remove.order.tag', [=> function () {
  10687.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  10688.         }, => 'handle'], 0);
  10689.         $instance->addListener('action.remove.customer.tag', [=> function () {
  10690.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  10691.         }, => 'handle'], 0);
  10692.         $instance->addListener('action.change.customer.group', [=> function () {
  10693.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  10694.         }, => 'handle'], 0);
  10695.         $instance->addListener('action.change.customer.status', [=> function () {
  10696.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  10697.         }, => 'handle'], 0);
  10698.         $instance->addListener('action.mail.send', [=> function () {
  10699.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  10700.         }, => 'handle'], 0);
  10701.         $instance->addListener('action.generate.document', [=> function () {
  10702.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  10703.         }, => 'handle'], 0);
  10704.         $instance->addListener('action.set.order.state', [=> function () {
  10705.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  10706.         }, => 'handle'], 0);
  10707.         $instance->addListener('action.set.customer.custom.field', [=> function () {
  10708.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  10709.         }, => 'handle'], 0);
  10710.         $instance->addListener('action.set.order.custom.field', [=> function () {
  10711.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  10712.         }, => 'handle'], 0);
  10713.         $instance->addListener('action.set.customer.group.custom.field', [=> function () {
  10714.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  10715.         }, => 'handle'], 0);
  10716.         $instance->addListener('action.add.customer.affiliate.and.campaign.code', [=> function () {
  10717.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  10718.         }, => 'handle'], 0);
  10719.         $instance->addListener('action.add.order.affiliate.and.campaign.code', [=> function () {
  10720.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  10721.         }, => 'handle'], 0);
  10722.         $instance->addListener('action.stop.flow', [=> function () {
  10723.             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()));
  10724.         }, => 'handle'], 0);
  10725.         $instance->addListener('flow.written', [=> function () {
  10726.             return ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? $this->getCachedFlowLoaderService());
  10727.         }, => 'invalidate'], 0);
  10728.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [=> function () {
  10729.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10730.         }, => 'refreshPlugin'], 0);
  10731.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10732.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10733.         }, => 'refreshPlugin'], 0);
  10734.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUpdateEvent', [=> function () {
  10735.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10736.         }, => 'refreshPlugin'], 0);
  10737.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivateEvent', [=> function () {
  10738.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10739.         }, => 'refreshPlugin'], 0);
  10740.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  10741.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10742.         }, => 'refreshPlugin'], 0);
  10743.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppInstalledEvent', [=> function () {
  10744.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10745.         }, => 'refreshPlugin'], 0);
  10746.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  10747.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10748.         }, => 'refreshPlugin'], 0);
  10749.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  10750.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10751.         }, => 'refreshPlugin'], 0);
  10752.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  10753.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10754.         }, => 'refreshPlugin'], 0);
  10755.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  10756.             return ($this->privates['Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexer'] ?? $this->getFlowIndexerService());
  10757.         }, => 'refreshPlugin'], 0);
  10758.         $instance->addListener('customer.loaded', [=> function () {
  10759.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  10760.         }, => 'loaded'], 0);
  10761.         $instance->addListener('customer_address.loaded', [=> function () {
  10762.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  10763.         }, => 'loaded'], 0);
  10764.         $instance->addListener('order_address.loaded', [=> function () {
  10765.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] ?? $this->getCustomerDefaultSalutationSubscriberService());
  10766.         }, => 'loaded'], 0);
  10767.         $instance->addListener('Shopware\\Core\\System\\StateMachine\\Event\\StateMachineTransitionEvent', [=> function () {
  10768.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  10769.         }, => 'fillCustomerMetaDataFields'], 0);
  10770.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10771.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] ?? $this->getCustomerMetaFieldSubscriberService());
  10772.         }, => 'deleteOrder'], 0);
  10773.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  10774.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerRemoteAddressSubscriber'] ?? $this->getCustomerRemoteAddressSubscriberService());
  10775.         }, => 'updateRemoteAddressByLogin'], 0);
  10776.         $instance->addListener('customer.written', [=> function () {
  10777.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  10778.         }, => 'onCustomerWritten'], 0);
  10779.         $instance->addListener('customer.deleted', [=> function () {
  10780.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerTokenSubscriber'] ?? $this->getCustomerTokenSubscriberService());
  10781.         }, => 'onCustomerDeleted'], 0);
  10782.         $instance->addListener('customer_group_translation.written', [=> function () {
  10783.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  10784.         }, => 'updatedCustomerGroup'], 0);
  10785.         $instance->addListener('customer_group_registration_sales_channels.written', [=> function () {
  10786.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  10787.         }, => 'newSalesChannelAddedToCustomerGroup'], 0);
  10788.         $instance->addListener('customer_group_translation.deleted', [=> function () {
  10789.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerGroupSubscriber'] ?? $this->getCustomerGroupSubscriberService());
  10790.         }, => 'deleteCustomerGroup'], 0);
  10791.         $instance->addListener('customer.written', [=> function () {
  10792.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] ?? $this->getCustomerChangePasswordSubscriberService());
  10793.         }, => 'onCustomerWritten'], 0);
  10794.         $instance->addListener('customer.written', [=> function () {
  10795.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerFlowEventsSubscriber'] ?? $this->getCustomerFlowEventsSubscriberService());
  10796.         }, => 'onCustomerWritten'], 0);
  10797.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\BeforeDeleteEvent', [=> function () {
  10798.             return ($this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerBeforeDeleteSubscriber'] ?? $this->getCustomerBeforeDeleteSubscriberService());
  10799.         }, => 'beforeDelete'], 0);
  10800.         $instance->addListener('document_base_config.written', [=> function () {
  10801.             return ($this->privates['Shopware\\Core\\Checkout\\Document\\Service\\DocumentConfigLoader'] ?? $this->getDocumentConfigLoaderService());
  10802.         }, => 'reset'], 0);
  10803.         $instance->addListener('state_machine.order.state_changed', [=> function () {
  10804.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  10805.         }, => 'onOrderStateChange'], 0);
  10806.         $instance->addListener('state_machine.order_delivery.state_changed', [=> function () {
  10807.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  10808.         }, => 'onOrderDeliveryStateChange'], 0);
  10809.         $instance->addListener('state_machine.order_transaction.state_changed', [=> function () {
  10810.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  10811.         }, => 'onOrderTransactionStateChange'], 0);
  10812.         $instance->addListener('collect.business-events', [=> function () {
  10813.             return ($this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] ?? $this->getOrderStateChangeEventListenerService());
  10814.         }, => 'onAddStateEvents'], 0);
  10815.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10816.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] ?? $this->getPaymentMethodValidator2Service());
  10817.         }, => 'validate'], 0);
  10818.         $instance->addListener('payment_method.loaded', [=> function () {
  10819.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentHandlerIdentifierSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentHandlerIdentifierSubscriber()));
  10820.         }, => 'formatHandlerIdentifier'], 0);
  10821.         $instance->addListener('payment_method.loaded', [=> function () {
  10822.             return ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentDistinguishableNameSubscriber'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameSubscriber()));
  10823.         }, => 'addDistinguishablePaymentName'], 0);
  10824.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10825.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] ?? $this->getPromotionValidatorService());
  10826.         }, => 'preValidate'], 0);
  10827.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemAddedEvent', [=> function () {
  10828.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  10829.         }, => 'onLineItemAdded'], 0);
  10830.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\BeforeLineItemRemovedEvent', [=> function () {
  10831.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  10832.         }, => 'onLineItemRemoved'], 0);
  10833.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  10834.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\Storefront\\StorefrontCartSubscriber'] ?? $this->getStorefrontCartSubscriberService());
  10835.         }, => 'resetCodes'], 0);
  10836.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  10837.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Subscriber\\PromotionIndividualCodeRedeemer'] ?? $this->getPromotionIndividualCodeRedeemerService());
  10838.         }, => 'onOrderPlaced'], 0);
  10839.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  10840.             return ($this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] ?? $this->getPromotionRedemptionUpdaterService());
  10841.         }, => 'orderPlaced'], 0);
  10842.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [=> function () {
  10843.             return ($this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] ?? $this->getShippingMethodValidatorService());
  10844.         }, => 'preValidate'], 0);
  10845.         $instance->addListener('sales_channel.deleted', [=> function () {
  10846.             return ($this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] ?? $this->getSalesChannelUserConfigSubscriberService());
  10847.         }, => 'onSalesChannelDeleted'], 0);
  10848.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10849.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] ?? $this->getCachedDomainLoaderInvalidatorService());
  10850.         }, => 'invalidate'], 2000);
  10851.         $instance->addListener('kernel.request', [=> function () {
  10852.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10853.         }, => 'startSession'], 40);
  10854.         $instance->addListener('kernel.request', [=> function () {
  10855.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10856.         }, => 'maintenanceResolver'], 0);
  10857.         $instance->addListener('kernel.exception', [=> function () {
  10858.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10859.         }, => 'showHtmlExceptionResponse'], -100);
  10860.         $instance->addListener('kernel.exception', [=> function () {
  10861.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10862.         }, => 'customerNotLoggedInHandler'], 0);
  10863.         $instance->addListener('kernel.exception', [=> function () {
  10864.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10865.         }, => 'maintenanceResolver'], 0);
  10866.         $instance->addListener('kernel.controller', [=> function () {
  10867.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10868.         }, => 'preventPageLoadingFromXmlHttpRequest'], -20);
  10869.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [=> function () {
  10870.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10871.         }, => 'updateSessionAfterLogin'], 0);
  10872.         $instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLogoutEvent', [=> function () {
  10873.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10874.         }, => 'updateSessionAfterLogout'], 0);
  10875.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  10876.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10877.         }, => 'replaceCsrfToken'], 0);
  10878.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  10879.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10880.         }, => 'setCanonicalUrl'], 0);
  10881.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10882.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10883.         }, => 'addHreflang'], 0);
  10884.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10885.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10886.         }, => 'addShopIdParameter'], 0);
  10887.         $instance->addListener('Shopware\\Storefront\\Event\\StorefrontRenderEvent', [=> function () {
  10888.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10889.         }, => 'addIconSetConfig'], 0);
  10890.         $instance->addListener('Shopware\\Core\\Framework\\Routing\\Event\\SalesChannelContextResolvedEvent', [=> function () {
  10891.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontSubscriber'] ?? $this->getStorefrontSubscriberService());
  10892.         }, => 'replaceContextToken'], 0);
  10893.         $instance->addListener('Shopware\\Core\\System\\SystemConfig\\Event\\SystemConfigChangedEvent', [=> function () {
  10894.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\NotFound\\NotFoundSubscriber'] ?? $this->getNotFoundSubscriberService());
  10895.         }, => 'onSystemConfigChanged'], 0);
  10896.         $instance->addListener('kernel.controller', [=> function () {
  10897.             return ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? $this->getCsrfRouteListenerService());
  10898.         }, => 'csrfCheck'], -9);
  10899.         $instance->addListener('kernel.controller', [=> function () {
  10900.             return ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\AffiliateTracking\\AffiliateTrackingListener'] = new \Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener()));
  10901.         }, => 'checkAffiliateTracking'], -21);
  10902.         $instance->addListener('kernel.request', [=> function () {
  10903.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  10904.         }, => 'addHttpCacheToCoreRoutes'], 0);
  10905.         $instance->addListener('kernel.response', [=> function () {
  10906.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  10907.         }, => 'setResponseCache'], -1500);
  10908.         $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [=> function () {
  10909.             return ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheResponseSubscriber'] ?? $this->getCacheResponseSubscriberService());
  10910.         }, => 'updateCacheControlForBrowser'], 0);
  10911.         $instance->addListener('kernel.controller', [=> function () {
  10912.             return ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] ?? $this->getCaptchaRouteListenerService());
  10913.         }, => 'validateCaptcha'], -20);
  10914.         $instance->addListener('kernel.response', [=> function () {
  10915.             return ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\ResponseHeaderListener'] = new \Shopware\Storefront\Framework\Routing\ResponseHeaderListener()));
  10916.         }, => 'onResponse'], -10);
  10917.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartMergedEvent', [=> function () {
  10918.             return ($this->privates['Shopware\\Storefront\\Event\\CartMergedSubscriber'] ?? $this->getCartMergedSubscriberService());
  10919.         }, => 'addCartMergedNoticeFlash'], 0);
  10920.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  10921.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  10922.         }, => 'updateProductUrls'], 0);
  10923.         $instance->addListener('Shopware\\Core\\Content\\Category\\Event\\CategoryIndexerEvent', [=> function () {
  10924.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  10925.         }, => 'updateCategoryUrls'], 0);
  10926.         $instance->addListener('Shopware\\Core\\Content\\LandingPage\\Event\\LandingPageIndexerEvent', [=> function () {
  10927.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  10928.         }, => 'updateLandingPageUrls'], 0);
  10929.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  10930.             return ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] ?? $this->getSeoUrlUpdateListenerService());
  10931.         }, => 'detectSalesChannelEntryPoints'], 0);
  10932.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  10933.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  10934.         }, => 'invalidate'], 0);
  10935.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  10936.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  10937.         }, => 'assigned'], 0);
  10938.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  10939.             return ($this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] ?? $this->getCachedResolvedConfigLoaderInvalidatorService());
  10940.         }, => 'reset'], 0);
  10941.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppUpdatedEvent', [=> function () {
  10942.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  10943.         }, => 'handleAppActivationOrUpdate'], 0);
  10944.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppActivatedEvent', [=> function () {
  10945.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  10946.         }, => 'handleAppActivationOrUpdate'], 0);
  10947.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeactivatedEvent', [=> function () {
  10948.             return ($this->privates['Shopware\\Storefront\\Theme\\ThemeAppLifecycleHandler'] ?? $this->getThemeAppLifecycleHandlerService());
  10949.         }, => 'handleUninstall'], 0);
  10950.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigChangedEvent', [=> function () {
  10951.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  10952.         }, => 'dumpConfigFromEvent'], 0);
  10953.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeAssignedEvent', [=> function () {
  10954.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  10955.         }, => 'dumpConfigFromEvent'], 0);
  10956.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeConfigResetEvent', [=> function () {
  10957.             return ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\StaticFileConfigDumper'] ?? $this->getStaticFileConfigDumperService());
  10958.         }, => 'dumpConfigFromEvent'], 0);
  10959.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreActivateEvent', [=> function () {
  10960.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10961.         }, => 'pluginActivate'], 0);
  10962.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostActivateEvent', [=> function () {
  10963.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10964.         }, => 'pluginPostActivate'], 0);
  10965.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUpdateEvent', [=> function () {
  10966.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10967.         }, => 'pluginUpdate'], 0);
  10968.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreDeactivateEvent', [=> function () {
  10969.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10970.         }, => 'pluginDeactivateAndUninstall'], 0);
  10971.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostDeactivationFailedEvent', [=> function () {
  10972.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10973.         }, => 'pluginPostDeactivateFailed'], 0);
  10974.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPreUninstallEvent', [=> function () {
  10975.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10976.         }, => 'pluginDeactivateAndUninstall'], 0);
  10977.         $instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostUninstallEvent', [=> function () {
  10978.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\PluginLifecycleSubscriber'] ?? $this->getPluginLifecycleSubscriber2Service());
  10979.         }, => 'pluginPostUninstall'], 0);
  10980.         $instance->addListener('Shopware\\Core\\Framework\\App\\Event\\AppDeletedEvent', [=> function () {
  10981.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\AppLifecycleSubscriber'] ?? $this->getAppLifecycleSubscriberService());
  10982.         }, => 'onAppDeleted'], 0);
  10983.         $instance->addListener('Shopware\\Storefront\\Theme\\Event\\ThemeCompilerEnrichScssVariablesEvent', [=> function () {
  10984.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\ThemeCompilerEnrichScssVarSubscriber'] ?? $this->getThemeCompilerEnrichScssVarSubscriberService());
  10985.         }, => 'enrichExtensionVars'], 0);
  10986.         $instance->addListener('kernel.request', [=> function () {
  10987.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  10988.         }, => 'requestEvent'], 0);
  10989.         $instance->addListener('kernel.exception', [=> function () {
  10990.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  10991.         }, => 'requestEvent'], 0);
  10992.         $instance->addListener('Shopware\\Core\\Checkout\\Document\\Event\\DocumentTemplateRendererParameterEvent', [=> function () {
  10993.             return ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? $this->getThemeNamespaceHierarchyBuilderService());
  10994.         }, => 'onDocumentRendering'], 0);
  10995.         $instance->addListener('Shopware\\Core\\Framework\\Store\\Event\\FirstRunWizardFinishedEvent', [=> function () {
  10996.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\FirstRunWizardSubscriber'] ?? $this->getFirstRunWizardSubscriberService());
  10997.         }, => 'frwFinished'], 0);
  10998.         $instance->addListener('Shopware\\Core\\Framework\\Update\\Event\\UpdatePostFinishEvent', [=> function () {
  10999.             return ($this->privates['Shopware\\Storefront\\Theme\\Subscriber\\UpdateSubscriber'] ?? $this->getUpdateSubscriberService());
  11000.         }, => 'updateFinished'], 0);
  11001.         $instance->addListener('Shopware\\Core\\Content\\Product\\Events\\ProductIndexerEvent', [=> function () {
  11002.             return ($this->privates['Shopware\\Elasticsearch\\Product\\ProductUpdater'] ?? $this->getProductUpdaterService());
  11003.         }, => 'update'], 0);
  11004.         $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [=> function () {
  11005.             return ($this->privates['Shopware\\Elasticsearch\\Product\\CustomFieldUpdater'] ?? $this->getCustomFieldUpdaterService());
  11006.         }, => 'onNewCustomFieldCreated'], 0);
  11007.         $instance->addListener('sales_channel_language.written', [=> function () {
  11008.             return ($this->privates['Shopware\\Elasticsearch\\Product\\LanguageSubscriber'] ?? $this->getLanguageSubscriberService());
  11009.         }, => 'onSalesChannelWritten'], 0);
  11010.         $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Confirm\\CheckoutConfirmPageLoadedEvent', [=> function () {
  11011.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  11012.         }, => 'onConfirmLoaded'], 0);
  11013.         $instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CheckoutOrderPlacedEvent', [=> function () {
  11014.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  11015.         }, => 'onOrderPlaced'], 0);
  11016.         $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent', [=> function () {
  11017.             return ($this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] ?? $this->getCheckoutService());
  11018.         }, => 'beforeMailValidated'], 0);
  11019.         $instance->addListener('kernel.response', [=> function () {
  11020.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  11021.         }, => 'onKernelResponse'], 0);
  11022.         $instance->addListener('kernel.response', [=> function () {
  11023.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  11024.         }, => 'onKernelResponse'], -1024);
  11025.         $instance->addListener('kernel.request', [=> function () {
  11026.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11027.         }, => 'setDefaultLocale'], 100);
  11028.         $instance->addListener('kernel.request', [=> function () {
  11029.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11030.         }, => 'onKernelRequest'], 16);
  11031.         $instance->addListener('kernel.finish_request', [=> function () {
  11032.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  11033.         }, => 'onKernelFinishRequest'], 0);
  11034.         $instance->addListener('kernel.request', [=> function () {
  11035.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  11036.         }, => 'onKernelRequest'], 256);
  11037.         $instance->addListener('kernel.response', [=> function () {
  11038.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  11039.         }, => 'onResponse'], -255);
  11040.         $instance->addListener('kernel.controller_arguments', [=> function () {
  11041.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11042.         }, => 'onControllerArguments'], 0);
  11043.         $instance->addListener('kernel.exception', [=> function () {
  11044.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11045.         }, => 'logKernelException'], 0);
  11046.         $instance->addListener('kernel.exception', [=> function () {
  11047.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11048.         }, => 'onKernelException'], -128);
  11049.         $instance->addListener('kernel.response', [=> function () {
  11050.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  11051.         }, => 'removeCspHeader'], -128);
  11052.         $instance->addListener('kernel.request', [=> function () {
  11053.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  11054.         }, => 'onKernelRequest'], 15);
  11055.         $instance->addListener('kernel.finish_request', [=> function () {
  11056.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  11057.         }, => 'onKernelFinishRequest'], -15);
  11058.         $instance->addListener('console.error', [=> function () {
  11059.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  11060.         }, => 'onConsoleError'], -128);
  11061.         $instance->addListener('console.terminate', [=> function () {
  11062.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  11063.         }, => 'onConsoleTerminate'], -128);
  11064.         $instance->addListener('console.error', [=> function () {
  11065.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  11066.         }, => 'onConsoleError'], 0);
  11067.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11068.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  11069.         }, => 'onMessage'], -255);
  11070.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11071.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  11072.         }, => 'onMessage'], -255);
  11073.         $instance->addListener('kernel.response', [=> function () {
  11074.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  11075.         }, => 'onKernelResponse'], 0);
  11076.         $instance->addListener('kernel.request', [=> function () {
  11077.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  11078.         }, => 'onKernelRequest'], 48);
  11079.         $instance->addListener('kernel.request', [=> function () {
  11080.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  11081.         }, => 'configure'], 2048);
  11082.         $instance->addListener('console.command', [=> function () {
  11083.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  11084.         }, => 'configure'], 2048);
  11085.         $instance->addListener('kernel.request', [=> function () {
  11086.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11087.         }, => 'onKernelRequest'], 32);
  11088.         $instance->addListener('kernel.finish_request', [=> function () {
  11089.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11090.         }, => 'onKernelFinishRequest'], 0);
  11091.         $instance->addListener('kernel.exception', [=> function () {
  11092.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  11093.         }, => 'onKernelException'], -64);
  11094.         $instance->addListener('kernel.request', [=> function () {
  11095.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11096.         }, => 'onKernelRequest'], 128);
  11097.         $instance->addListener('kernel.response', [=> function () {
  11098.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11099.         }, => 'onKernelResponse'], -1000);
  11100.         $instance->addListener('kernel.finish_request', [=> function () {
  11101.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11102.         }, => 'onFinishRequest'], 0);
  11103.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11104.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  11105.         }, => 'onMessageFailed'], 100);
  11106.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11107.             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()));
  11108.         }, => 'onMessageFailed'], 200);
  11109.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  11110.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  11111.         }, => 'onWorkerStarted'], 0);
  11112.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  11113.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  11114.         }, => 'onWorkerRunning'], 0);
  11115.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  11116.             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()));
  11117.         }, => 'onMessageFailed'], 0);
  11118.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  11119.             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()));
  11120.         }, => 'onWorkerRunning'], 0);
  11121.         $instance->addListener('kernel.response', [=> function () {
  11122.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11123.         }, => 'onKernelResponse'], -100);
  11124.         $instance->addListener('kernel.exception', [=> function () {
  11125.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11126.         }, => 'onKernelException'], 0);
  11127.         $instance->addListener('kernel.terminate', [=> function () {
  11128.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  11129.         }, => 'onKernelTerminate'], -1024);
  11130.         $instance->addListener('kernel.controller', [=> function () {
  11131.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  11132.         }, => 'onKernelController'], 0);
  11133.         $instance->addListener('kernel.response', [=> function () {
  11134.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  11135.         }, => 'onKernelResponse'], 0);
  11136.         $instance->addListener('console.command', [=> function () {
  11137.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  11138.         }, => 'onCommand'], 255);
  11139.         $instance->addListener('console.terminate', [=> function () {
  11140.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  11141.         }, => 'onTerminate'], -255);
  11142.         $instance->addListener('kernel.controller', [=> function () {
  11143.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  11144.         }, => 'onKernelController'], 0);
  11145.         $instance->addListener('kernel.controller', [=> function () {
  11146.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  11147.         }, => 'onKernelController'], 0);
  11148.         $instance->addListener('kernel.controller', [=> function () {
  11149.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  11150.         }, => 'onKernelController'], -128);
  11151.         $instance->addListener('kernel.view', [=> function () {
  11152.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  11153.         }, => 'onKernelView'], 0);
  11154.         $instance->addListener('kernel.controller', [=> function () {
  11155.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  11156.         }, => 'onKernelController'], 0);
  11157.         $instance->addListener('kernel.response', [=> function () {
  11158.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  11159.         }, => 'onKernelResponse'], 0);
  11160.         $instance->addListener('kernel.controller_arguments', [=> function () {
  11161.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  11162.         }, => 'onKernelControllerArguments'], 0);
  11163.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  11164.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  11165.         }, => 'onMessage'], 0);
  11166.         $instance->addListener('console.command', [=> function () {
  11167.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  11168.         }, => 'configure'], 1024);
  11169.         $instance->addListener('kernel.terminate', [=> function () {
  11170.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  11171.         }, => 'flushMessages'], 0);
  11172.         $instance->addListener('console.terminate', [=> function () {
  11173.             return ($this->privates['enqueue.client.default.flush_spool_producer_listener'] ?? $this->getEnqueue_Client_Default_FlushSpoolProducerListenerService());
  11174.         }, => 'flushMessages'], 0);
  11175.         $instance->addListener('kernel.response', [=> function () {
  11176.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  11177.         }, => 'onKernelResponse'], -128);
  11178.         return $instance;
  11179.     }
  11180.     /**
  11181.      * Gets the public 'flow.repository' shared service.
  11182.      *
  11183.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11184.      */
  11185.     protected function getFlow_RepositoryService()
  11186.     {
  11187.         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()));
  11188.     }
  11189.     /**
  11190.      * Gets the public 'flow_sequence.repository' shared service.
  11191.      *
  11192.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11193.      */
  11194.     protected function getFlowSequence_RepositoryService()
  11195.     {
  11196.         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()));
  11197.     }
  11198.     /**
  11199.      * Gets the public 'framework.filesystem.private' shared service.
  11200.      *
  11201.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11202.      */
  11203.     protected function getFramework_Filesystem_PrivateService()
  11204.     {
  11205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11206.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11207.         return $this->services['framework.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/framework');
  11208.     }
  11209.     /**
  11210.      * Gets the public 'framework.filesystem.public' shared service.
  11211.      *
  11212.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11213.      */
  11214.     protected function getFramework_Filesystem_PublicService()
  11215.     {
  11216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11218.         return $this->services['framework.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/framework');
  11219.     }
  11220.     /**
  11221.      * Gets the public 'http_kernel' shared service.
  11222.      *
  11223.      * @return \Symfony\Component\HttpKernel\HttpKernel
  11224.      */
  11225.     protected function getHttpKernelService()
  11226.     {
  11227.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  11228.         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 () {
  11229.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Customer\\CustomerValueResolver'] ?? $this->getCustomerValueResolverService());
  11230.             yield => ($this->privates['debug.Shopware\\Core\\Checkout\\Cart\\CartValueResolver'] ?? $this->getCartValueResolverService());
  11231.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\QueryDataBagResolver'] ?? $this->getQueryDataBagResolverService());
  11232.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\RequestDataBagResolver'] ?? $this->getRequestDataBagResolverService());
  11233.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Context\\ContextValueResolver'] ?? $this->getContextValueResolverService());
  11234.             yield => ($this->privates['debug.Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextValueResolver'] ?? $this->getSalesChannelContextValueResolverService());
  11235.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  11236.             yield => ($this->privates['debug.Shopware\\Core\\Framework\\Api\\Response\\ResponseFactoryInterfaceValueResolver'] ?? $this->getResponseFactoryInterfaceValueResolverService());
  11237.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  11238.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  11239.             yield 10 => ($this->privates['debug.Shopware\\Core\\Framework\\Routing\\Annotation\\CriteriaValueResolver'] ?? $this->getCriteriaValueResolverService());
  11240.             yield 11 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  11241.             yield 12 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  11242.             yield 13 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  11243.             yield 14 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  11244.         }, 15)), $a));
  11245.     }
  11246.     /**
  11247.      * Gets the public 'import_export_file.repository' shared service.
  11248.      *
  11249.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11250.      */
  11251.     protected function getImportExportFile_RepositoryService()
  11252.     {
  11253.         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()));
  11254.     }
  11255.     /**
  11256.      * Gets the public 'import_export_log.repository' shared service.
  11257.      *
  11258.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11259.      */
  11260.     protected function getImportExportLog_RepositoryService()
  11261.     {
  11262.         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()));
  11263.     }
  11264.     /**
  11265.      * Gets the public 'import_export_profile.repository' shared service.
  11266.      *
  11267.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11268.      */
  11269.     protected function getImportExportProfile_RepositoryService()
  11270.     {
  11271.         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()));
  11272.     }
  11273.     /**
  11274.      * Gets the public 'import_export_profile_translation.repository' shared service.
  11275.      *
  11276.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11277.      */
  11278.     protected function getImportExportProfileTranslation_RepositoryService()
  11279.     {
  11280.         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()));
  11281.     }
  11282.     /**
  11283.      * Gets the public 'integration.repository' shared service.
  11284.      *
  11285.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11286.      */
  11287.     protected function getIntegration_RepositoryService()
  11288.     {
  11289.         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()));
  11290.     }
  11291.     /**
  11292.      * Gets the public 'integration_role.repository' shared service.
  11293.      *
  11294.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11295.      */
  11296.     protected function getIntegrationRole_RepositoryService()
  11297.     {
  11298.         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()));
  11299.     }
  11300.     /**
  11301.      * Gets the public 'landing_page.repository' shared service.
  11302.      *
  11303.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11304.      */
  11305.     protected function getLandingPage_RepositoryService()
  11306.     {
  11307.         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()));
  11308.     }
  11309.     /**
  11310.      * Gets the public 'landing_page_sales_channel.repository' shared service.
  11311.      *
  11312.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11313.      */
  11314.     protected function getLandingPageSalesChannel_RepositoryService()
  11315.     {
  11316.         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()));
  11317.     }
  11318.     /**
  11319.      * Gets the public 'landing_page_tag.repository' shared service.
  11320.      *
  11321.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11322.      */
  11323.     protected function getLandingPageTag_RepositoryService()
  11324.     {
  11325.         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()));
  11326.     }
  11327.     /**
  11328.      * Gets the public 'landing_page_translation.repository' shared service.
  11329.      *
  11330.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11331.      */
  11332.     protected function getLandingPageTranslation_RepositoryService()
  11333.     {
  11334.         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()));
  11335.     }
  11336.     /**
  11337.      * Gets the public 'language.repository' shared service.
  11338.      *
  11339.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11340.      */
  11341.     protected function getLanguage_RepositoryService()
  11342.     {
  11343.         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()));
  11344.     }
  11345.     /**
  11346.      * Gets the public 'locale.repository' shared service.
  11347.      *
  11348.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11349.      */
  11350.     protected function getLocale_RepositoryService()
  11351.     {
  11352.         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()));
  11353.     }
  11354.     /**
  11355.      * Gets the public 'locale_translation.repository' shared service.
  11356.      *
  11357.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11358.      */
  11359.     protected function getLocaleTranslation_RepositoryService()
  11360.     {
  11361.         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()));
  11362.     }
  11363.     /**
  11364.      * Gets the public 'log_entry.repository' shared service.
  11365.      *
  11366.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11367.      */
  11368.     protected function getLogEntry_RepositoryService()
  11369.     {
  11370.         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()));
  11371.     }
  11372.     /**
  11373.      * Gets the public 'mail_header_footer.repository' shared service.
  11374.      *
  11375.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11376.      */
  11377.     protected function getMailHeaderFooter_RepositoryService()
  11378.     {
  11379.         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()));
  11380.     }
  11381.     /**
  11382.      * Gets the public 'mail_header_footer_translation.repository' shared service.
  11383.      *
  11384.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11385.      */
  11386.     protected function getMailHeaderFooterTranslation_RepositoryService()
  11387.     {
  11388.         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()));
  11389.     }
  11390.     /**
  11391.      * Gets the public 'mail_template.repository' shared service.
  11392.      *
  11393.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11394.      */
  11395.     protected function getMailTemplate_RepositoryService()
  11396.     {
  11397.         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()));
  11398.     }
  11399.     /**
  11400.      * Gets the public 'mail_template_media.repository' shared service.
  11401.      *
  11402.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11403.      */
  11404.     protected function getMailTemplateMedia_RepositoryService()
  11405.     {
  11406.         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()));
  11407.     }
  11408.     /**
  11409.      * Gets the public 'mail_template_translation.repository' shared service.
  11410.      *
  11411.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11412.      */
  11413.     protected function getMailTemplateTranslation_RepositoryService()
  11414.     {
  11415.         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()));
  11416.     }
  11417.     /**
  11418.      * Gets the public 'mail_template_type.repository' shared service.
  11419.      *
  11420.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11421.      */
  11422.     protected function getMailTemplateType_RepositoryService()
  11423.     {
  11424.         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()));
  11425.     }
  11426.     /**
  11427.      * Gets the public 'mail_template_type_translation.repository' shared service.
  11428.      *
  11429.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11430.      */
  11431.     protected function getMailTemplateTypeTranslation_RepositoryService()
  11432.     {
  11433.         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()));
  11434.     }
  11435.     /**
  11436.      * Gets the public 'main_category.repository' shared service.
  11437.      *
  11438.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11439.      */
  11440.     protected function getMainCategory_RepositoryService()
  11441.     {
  11442.         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()));
  11443.     }
  11444.     /**
  11445.      * Gets the public 'maintenance.filesystem.private' shared service.
  11446.      *
  11447.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11448.      */
  11449.     protected function getMaintenance_Filesystem_PrivateService()
  11450.     {
  11451.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11452.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11453.         return $this->services['maintenance.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/maintenance');
  11454.     }
  11455.     /**
  11456.      * Gets the public 'maintenance.filesystem.public' shared service.
  11457.      *
  11458.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11459.      */
  11460.     protected function getMaintenance_Filesystem_PublicService()
  11461.     {
  11462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11463.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11464.         return $this->services['maintenance.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/maintenance');
  11465.     }
  11466.     /**
  11467.      * Gets the public 'media.repository' shared service.
  11468.      *
  11469.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaRepositoryDecorator
  11470.      */
  11471.     protected function getMedia_RepositoryService()
  11472.     {
  11473.         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())));
  11474.     }
  11475.     /**
  11476.      * Gets the public 'media_default_folder.repository' shared service.
  11477.      *
  11478.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11479.      */
  11480.     protected function getMediaDefaultFolder_RepositoryService()
  11481.     {
  11482.         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()));
  11483.     }
  11484.     /**
  11485.      * Gets the public 'media_folder.repository' shared service.
  11486.      *
  11487.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderRepositoryDecorator
  11488.      */
  11489.     protected function getMediaFolder_RepositoryService()
  11490.     {
  11491.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderRepositoryDecorator.php';
  11492.         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())));
  11493.     }
  11494.     /**
  11495.      * Gets the public 'media_folder_configuration.repository' shared service.
  11496.      *
  11497.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11498.      */
  11499.     protected function getMediaFolderConfiguration_RepositoryService()
  11500.     {
  11501.         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()));
  11502.     }
  11503.     /**
  11504.      * Gets the public 'media_folder_configuration_media_thumbnail_size.repository' shared service.
  11505.      *
  11506.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11507.      */
  11508.     protected function getMediaFolderConfigurationMediaThumbnailSize_RepositoryService()
  11509.     {
  11510.         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()));
  11511.     }
  11512.     /**
  11513.      * Gets the public 'media_tag.repository' shared service.
  11514.      *
  11515.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11516.      */
  11517.     protected function getMediaTag_RepositoryService()
  11518.     {
  11519.         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()));
  11520.     }
  11521.     /**
  11522.      * Gets the public 'media_thumbnail.repository' shared service.
  11523.      *
  11524.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaThumbnailRepositoryDecorator
  11525.      */
  11526.     protected function getMediaThumbnail_RepositoryService()
  11527.     {
  11528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaThumbnailRepositoryDecorator.php';
  11529.         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())));
  11530.     }
  11531.     /**
  11532.      * Gets the public 'media_thumbnail_size.repository' shared service.
  11533.      *
  11534.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11535.      */
  11536.     protected function getMediaThumbnailSize_RepositoryService()
  11537.     {
  11538.         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()));
  11539.     }
  11540.     /**
  11541.      * Gets the public 'media_translation.repository' shared service.
  11542.      *
  11543.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11544.      */
  11545.     protected function getMediaTranslation_RepositoryService()
  11546.     {
  11547.         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()));
  11548.     }
  11549.     /**
  11550.      * Gets the public 'message_queue_stats.repository' shared service.
  11551.      *
  11552.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11553.      */
  11554.     protected function getMessageQueueStats_RepositoryService()
  11555.     {
  11556.         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()));
  11557.     }
  11558.     /**
  11559.      * Gets the public 'messenger.default_bus' shared service.
  11560.      *
  11561.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  11562.      */
  11563.     protected function getMessenger_DefaultBusService()
  11564.     {
  11565.         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 () {
  11566.             yield => ($this->privates['messenger.bus.shopware.middleware.traceable'] ?? $this->getMessenger_Bus_Shopware_Middleware_TraceableService());
  11567.             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')));
  11568.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  11569.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  11570.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  11571.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Middleware\\RetryMiddleware'] ?? $this->getRetryMiddlewareService());
  11572.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  11573.             yield => ($this->privates['messenger.bus.shopware.middleware.handle_message'] ?? $this->getMessenger_Bus_Shopware_Middleware_HandleMessageService());
  11574.         }, 8)), 'default', ($this->services['shopware.increment.gateway.registry'] ?? $this->getShopware_Increment_Gateway_RegistryService())));
  11575.     }
  11576.     /**
  11577.      * Gets the public 'monolog.logger.business_events' shared service.
  11578.      *
  11579.      * @return \Symfony\Bridge\Monolog\Logger
  11580.      */
  11581.     protected function getMonolog_Logger_BusinessEventsService()
  11582.     {
  11583.         $this->services['monolog.logger.business_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('business_events');
  11584.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11585.         $instance->pushHandler(($this->privates['monolog.handler.business_event_handler_buffer'] ?? $this->getMonolog_Handler_BusinessEventHandlerBufferService()));
  11586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11587.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  11588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11589.         return $instance;
  11590.     }
  11591.     /**
  11592.      * Gets the public 'neti_next_order_fields.filesystem.private' shared service.
  11593.      *
  11594.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11595.      */
  11596.     protected function getNetiNextOrderFields_Filesystem_PrivateService()
  11597.     {
  11598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11600.         return $this->services['neti_next_order_fields.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/neti_next_order_fields');
  11601.     }
  11602.     /**
  11603.      * Gets the public 'neti_next_order_fields.filesystem.public' shared service.
  11604.      *
  11605.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  11606.      */
  11607.     protected function getNetiNextOrderFields_Filesystem_PublicService()
  11608.     {
  11609.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  11611.         return $this->services['neti_next_order_fields.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/neti_next_order_fields');
  11612.     }
  11613.     /**
  11614.      * Gets the public 'neti_order_fields.repository' shared service.
  11615.      *
  11616.      * @return \NetInventors\NetiNextOrderFields\Components\OrderFieldRepositoryDecorator
  11617.      */
  11618.     protected function getNetiOrderFields_RepositoryService()
  11619.     {
  11620.         return $this->services['neti_order_fields.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderFieldRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] ?? $this->getOrderFieldsDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11621.     }
  11622.     /**
  11623.      * Gets the public 'neti_order_fields_customer_group.repository' shared service.
  11624.      *
  11625.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11626.      */
  11627.     protected function getNetiOrderFieldsCustomerGroup_RepositoryService()
  11628.     {
  11629.         return $this->services['neti_order_fields_customer_group.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] ?? $this->getOrderFieldsCustomerGroupDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11630.     }
  11631.     /**
  11632.      * Gets the public 'neti_order_fields_order_attributes.repository' shared service.
  11633.      *
  11634.      * @return \NetInventors\NetiNextOrderFields\Components\OrderAttributeDecorator
  11635.      */
  11636.     protected function getNetiOrderFieldsOrderAttributes_RepositoryService()
  11637.     {
  11638.         return $this->services['neti_order_fields_order_attributes.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderAttributeDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] ?? $this->getOrderAttributeDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())));
  11639.     }
  11640.     /**
  11641.      * Gets the public 'neti_order_fields_order_attributes_val.repository' shared service.
  11642.      *
  11643.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11644.      */
  11645.     protected function getNetiOrderFieldsOrderAttributesVal_RepositoryService()
  11646.     {
  11647.         return $this->services['neti_order_fields_order_attributes_val.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] ?? $this->getOrderAttributeValueDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11648.     }
  11649.     /**
  11650.      * Gets the public 'neti_order_fields_translation.repository' shared service.
  11651.      *
  11652.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11653.      */
  11654.     protected function getNetiOrderFieldsTranslation_RepositoryService()
  11655.     {
  11656.         return $this->services['neti_order_fields_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] ?? $this->getOrderFieldsTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11657.     }
  11658.     /**
  11659.      * Gets the public 'neti_order_fields_val.repository' shared service.
  11660.      *
  11661.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11662.      */
  11663.     protected function getNetiOrderFieldsVal_RepositoryService()
  11664.     {
  11665.         return $this->services['neti_order_fields_val.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] ?? $this->getOrderFieldsValDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11666.     }
  11667.     /**
  11668.      * Gets the public 'neti_order_fields_val_translation.repository' shared service.
  11669.      *
  11670.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11671.      */
  11672.     protected function getNetiOrderFieldsValTranslation_RepositoryService()
  11673.     {
  11674.         return $this->services['neti_order_fields_val_translation.repository'] = new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] ?? $this->getOrderFieldsValTranslationDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService()));
  11675.     }
  11676.     /**
  11677.      * Gets the public 'newsletter_recipient.repository' shared service.
  11678.      *
  11679.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11680.      */
  11681.     protected function getNewsletterRecipient_RepositoryService()
  11682.     {
  11683.         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()));
  11684.     }
  11685.     /**
  11686.      * Gets the public 'newsletter_recipient_tag.repository' shared service.
  11687.      *
  11688.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11689.      */
  11690.     protected function getNewsletterRecipientTag_RepositoryService()
  11691.     {
  11692.         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()));
  11693.     }
  11694.     /**
  11695.      * Gets the public 'notification.repository' shared service.
  11696.      *
  11697.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11698.      */
  11699.     protected function getNotification_RepositoryService()
  11700.     {
  11701.         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()));
  11702.     }
  11703.     /**
  11704.      * Gets the public 'number_range.repository' shared service.
  11705.      *
  11706.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11707.      */
  11708.     protected function getNumberRange_RepositoryService()
  11709.     {
  11710.         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()));
  11711.     }
  11712.     /**
  11713.      * Gets the public 'number_range_sales_channel.repository' shared service.
  11714.      *
  11715.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11716.      */
  11717.     protected function getNumberRangeSalesChannel_RepositoryService()
  11718.     {
  11719.         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()));
  11720.     }
  11721.     /**
  11722.      * Gets the public 'number_range_state.repository' shared service.
  11723.      *
  11724.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11725.      */
  11726.     protected function getNumberRangeState_RepositoryService()
  11727.     {
  11728.         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()));
  11729.     }
  11730.     /**
  11731.      * Gets the public 'number_range_translation.repository' shared service.
  11732.      *
  11733.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11734.      */
  11735.     protected function getNumberRangeTranslation_RepositoryService()
  11736.     {
  11737.         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()));
  11738.     }
  11739.     /**
  11740.      * Gets the public 'number_range_type.repository' shared service.
  11741.      *
  11742.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11743.      */
  11744.     protected function getNumberRangeType_RepositoryService()
  11745.     {
  11746.         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()));
  11747.     }
  11748.     /**
  11749.      * Gets the public 'number_range_type_translation.repository' shared service.
  11750.      *
  11751.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11752.      */
  11753.     protected function getNumberRangeTypeTranslation_RepositoryService()
  11754.     {
  11755.         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()));
  11756.     }
  11757.     /**
  11758.      * Gets the public 'order.repository' shared service.
  11759.      *
  11760.      * @return \NetInventors\NetiNextOrderFields\Components\OrderRepositoryDecorator
  11761.      */
  11762.     protected function getOrder_RepositoryService()
  11763.     {
  11764.         return $this->services['order.repository'] = new \NetInventors\NetiNextOrderFields\Components\OrderRepositoryDecorator(new \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository(($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Read\\EntityReaderInterface'] ?? $this->getEntityReaderInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\VersionManager'] ?? $this->getVersionManagerService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntitySearcherInterface'] ?? $this->getEntitySearcherInterfaceService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? $this->getEntityAggregatorInterfaceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService())), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] ?? $this->getOrderAttributesService()), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] ?? $this->getPluginConfigService()));
  11765.     }
  11766.     /**
  11767.      * Gets the public 'order_address.repository' shared service.
  11768.      *
  11769.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11770.      */
  11771.     protected function getOrderAddress_RepositoryService()
  11772.     {
  11773.         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()));
  11774.     }
  11775.     /**
  11776.      * Gets the public 'order_customer.repository' shared service.
  11777.      *
  11778.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11779.      */
  11780.     protected function getOrderCustomer_RepositoryService()
  11781.     {
  11782.         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()));
  11783.     }
  11784.     /**
  11785.      * Gets the public 'order_delivery.repository' shared service.
  11786.      *
  11787.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11788.      */
  11789.     protected function getOrderDelivery_RepositoryService()
  11790.     {
  11791.         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()));
  11792.     }
  11793.     /**
  11794.      * Gets the public 'order_delivery_position.repository' shared service.
  11795.      *
  11796.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11797.      */
  11798.     protected function getOrderDeliveryPosition_RepositoryService()
  11799.     {
  11800.         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()));
  11801.     }
  11802.     /**
  11803.      * Gets the public 'order_line_item.repository' shared service.
  11804.      *
  11805.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11806.      */
  11807.     protected function getOrderLineItem_RepositoryService()
  11808.     {
  11809.         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()));
  11810.     }
  11811.     /**
  11812.      * Gets the public 'order_tag.repository' shared service.
  11813.      *
  11814.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11815.      */
  11816.     protected function getOrderTag_RepositoryService()
  11817.     {
  11818.         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()));
  11819.     }
  11820.     /**
  11821.      * Gets the public 'order_transaction.repository' shared service.
  11822.      *
  11823.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11824.      */
  11825.     protected function getOrderTransaction_RepositoryService()
  11826.     {
  11827.         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()));
  11828.     }
  11829.     /**
  11830.      * Gets the public 'order_transaction_capture.repository' shared service.
  11831.      *
  11832.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11833.      */
  11834.     protected function getOrderTransactionCapture_RepositoryService()
  11835.     {
  11836.         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()));
  11837.     }
  11838.     /**
  11839.      * Gets the public 'order_transaction_capture_refund.repository' shared service.
  11840.      *
  11841.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11842.      */
  11843.     protected function getOrderTransactionCaptureRefund_RepositoryService()
  11844.     {
  11845.         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()));
  11846.     }
  11847.     /**
  11848.      * Gets the public 'order_transaction_capture_refund_position.repository' shared service.
  11849.      *
  11850.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11851.      */
  11852.     protected function getOrderTransactionCaptureRefundPosition_RepositoryService()
  11853.     {
  11854.         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()));
  11855.     }
  11856.     /**
  11857.      * Gets the public 'payment_method.repository' shared service.
  11858.      *
  11859.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodRepositoryDecorator
  11860.      */
  11861.     protected function getPaymentMethod_RepositoryService()
  11862.     {
  11863.         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())));
  11864.     }
  11865.     /**
  11866.      * Gets the public 'payment_method_translation.repository' shared service.
  11867.      *
  11868.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11869.      */
  11870.     protected function getPaymentMethodTranslation_RepositoryService()
  11871.     {
  11872.         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()));
  11873.     }
  11874.     /**
  11875.      * Gets the public 'plugin.repository' shared service.
  11876.      *
  11877.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11878.      */
  11879.     protected function getPlugin_RepositoryService()
  11880.     {
  11881.         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()));
  11882.     }
  11883.     /**
  11884.      * Gets the public 'plugin_translation.repository' shared service.
  11885.      *
  11886.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11887.      */
  11888.     protected function getPluginTranslation_RepositoryService()
  11889.     {
  11890.         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()));
  11891.     }
  11892.     /**
  11893.      * Gets the public 'product.repository' shared service.
  11894.      *
  11895.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11896.      */
  11897.     protected function getProduct_RepositoryService()
  11898.     {
  11899.         $a = ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityLoadedEventFactory'] ?? $this->getEntityLoadedEventFactoryService());
  11900.         $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);
  11901.         $instance->setEntityLoadedEventFactory($a);
  11902.         return $instance;
  11903.     }
  11904.     /**
  11905.      * Gets the public 'product_category.repository' shared service.
  11906.      *
  11907.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11908.      */
  11909.     protected function getProductCategory_RepositoryService()
  11910.     {
  11911.         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()));
  11912.     }
  11913.     /**
  11914.      * Gets the public 'product_category_tree.repository' shared service.
  11915.      *
  11916.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11917.      */
  11918.     protected function getProductCategoryTree_RepositoryService()
  11919.     {
  11920.         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()));
  11921.     }
  11922.     /**
  11923.      * Gets the public 'product_configurator_setting.repository' shared service.
  11924.      *
  11925.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11926.      */
  11927.     protected function getProductConfiguratorSetting_RepositoryService()
  11928.     {
  11929.         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()));
  11930.     }
  11931.     /**
  11932.      * Gets the public 'product_cross_selling.repository' shared service.
  11933.      *
  11934.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11935.      */
  11936.     protected function getProductCrossSelling_RepositoryService()
  11937.     {
  11938.         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()));
  11939.     }
  11940.     /**
  11941.      * Gets the public 'product_cross_selling_assigned_products.repository' shared service.
  11942.      *
  11943.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11944.      */
  11945.     protected function getProductCrossSellingAssignedProducts_RepositoryService()
  11946.     {
  11947.         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()));
  11948.     }
  11949.     /**
  11950.      * Gets the public 'product_cross_selling_translation.repository' shared service.
  11951.      *
  11952.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11953.      */
  11954.     protected function getProductCrossSellingTranslation_RepositoryService()
  11955.     {
  11956.         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()));
  11957.     }
  11958.     /**
  11959.      * Gets the public 'product_custom_field_set.repository' shared service.
  11960.      *
  11961.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11962.      */
  11963.     protected function getProductCustomFieldSet_RepositoryService()
  11964.     {
  11965.         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()));
  11966.     }
  11967.     /**
  11968.      * Gets the public 'product_export.repository' shared service.
  11969.      *
  11970.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11971.      */
  11972.     protected function getProductExport_RepositoryService()
  11973.     {
  11974.         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()));
  11975.     }
  11976.     /**
  11977.      * Gets the public 'product_feature_set.repository' shared service.
  11978.      *
  11979.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11980.      */
  11981.     protected function getProductFeatureSet_RepositoryService()
  11982.     {
  11983.         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()));
  11984.     }
  11985.     /**
  11986.      * Gets the public 'product_feature_set_translation.repository' shared service.
  11987.      *
  11988.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11989.      */
  11990.     protected function getProductFeatureSetTranslation_RepositoryService()
  11991.     {
  11992.         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()));
  11993.     }
  11994.     /**
  11995.      * Gets the public 'product_keyword_dictionary.repository' shared service.
  11996.      *
  11997.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  11998.      */
  11999.     protected function getProductKeywordDictionary_RepositoryService()
  12000.     {
  12001.         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()));
  12002.     }
  12003.     /**
  12004.      * Gets the public 'product_manufacturer.repository' shared service.
  12005.      *
  12006.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12007.      */
  12008.     protected function getProductManufacturer_RepositoryService()
  12009.     {
  12010.         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()));
  12011.     }
  12012.     /**
  12013.      * Gets the public 'product_manufacturer_translation.repository' shared service.
  12014.      *
  12015.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12016.      */
  12017.     protected function getProductManufacturerTranslation_RepositoryService()
  12018.     {
  12019.         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()));
  12020.     }
  12021.     /**
  12022.      * Gets the public 'product_media.repository' shared service.
  12023.      *
  12024.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12025.      */
  12026.     protected function getProductMedia_RepositoryService()
  12027.     {
  12028.         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()));
  12029.     }
  12030.     /**
  12031.      * Gets the public 'product_option.repository' shared service.
  12032.      *
  12033.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12034.      */
  12035.     protected function getProductOption_RepositoryService()
  12036.     {
  12037.         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()));
  12038.     }
  12039.     /**
  12040.      * Gets the public 'product_price.repository' shared service.
  12041.      *
  12042.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12043.      */
  12044.     protected function getProductPrice_RepositoryService()
  12045.     {
  12046.         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()));
  12047.     }
  12048.     /**
  12049.      * Gets the public 'product_property.repository' shared service.
  12050.      *
  12051.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12052.      */
  12053.     protected function getProductProperty_RepositoryService()
  12054.     {
  12055.         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()));
  12056.     }
  12057.     /**
  12058.      * Gets the public 'product_review.repository' shared service.
  12059.      *
  12060.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12061.      */
  12062.     protected function getProductReview_RepositoryService()
  12063.     {
  12064.         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()));
  12065.     }
  12066.     /**
  12067.      * Gets the public 'product_search_config.repository' shared service.
  12068.      *
  12069.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12070.      */
  12071.     protected function getProductSearchConfig_RepositoryService()
  12072.     {
  12073.         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()));
  12074.     }
  12075.     /**
  12076.      * Gets the public 'product_search_config_field.repository' shared service.
  12077.      *
  12078.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12079.      */
  12080.     protected function getProductSearchConfigField_RepositoryService()
  12081.     {
  12082.         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()));
  12083.     }
  12084.     /**
  12085.      * Gets the public 'product_search_keyword.repository' shared service.
  12086.      *
  12087.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12088.      */
  12089.     protected function getProductSearchKeyword_RepositoryService()
  12090.     {
  12091.         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()));
  12092.     }
  12093.     /**
  12094.      * Gets the public 'product_sorting.repository' shared service.
  12095.      *
  12096.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12097.      */
  12098.     protected function getProductSorting_RepositoryService()
  12099.     {
  12100.         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()));
  12101.     }
  12102.     /**
  12103.      * Gets the public 'product_sorting_translation.repository' shared service.
  12104.      *
  12105.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12106.      */
  12107.     protected function getProductSortingTranslation_RepositoryService()
  12108.     {
  12109.         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()));
  12110.     }
  12111.     /**
  12112.      * Gets the public 'product_stream.repository' shared service.
  12113.      *
  12114.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12115.      */
  12116.     protected function getProductStream_RepositoryService()
  12117.     {
  12118.         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()));
  12119.     }
  12120.     /**
  12121.      * Gets the public 'product_stream_filter.repository' shared service.
  12122.      *
  12123.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12124.      */
  12125.     protected function getProductStreamFilter_RepositoryService()
  12126.     {
  12127.         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()));
  12128.     }
  12129.     /**
  12130.      * Gets the public 'product_stream_mapping.repository' shared service.
  12131.      *
  12132.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12133.      */
  12134.     protected function getProductStreamMapping_RepositoryService()
  12135.     {
  12136.         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()));
  12137.     }
  12138.     /**
  12139.      * Gets the public 'product_stream_translation.repository' shared service.
  12140.      *
  12141.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12142.      */
  12143.     protected function getProductStreamTranslation_RepositoryService()
  12144.     {
  12145.         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()));
  12146.     }
  12147.     /**
  12148.      * Gets the public 'product_tag.repository' shared service.
  12149.      *
  12150.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12151.      */
  12152.     protected function getProductTag_RepositoryService()
  12153.     {
  12154.         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()));
  12155.     }
  12156.     /**
  12157.      * Gets the public 'product_translation.repository' shared service.
  12158.      *
  12159.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12160.      */
  12161.     protected function getProductTranslation_RepositoryService()
  12162.     {
  12163.         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()));
  12164.     }
  12165.     /**
  12166.      * Gets the public 'product_visibility.repository' shared service.
  12167.      *
  12168.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12169.      */
  12170.     protected function getProductVisibility_RepositoryService()
  12171.     {
  12172.         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()));
  12173.     }
  12174.     /**
  12175.      * Gets the public 'profiling.filesystem.private' shared service.
  12176.      *
  12177.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12178.      */
  12179.     protected function getProfiling_Filesystem_PrivateService()
  12180.     {
  12181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12182.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12183.         return $this->services['profiling.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/profiling');
  12184.     }
  12185.     /**
  12186.      * Gets the public 'profiling.filesystem.public' shared service.
  12187.      *
  12188.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  12189.      */
  12190.     protected function getProfiling_Filesystem_PublicService()
  12191.     {
  12192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  12193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  12194.         return $this->services['profiling.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/profiling');
  12195.     }
  12196.     /**
  12197.      * Gets the public 'promotion.repository' shared service.
  12198.      *
  12199.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12200.      */
  12201.     protected function getPromotion_RepositoryService()
  12202.     {
  12203.         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()));
  12204.     }
  12205.     /**
  12206.      * Gets the public 'promotion_cart_rule.repository' shared service.
  12207.      *
  12208.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12209.      */
  12210.     protected function getPromotionCartRule_RepositoryService()
  12211.     {
  12212.         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()));
  12213.     }
  12214.     /**
  12215.      * Gets the public 'promotion_discount.repository' shared service.
  12216.      *
  12217.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12218.      */
  12219.     protected function getPromotionDiscount_RepositoryService()
  12220.     {
  12221.         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()));
  12222.     }
  12223.     /**
  12224.      * Gets the public 'promotion_discount_prices.repository' shared service.
  12225.      *
  12226.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12227.      */
  12228.     protected function getPromotionDiscountPrices_RepositoryService()
  12229.     {
  12230.         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()));
  12231.     }
  12232.     /**
  12233.      * Gets the public 'promotion_discount_rule.repository' shared service.
  12234.      *
  12235.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12236.      */
  12237.     protected function getPromotionDiscountRule_RepositoryService()
  12238.     {
  12239.         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()));
  12240.     }
  12241.     /**
  12242.      * Gets the public 'promotion_individual_code.repository' shared service.
  12243.      *
  12244.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12245.      */
  12246.     protected function getPromotionIndividualCode_RepositoryService()
  12247.     {
  12248.         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()));
  12249.     }
  12250.     /**
  12251.      * Gets the public 'promotion_order_rule.repository' shared service.
  12252.      *
  12253.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12254.      */
  12255.     protected function getPromotionOrderRule_RepositoryService()
  12256.     {
  12257.         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()));
  12258.     }
  12259.     /**
  12260.      * Gets the public 'promotion_persona_customer.repository' shared service.
  12261.      *
  12262.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12263.      */
  12264.     protected function getPromotionPersonaCustomer_RepositoryService()
  12265.     {
  12266.         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()));
  12267.     }
  12268.     /**
  12269.      * Gets the public 'promotion_persona_rule.repository' shared service.
  12270.      *
  12271.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12272.      */
  12273.     protected function getPromotionPersonaRule_RepositoryService()
  12274.     {
  12275.         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()));
  12276.     }
  12277.     /**
  12278.      * Gets the public 'promotion_sales_channel.repository' shared service.
  12279.      *
  12280.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12281.      */
  12282.     protected function getPromotionSalesChannel_RepositoryService()
  12283.     {
  12284.         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()));
  12285.     }
  12286.     /**
  12287.      * Gets the public 'promotion_setgroup.repository' shared service.
  12288.      *
  12289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12290.      */
  12291.     protected function getPromotionSetgroup_RepositoryService()
  12292.     {
  12293.         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()));
  12294.     }
  12295.     /**
  12296.      * Gets the public 'promotion_setgroup_rule.repository' shared service.
  12297.      *
  12298.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12299.      */
  12300.     protected function getPromotionSetgroupRule_RepositoryService()
  12301.     {
  12302.         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()));
  12303.     }
  12304.     /**
  12305.      * Gets the public 'promotion_translation.repository' shared service.
  12306.      *
  12307.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12308.      */
  12309.     protected function getPromotionTranslation_RepositoryService()
  12310.     {
  12311.         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()));
  12312.     }
  12313.     /**
  12314.      * Gets the public 'property_group.repository' shared service.
  12315.      *
  12316.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12317.      */
  12318.     protected function getPropertyGroup_RepositoryService()
  12319.     {
  12320.         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()));
  12321.     }
  12322.     /**
  12323.      * Gets the public 'property_group_option.repository' shared service.
  12324.      *
  12325.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12326.      */
  12327.     protected function getPropertyGroupOption_RepositoryService()
  12328.     {
  12329.         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()));
  12330.     }
  12331.     /**
  12332.      * Gets the public 'property_group_option_translation.repository' shared service.
  12333.      *
  12334.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12335.      */
  12336.     protected function getPropertyGroupOptionTranslation_RepositoryService()
  12337.     {
  12338.         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()));
  12339.     }
  12340.     /**
  12341.      * Gets the public 'property_group_translation.repository' shared service.
  12342.      *
  12343.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12344.      */
  12345.     protected function getPropertyGroupTranslation_RepositoryService()
  12346.     {
  12347.         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()));
  12348.     }
  12349.     /**
  12350.      * Gets the public 'request_stack' shared service.
  12351.      *
  12352.      * @return \Symfony\Component\HttpFoundation\RequestStack
  12353.      */
  12354.     protected function getRequestStackService()
  12355.     {
  12356.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  12357.     }
  12358.     /**
  12359.      * Gets the public 'router' shared autowired service.
  12360.      *
  12361.      * @return \Shopware\Storefront\Framework\Routing\Router
  12362.      */
  12363.     protected function getRouterService()
  12364.     {
  12365.         return $this->services['router'] = new \Shopware\Storefront\Framework\Routing\Router(($this->privates['router.default'] ?? $this->getRouter_DefaultService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12366.     }
  12367.     /**
  12368.      * Gets the public 'routing.loader' shared service.
  12369.      *
  12370.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  12371.      */
  12372.     protected function getRouting_LoaderService()
  12373.     {
  12374.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  12377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Route/ApiRouteLoader.php';
  12381.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  12382.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  12383.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  12384.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  12385.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  12386.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  12387.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  12388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  12389.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  12390.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  12392.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  12393.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  12394.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  12395.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  12396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  12397.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  12398.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  12399.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  12400.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  12401.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  12402.         $a->addLoader(new \Shopware\Core\Framework\Api\Route\ApiRouteLoader(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())));
  12403.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  12404.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  12405.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  12406.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  12407.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  12408.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12409.             'kernel' => ['services''kernel''getKernelService'false],
  12410.         ], [
  12411.             'kernel' => 'Shopware\\Core\\Kernel',
  12412.         ]), 'dev'));
  12413.         $a->addLoader($c);
  12414.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  12415.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  12416.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  12417.     }
  12418.     /**
  12419.      * Gets the public 'rule.repository' shared service.
  12420.      *
  12421.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12422.      */
  12423.     protected function getRule_RepositoryService()
  12424.     {
  12425.         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()));
  12426.     }
  12427.     /**
  12428.      * Gets the public 'rule_condition.repository' shared service.
  12429.      *
  12430.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12431.      */
  12432.     protected function getRuleCondition_RepositoryService()
  12433.     {
  12434.         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()));
  12435.     }
  12436.     /**
  12437.      * Gets the public 'rule_tag.repository' shared service.
  12438.      *
  12439.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12440.      */
  12441.     protected function getRuleTag_RepositoryService()
  12442.     {
  12443.         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()));
  12444.     }
  12445.     /**
  12446.      * Gets the public 'sales_channel.category.repository' shared service.
  12447.      *
  12448.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12449.      */
  12450.     protected function getSalesChannel_Category_RepositoryService()
  12451.     {
  12452.         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()));
  12453.     }
  12454.     /**
  12455.      * Gets the public 'sales_channel.country.repository' shared service.
  12456.      *
  12457.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12458.      */
  12459.     protected function getSalesChannel_Country_RepositoryService()
  12460.     {
  12461.         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()));
  12462.     }
  12463.     /**
  12464.      * Gets the public 'sales_channel.country_state.repository' shared service.
  12465.      *
  12466.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12467.      */
  12468.     protected function getSalesChannel_CountryState_RepositoryService()
  12469.     {
  12470.         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()));
  12471.     }
  12472.     /**
  12473.      * Gets the public 'sales_channel.currency.repository' shared service.
  12474.      *
  12475.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12476.      */
  12477.     protected function getSalesChannel_Currency_RepositoryService()
  12478.     {
  12479.         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()));
  12480.     }
  12481.     /**
  12482.      * Gets the public 'sales_channel.landing_page.repository' shared service.
  12483.      *
  12484.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12485.      */
  12486.     protected function getSalesChannel_LandingPage_RepositoryService()
  12487.     {
  12488.         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()));
  12489.     }
  12490.     /**
  12491.      * Gets the public 'sales_channel.language.repository' shared service.
  12492.      *
  12493.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12494.      */
  12495.     protected function getSalesChannel_Language_RepositoryService()
  12496.     {
  12497.         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()));
  12498.     }
  12499.     /**
  12500.      * Gets the public 'sales_channel.main_category.repository' shared service.
  12501.      *
  12502.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12503.      */
  12504.     protected function getSalesChannel_MainCategory_RepositoryService()
  12505.     {
  12506.         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()));
  12507.     }
  12508.     /**
  12509.      * Gets the public 'sales_channel.newsletter_recipient.repository' shared service.
  12510.      *
  12511.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12512.      */
  12513.     protected function getSalesChannel_NewsletterRecipient_RepositoryService()
  12514.     {
  12515.         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()));
  12516.     }
  12517.     /**
  12518.      * Gets the public 'sales_channel.payment_method.repository' shared service.
  12519.      *
  12520.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12521.      */
  12522.     protected function getSalesChannel_PaymentMethod_RepositoryService()
  12523.     {
  12524.         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()));
  12525.     }
  12526.     /**
  12527.      * Gets the public 'sales_channel.product.repository' shared service.
  12528.      *
  12529.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12530.      */
  12531.     protected function getSalesChannel_Product_RepositoryService()
  12532.     {
  12533.         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()));
  12534.     }
  12535.     /**
  12536.      * Gets the public 'sales_channel.repository' shared service.
  12537.      *
  12538.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12539.      */
  12540.     protected function getSalesChannel_RepositoryService()
  12541.     {
  12542.         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()));
  12543.     }
  12544.     /**
  12545.      * Gets the public 'sales_channel.salutation.repository' shared service.
  12546.      *
  12547.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12548.      */
  12549.     protected function getSalesChannel_Salutation_RepositoryService()
  12550.     {
  12551.         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()));
  12552.     }
  12553.     /**
  12554.      * Gets the public 'sales_channel.seo_url.repository' shared service.
  12555.      *
  12556.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12557.      */
  12558.     protected function getSalesChannel_SeoUrl_RepositoryService()
  12559.     {
  12560.         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()));
  12561.     }
  12562.     /**
  12563.      * Gets the public 'sales_channel.shipping_method.repository' shared service.
  12564.      *
  12565.      * @return \Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository
  12566.      */
  12567.     protected function getSalesChannel_ShippingMethod_RepositoryService()
  12568.     {
  12569.         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()));
  12570.     }
  12571.     /**
  12572.      * Gets the public 'sales_channel_analytics.repository' shared service.
  12573.      *
  12574.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12575.      */
  12576.     protected function getSalesChannelAnalytics_RepositoryService()
  12577.     {
  12578.         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()));
  12579.     }
  12580.     /**
  12581.      * Gets the public 'sales_channel_country.repository' shared service.
  12582.      *
  12583.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12584.      */
  12585.     protected function getSalesChannelCountry_RepositoryService()
  12586.     {
  12587.         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()));
  12588.     }
  12589.     /**
  12590.      * Gets the public 'sales_channel_currency.repository' shared service.
  12591.      *
  12592.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  12593.      */
  12594.     protected function getSalesChannelCurrency_RepositoryService()
  12595.     {
  12596.         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()));
  12597.     }
  12598.     /**
  12599.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition' shared service.
  12600.      *
  12601.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition
  12602.      */
  12603.     protected function getOrderFieldsCustomerGroupDefinition2Service()
  12604.     {
  12605.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsCustomerGroup/OrderFieldsCustomerGroupDefinition.php';
  12606.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsCustomerGroup\\OrderFieldsCustomerGroupDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsCustomerGroup\OrderFieldsCustomerGroupDefinition();
  12607.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12608.         return $instance;
  12609.     }
  12610.     /**
  12611.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition' shared service.
  12612.      *
  12613.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition
  12614.      */
  12615.     protected function getOrderFieldsTranslationDefinition2Service()
  12616.     {
  12617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12618.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsTranslation/OrderFieldsTranslationDefinition.php';
  12619.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsTranslation\\OrderFieldsTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsTranslation\OrderFieldsTranslationDefinition();
  12620.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12621.         return $instance;
  12622.     }
  12623.     /**
  12624.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition' shared service.
  12625.      *
  12626.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition
  12627.      */
  12628.     protected function getOrderFieldsValTranslationDefinition2Service()
  12629.     {
  12630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12631.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsVal/Aggregate/OrderFieldsValTranslation/OrderFieldsValTranslationDefinition.php';
  12632.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\Aggregate\\OrderFieldsValTranslation\\OrderFieldsValTranslationDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\Aggregate\OrderFieldsValTranslation\OrderFieldsValTranslationDefinition();
  12633.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12634.         return $instance;
  12635.     }
  12636.     /**
  12637.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition' shared service.
  12638.      *
  12639.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition
  12640.      */
  12641.     protected function getOrderFieldsValDefinition2Service()
  12642.     {
  12643.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Core/Content/OrderFields/Aggregate/OrderFieldsVal/OrderFieldsValDefinition.php';
  12644.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\Aggregate\\OrderFieldsVal\\OrderFieldsValDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\Aggregate\OrderFieldsVal\OrderFieldsValDefinition();
  12645.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12646.         return $instance;
  12647.     }
  12648.     /**
  12649.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition' shared service.
  12650.      *
  12651.      * @return \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition
  12652.      */
  12653.     protected function getOrderFieldsDefinition2Service()
  12654.     {
  12655.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\OrderFields\\OrderFieldsDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\OrderFields\OrderFieldsDefinition();
  12656.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12657.         return $instance;
  12658.     }
  12659.     /**
  12660.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition' shared service.
  12661.      *
  12662.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition
  12663.      */
  12664.     protected function getOrderAttributeValueDefinition2Service()
  12665.     {
  12666.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\Aggregate\\OrderAttributeValueDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\Aggregate\OrderAttributeValueDefinition();
  12667.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12668.         return $instance;
  12669.     }
  12670.     /**
  12671.      * Gets the public 'sales_channel_definition.NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition' shared service.
  12672.      *
  12673.      * @return \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition
  12674.      */
  12675.     protected function getOrderAttributeDefinition2Service()
  12676.     {
  12677.         $this->services['sales_channel_definition.NetInventors\\NetiNextOrderFields\\Core\\Content\\Order\\Aggregate\\OrderAttribute\\OrderAttributeDefinition'] = $instance = new \NetInventors\NetiNextOrderFields\Core\Content\Order\Aggregate\OrderAttribute\OrderAttributeDefinition();
  12678.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12679.         return $instance;
  12680.     }
  12681.     /**
  12682.      * Gets the public 'sales_channel_definition.Shopware\Administration\Notification\NotificationDefinition' shared service.
  12683.      *
  12684.      * @return \Shopware\Administration\Notification\NotificationDefinition
  12685.      */
  12686.     protected function getNotificationDefinition2Service()
  12687.     {
  12688.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Notification/NotificationDefinition.php';
  12689.         $this->services['sales_channel_definition.Shopware\\Administration\\Notification\\NotificationDefinition'] = $instance = new \Shopware\Administration\Notification\NotificationDefinition();
  12690.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12691.         return $instance;
  12692.     }
  12693.     /**
  12694.      * Gets the public 'sales_channel_definition.Shopware\Administration\Snippet\AppAdministrationSnippetDefinition' shared service.
  12695.      *
  12696.      * @return \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition
  12697.      */
  12698.     protected function getAppAdministrationSnippetDefinition2Service()
  12699.     {
  12700.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetDefinition.php';
  12701.         $this->services['sales_channel_definition.Shopware\\Administration\\Snippet\\AppAdministrationSnippetDefinition'] = $instance = new \Shopware\Administration\Snippet\AppAdministrationSnippetDefinition();
  12702.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12703.         return $instance;
  12704.     }
  12705.     /**
  12706.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition' shared service.
  12707.      *
  12708.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition
  12709.      */
  12710.     protected function getCustomerAddressDefinition2Service()
  12711.     {
  12712.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressDefinition();
  12713.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12714.         return $instance;
  12715.     }
  12716.     /**
  12717.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition' shared service.
  12718.      *
  12719.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition
  12720.      */
  12721.     protected function getCustomerGroupRegistrationSalesChannelDefinition2Service()
  12722.     {
  12723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupRegistrationSalesChannel/CustomerGroupRegistrationSalesChannelDefinition.php';
  12724.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupRegistrationSalesChannel\\CustomerGroupRegistrationSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupRegistrationSalesChannel\CustomerGroupRegistrationSalesChannelDefinition();
  12725.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12726.         return $instance;
  12727.     }
  12728.     /**
  12729.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition' shared service.
  12730.      *
  12731.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition
  12732.      */
  12733.     protected function getCustomerGroupTranslationDefinition2Service()
  12734.     {
  12735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12736.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerGroupTranslation/CustomerGroupTranslationDefinition.php';
  12737.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroupTranslation\\CustomerGroupTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroupTranslation\CustomerGroupTranslationDefinition();
  12738.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12739.         return $instance;
  12740.     }
  12741.     /**
  12742.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition' shared service.
  12743.      *
  12744.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition
  12745.      */
  12746.     protected function getCustomerGroupDefinition2Service()
  12747.     {
  12748.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerGroup\\CustomerGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupDefinition();
  12749.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12750.         return $instance;
  12751.     }
  12752.     /**
  12753.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition' shared service.
  12754.      *
  12755.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition
  12756.      */
  12757.     protected function getCustomerRecoveryDefinition2Service()
  12758.     {
  12759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerRecovery/CustomerRecoveryDefinition.php';
  12760.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerRecovery\\CustomerRecoveryDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerRecovery\CustomerRecoveryDefinition();
  12761.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12762.         return $instance;
  12763.     }
  12764.     /**
  12765.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition' shared service.
  12766.      *
  12767.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition
  12768.      */
  12769.     protected function getCustomerTagDefinition2Service()
  12770.     {
  12771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerTag/CustomerTagDefinition.php';
  12772.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerTag\\CustomerTagDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerTag\CustomerTagDefinition();
  12773.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12774.         return $instance;
  12775.     }
  12776.     /**
  12777.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition' shared service.
  12778.      *
  12779.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition
  12780.      */
  12781.     protected function getCustomerWishlistProductDefinition2Service()
  12782.     {
  12783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlistProduct/CustomerWishlistProductDefinition.php';
  12784.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlistProduct\\CustomerWishlistProductDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlistProduct\CustomerWishlistProductDefinition();
  12785.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12786.         return $instance;
  12787.     }
  12788.     /**
  12789.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition' shared service.
  12790.      *
  12791.      * @return \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition
  12792.      */
  12793.     protected function getCustomerWishlistDefinition2Service()
  12794.     {
  12795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Aggregate/CustomerWishlist/CustomerWishlistDefinition.php';
  12796.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerWishlist\\CustomerWishlistDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\Aggregate\CustomerWishlist\CustomerWishlistDefinition();
  12797.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12798.         return $instance;
  12799.     }
  12800.     /**
  12801.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Customer\CustomerDefinition' shared service.
  12802.      *
  12803.      * @return \Shopware\Core\Checkout\Customer\CustomerDefinition
  12804.      */
  12805.     protected function getCustomerDefinition2Service()
  12806.     {
  12807.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Customer\CustomerDefinition();
  12808.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12809.         return $instance;
  12810.     }
  12811.     /**
  12812.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition' shared service.
  12813.      *
  12814.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition
  12815.      */
  12816.     protected function getDocumentBaseConfigSalesChannelDefinition2Service()
  12817.     {
  12818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfigSalesChannel/DocumentBaseConfigSalesChannelDefinition.php';
  12819.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfigSalesChannel\\DocumentBaseConfigSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfigSalesChannel\DocumentBaseConfigSalesChannelDefinition();
  12820.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12821.         return $instance;
  12822.     }
  12823.     /**
  12824.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition' shared service.
  12825.      *
  12826.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition
  12827.      */
  12828.     protected function getDocumentBaseConfigDefinition2Service()
  12829.     {
  12830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentBaseConfig/DocumentBaseConfigDefinition.php';
  12831.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentBaseConfig\\DocumentBaseConfigDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentBaseConfig\DocumentBaseConfigDefinition();
  12832.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12833.         return $instance;
  12834.     }
  12835.     /**
  12836.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition' shared service.
  12837.      *
  12838.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition
  12839.      */
  12840.     protected function getDocumentTypeTranslationDefinition2Service()
  12841.     {
  12842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  12843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentTypeTranslation/DocumentTypeTranslationDefinition.php';
  12844.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentTypeTranslation\\DocumentTypeTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentTypeTranslation\DocumentTypeTranslationDefinition();
  12845.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12846.         return $instance;
  12847.     }
  12848.     /**
  12849.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition' shared service.
  12850.      *
  12851.      * @return \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition
  12852.      */
  12853.     protected function getDocumentTypeDefinition2Service()
  12854.     {
  12855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Aggregate/DocumentType/DocumentTypeDefinition.php';
  12856.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\Aggregate\\DocumentType\\DocumentTypeDefinition'] = $instance = new \Shopware\Core\Checkout\Document\Aggregate\DocumentType\DocumentTypeDefinition();
  12857.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12858.         return $instance;
  12859.     }
  12860.     /**
  12861.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Document\DocumentDefinition' shared service.
  12862.      *
  12863.      * @return \Shopware\Core\Checkout\Document\DocumentDefinition
  12864.      */
  12865.     protected function getDocumentDefinition2Service()
  12866.     {
  12867.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentDefinition.php';
  12868.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Document\\DocumentDefinition'] = $instance = new \Shopware\Core\Checkout\Document\DocumentDefinition();
  12869.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12870.         return $instance;
  12871.     }
  12872.     /**
  12873.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition' shared service.
  12874.      *
  12875.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition
  12876.      */
  12877.     protected function getOrderAddressDefinition2Service()
  12878.     {
  12879.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderAddress\\OrderAddressDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderAddress\OrderAddressDefinition();
  12880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12881.         return $instance;
  12882.     }
  12883.     /**
  12884.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition' shared service.
  12885.      *
  12886.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition
  12887.      */
  12888.     protected function getOrderCustomerDefinition2Service()
  12889.     {
  12890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderCustomer/OrderCustomerDefinition.php';
  12891.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderCustomer\\OrderCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderCustomer\OrderCustomerDefinition();
  12892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12893.         return $instance;
  12894.     }
  12895.     /**
  12896.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition' shared service.
  12897.      *
  12898.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition
  12899.      */
  12900.     protected function getOrderDeliveryPositionDefinition2Service()
  12901.     {
  12902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDeliveryPosition/OrderDeliveryPositionDefinition.php';
  12903.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDeliveryPosition\\OrderDeliveryPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDeliveryPosition\OrderDeliveryPositionDefinition();
  12904.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12905.         return $instance;
  12906.     }
  12907.     /**
  12908.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition' shared service.
  12909.      *
  12910.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition
  12911.      */
  12912.     protected function getOrderDeliveryDefinition2Service()
  12913.     {
  12914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderDelivery/OrderDeliveryDefinition.php';
  12915.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderDelivery\\OrderDeliveryDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderDelivery\OrderDeliveryDefinition();
  12916.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12917.         return $instance;
  12918.     }
  12919.     /**
  12920.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition' shared service.
  12921.      *
  12922.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition
  12923.      */
  12924.     protected function getOrderLineItemDefinition2Service()
  12925.     {
  12926.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderLineItem/OrderLineItemDefinition.php';
  12927.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderLineItem\\OrderLineItemDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderLineItem\OrderLineItemDefinition();
  12928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12929.         return $instance;
  12930.     }
  12931.     /**
  12932.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition' shared service.
  12933.      *
  12934.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition
  12935.      */
  12936.     protected function getOrderTagDefinition2Service()
  12937.     {
  12938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTag/OrderTagDefinition.php';
  12939.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTag\\OrderTagDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTag\OrderTagDefinition();
  12940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12941.         return $instance;
  12942.     }
  12943.     /**
  12944.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition' shared service.
  12945.      *
  12946.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition
  12947.      */
  12948.     protected function getOrderTransactionCaptureRefundPositionDefinition2Service()
  12949.     {
  12950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefundPosition/OrderTransactionCaptureRefundPositionDefinition.php';
  12951.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefundPosition\\OrderTransactionCaptureRefundPositionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefundPosition\OrderTransactionCaptureRefundPositionDefinition();
  12952.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12953.         return $instance;
  12954.     }
  12955.     /**
  12956.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition' shared service.
  12957.      *
  12958.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition
  12959.      */
  12960.     protected function getOrderTransactionCaptureRefundDefinition2Service()
  12961.     {
  12962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCaptureRefund/OrderTransactionCaptureRefundDefinition.php';
  12963.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCaptureRefund\\OrderTransactionCaptureRefundDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundDefinition();
  12964.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12965.         return $instance;
  12966.     }
  12967.     /**
  12968.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition' shared service.
  12969.      *
  12970.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition
  12971.      */
  12972.     protected function getOrderTransactionCaptureDefinition2Service()
  12973.     {
  12974.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransactionCapture/OrderTransactionCaptureDefinition.php';
  12975.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransactionCapture\\OrderTransactionCaptureDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureDefinition();
  12976.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12977.         return $instance;
  12978.     }
  12979.     /**
  12980.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition' shared service.
  12981.      *
  12982.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition
  12983.      */
  12984.     protected function getOrderTransactionDefinition2Service()
  12985.     {
  12986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionDefinition.php';
  12987.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\Aggregate\\OrderTransaction\\OrderTransactionDefinition'] = $instance = new \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionDefinition();
  12988.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  12989.         return $instance;
  12990.     }
  12991.     /**
  12992.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Order\OrderDefinition' shared service.
  12993.      *
  12994.      * @return \Shopware\Core\Checkout\Order\OrderDefinition
  12995.      */
  12996.     protected function getOrderDefinition2Service()
  12997.     {
  12998.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Order\\OrderDefinition'] = $instance = new \Shopware\Core\Checkout\Order\OrderDefinition();
  12999.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13000.         return $instance;
  13001.     }
  13002.     /**
  13003.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition' shared service.
  13004.      *
  13005.      * @return \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition
  13006.      */
  13007.     protected function getPaymentMethodTranslationDefinition2Service()
  13008.     {
  13009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Aggregate/PaymentMethodTranslation/PaymentMethodTranslationDefinition.php';
  13011.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Payment\\Aggregate\\PaymentMethodTranslation\\PaymentMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Payment\Aggregate\PaymentMethodTranslation\PaymentMethodTranslationDefinition();
  13012.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13013.         return $instance;
  13014.     }
  13015.     /**
  13016.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition' shared service.
  13017.      *
  13018.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition
  13019.      */
  13020.     protected function getPromotionCartRuleDefinition2Service()
  13021.     {
  13022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionCartRule/PromotionCartRuleDefinition.php';
  13023.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionCartRule\\PromotionCartRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionCartRule\PromotionCartRuleDefinition();
  13024.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13025.         return $instance;
  13026.     }
  13027.     /**
  13028.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition' shared service.
  13029.      *
  13030.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition
  13031.      */
  13032.     protected function getPromotionDiscountPriceDefinition2Service()
  13033.     {
  13034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountPrice/PromotionDiscountPriceDefinition.php';
  13035.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountPrice\\PromotionDiscountPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountPrice\PromotionDiscountPriceDefinition();
  13036.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13037.         return $instance;
  13038.     }
  13039.     /**
  13040.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition' shared service.
  13041.      *
  13042.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition
  13043.      */
  13044.     protected function getPromotionDiscountRuleDefinition2Service()
  13045.     {
  13046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscountRule/PromotionDiscountRuleDefinition.php';
  13047.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscountRule\\PromotionDiscountRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscountRule\PromotionDiscountRuleDefinition();
  13048.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13049.         return $instance;
  13050.     }
  13051.     /**
  13052.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition' shared service.
  13053.      *
  13054.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition
  13055.      */
  13056.     protected function getPromotionDiscountDefinition2Service()
  13057.     {
  13058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionDiscount/PromotionDiscountDefinition.php';
  13059.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionDiscount\\PromotionDiscountDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionDiscount\PromotionDiscountDefinition();
  13060.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13061.         return $instance;
  13062.     }
  13063.     /**
  13064.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition' shared service.
  13065.      *
  13066.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition
  13067.      */
  13068.     protected function getPromotionIndividualCodeDefinition2Service()
  13069.     {
  13070.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionIndividualCode/PromotionIndividualCodeDefinition.php';
  13071.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionIndividualCode\\PromotionIndividualCodeDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionIndividualCode\PromotionIndividualCodeDefinition();
  13072.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13073.         return $instance;
  13074.     }
  13075.     /**
  13076.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition' shared service.
  13077.      *
  13078.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition
  13079.      */
  13080.     protected function getPromotionOrderRuleDefinition2Service()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionOrderRule/PromotionOrderRuleDefinition.php';
  13083.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionOrderRule\\PromotionOrderRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionOrderRule\PromotionOrderRuleDefinition();
  13084.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13085.         return $instance;
  13086.     }
  13087.     /**
  13088.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition' shared service.
  13089.      *
  13090.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition
  13091.      */
  13092.     protected function getPromotionPersonaCustomerDefinition2Service()
  13093.     {
  13094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaCustomer/PromotionPersonaCustomerDefinition.php';
  13095.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaCustomer\\PromotionPersonaCustomerDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaCustomer\PromotionPersonaCustomerDefinition();
  13096.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13097.         return $instance;
  13098.     }
  13099.     /**
  13100.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition' shared service.
  13101.      *
  13102.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition
  13103.      */
  13104.     protected function getPromotionPersonaRuleDefinition2Service()
  13105.     {
  13106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionPersonaRule/PromotionPersonaRuleDefinition.php';
  13107.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionPersonaRule\\PromotionPersonaRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionPersonaRule\PromotionPersonaRuleDefinition();
  13108.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13109.         return $instance;
  13110.     }
  13111.     /**
  13112.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition' shared service.
  13113.      *
  13114.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition
  13115.      */
  13116.     protected function getPromotionSalesChannelDefinition2Service()
  13117.     {
  13118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSalesChannel/PromotionSalesChannelDefinition.php';
  13119.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSalesChannel\\PromotionSalesChannelDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSalesChannel\PromotionSalesChannelDefinition();
  13120.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13121.         return $instance;
  13122.     }
  13123.     /**
  13124.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition' shared service.
  13125.      *
  13126.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition
  13127.      */
  13128.     protected function getPromotionSetGroupRuleDefinition2Service()
  13129.     {
  13130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroupRule/PromotionSetGroupRuleDefinition.php';
  13131.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroupRule\\PromotionSetGroupRuleDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroupRule\PromotionSetGroupRuleDefinition();
  13132.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13133.         return $instance;
  13134.     }
  13135.     /**
  13136.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition' shared service.
  13137.      *
  13138.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition
  13139.      */
  13140.     protected function getPromotionSetGroupDefinition2Service()
  13141.     {
  13142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionSetGroup/PromotionSetGroupDefinition.php';
  13143.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionSetGroup\\PromotionSetGroupDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionSetGroup\PromotionSetGroupDefinition();
  13144.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13145.         return $instance;
  13146.     }
  13147.     /**
  13148.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition' shared service.
  13149.      *
  13150.      * @return \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition
  13151.      */
  13152.     protected function getPromotionTranslationDefinition2Service()
  13153.     {
  13154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Aggregate/PromotionTranslation/PromotionTranslationDefinition.php';
  13156.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\Aggregate\\PromotionTranslation\\PromotionTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\Aggregate\PromotionTranslation\PromotionTranslationDefinition();
  13157.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13158.         return $instance;
  13159.     }
  13160.     /**
  13161.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Promotion\PromotionDefinition' shared service.
  13162.      *
  13163.      * @return \Shopware\Core\Checkout\Promotion\PromotionDefinition
  13164.      */
  13165.     protected function getPromotionDefinition2Service()
  13166.     {
  13167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/PromotionDefinition.php';
  13168.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Promotion\\PromotionDefinition'] = $instance = new \Shopware\Core\Checkout\Promotion\PromotionDefinition();
  13169.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13170.         return $instance;
  13171.     }
  13172.     /**
  13173.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition' shared service.
  13174.      *
  13175.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition
  13176.      */
  13177.     protected function getShippingMethodPriceDefinition2Service()
  13178.     {
  13179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodPrice/ShippingMethodPriceDefinition.php';
  13180.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceDefinition();
  13181.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13182.         return $instance;
  13183.     }
  13184.     /**
  13185.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition' shared service.
  13186.      *
  13187.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition
  13188.      */
  13189.     protected function getShippingMethodTagDefinition2Service()
  13190.     {
  13191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTag/ShippingMethodTagDefinition.php';
  13192.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTag\\ShippingMethodTagDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTag\ShippingMethodTagDefinition();
  13193.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13194.         return $instance;
  13195.     }
  13196.     /**
  13197.      * Gets the public 'sales_channel_definition.Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition' shared service.
  13198.      *
  13199.      * @return \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition
  13200.      */
  13201.     protected function getShippingMethodTranslationDefinition2Service()
  13202.     {
  13203.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Aggregate/ShippingMethodTranslation/ShippingMethodTranslationDefinition.php';
  13205.         $this->services['sales_channel_definition.Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodTranslation\\ShippingMethodTranslationDefinition'] = $instance = new \Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodTranslation\ShippingMethodTranslationDefinition();
  13206.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13207.         return $instance;
  13208.     }
  13209.     /**
  13210.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition' shared service.
  13211.      *
  13212.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition
  13213.      */
  13214.     protected function getCategoryTagDefinition2Service()
  13215.     {
  13216.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTag/CategoryTagDefinition.php';
  13217.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTag\\CategoryTagDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTag\CategoryTagDefinition();
  13218.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13219.         return $instance;
  13220.     }
  13221.     /**
  13222.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition' shared service.
  13223.      *
  13224.      * @return \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition
  13225.      */
  13226.     protected function getCategoryTranslationDefinition2Service()
  13227.     {
  13228.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13229.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Aggregate/CategoryTranslation/CategoryTranslationDefinition.php';
  13230.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Category\\Aggregate\\CategoryTranslation\\CategoryTranslationDefinition'] = $instance = new \Shopware\Core\Content\Category\Aggregate\CategoryTranslation\CategoryTranslationDefinition();
  13231.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13232.         return $instance;
  13233.     }
  13234.     /**
  13235.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition' shared service.
  13236.      *
  13237.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition
  13238.      */
  13239.     protected function getCmsBlockDefinition2Service()
  13240.     {
  13241.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsBlock/CmsBlockDefinition.php';
  13242.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsBlock\\CmsBlockDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsBlock\CmsBlockDefinition();
  13243.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13244.         return $instance;
  13245.     }
  13246.     /**
  13247.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition' shared service.
  13248.      *
  13249.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition
  13250.      */
  13251.     protected function getCmsPageTranslationDefinition2Service()
  13252.     {
  13253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsPageTranslation/CmsPageTranslationDefinition.php';
  13255.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsPageTranslation\\CmsPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsPageTranslation\CmsPageTranslationDefinition();
  13256.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13257.         return $instance;
  13258.     }
  13259.     /**
  13260.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition' shared service.
  13261.      *
  13262.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition
  13263.      */
  13264.     protected function getCmsSectionDefinition2Service()
  13265.     {
  13266.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSection/CmsSectionDefinition.php';
  13267.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSection\\CmsSectionDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSection\CmsSectionDefinition();
  13268.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13269.         return $instance;
  13270.     }
  13271.     /**
  13272.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition' shared service.
  13273.      *
  13274.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition
  13275.      */
  13276.     protected function getCmsSlotTranslationDefinition2Service()
  13277.     {
  13278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13279.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlotTranslation/CmsSlotTranslationDefinition.php';
  13280.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlotTranslation\\CmsSlotTranslationDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlotTranslation\CmsSlotTranslationDefinition();
  13281.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13282.         return $instance;
  13283.     }
  13284.     /**
  13285.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition' shared service.
  13286.      *
  13287.      * @return \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition
  13288.      */
  13289.     protected function getCmsSlotDefinition2Service()
  13290.     {
  13291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Aggregate/CmsSlot/CmsSlotDefinition.php';
  13292.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\Aggregate\\CmsSlot\\CmsSlotDefinition'] = $instance = new \Shopware\Core\Content\Cms\Aggregate\CmsSlot\CmsSlotDefinition();
  13293.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13294.         return $instance;
  13295.     }
  13296.     /**
  13297.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Cms\CmsPageDefinition' shared service.
  13298.      *
  13299.      * @return \Shopware\Core\Content\Cms\CmsPageDefinition
  13300.      */
  13301.     protected function getCmsPageDefinition2Service()
  13302.     {
  13303.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] = $instance = new \Shopware\Core\Content\Cms\CmsPageDefinition();
  13304.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13305.         return $instance;
  13306.     }
  13307.     /**
  13308.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition' shared service.
  13309.      *
  13310.      * @return \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition
  13311.      */
  13312.     protected function getFlowSequenceDefinition2Service()
  13313.     {
  13314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Aggregate/FlowSequence/FlowSequenceDefinition.php';
  13315.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\Aggregate\\FlowSequence\\FlowSequenceDefinition'] = $instance = new \Shopware\Core\Content\Flow\Aggregate\FlowSequence\FlowSequenceDefinition();
  13316.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13317.         return $instance;
  13318.     }
  13319.     /**
  13320.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Flow\FlowDefinition' shared service.
  13321.      *
  13322.      * @return \Shopware\Core\Content\Flow\FlowDefinition
  13323.      */
  13324.     protected function getFlowDefinition2Service()
  13325.     {
  13326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/FlowDefinition.php';
  13327.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Flow\\FlowDefinition'] = $instance = new \Shopware\Core\Content\Flow\FlowDefinition();
  13328.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13329.         return $instance;
  13330.     }
  13331.     /**
  13332.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition' shared service.
  13333.      *
  13334.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition
  13335.      */
  13336.     protected function getImportExportFileDefinition2Service()
  13337.     {
  13338.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportFile/ImportExportFileDefinition.php';
  13339.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportFile\\ImportExportFileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportFile\ImportExportFileDefinition();
  13340.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13341.         return $instance;
  13342.     }
  13343.     /**
  13344.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition' shared service.
  13345.      *
  13346.      * @return \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition
  13347.      */
  13348.     protected function getImportExportLogDefinition2Service()
  13349.     {
  13350.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Aggregate/ImportExportLog/ImportExportLogDefinition.php';
  13351.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\Aggregate\\ImportExportLog\\ImportExportLogDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\Aggregate\ImportExportLog\ImportExportLogDefinition();
  13352.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13353.         return $instance;
  13354.     }
  13355.     /**
  13356.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileDefinition' shared service.
  13357.      *
  13358.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition
  13359.      */
  13360.     protected function getImportExportProfileDefinition2Service()
  13361.     {
  13362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileDefinition.php';
  13363.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileDefinition();
  13364.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13365.         return $instance;
  13366.     }
  13367.     /**
  13368.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition' shared service.
  13369.      *
  13370.      * @return \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition
  13371.      */
  13372.     protected function getImportExportProfileTranslationDefinition2Service()
  13373.     {
  13374.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13375.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ImportExportProfileTranslationDefinition.php';
  13376.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ImportExport\\ImportExportProfileTranslationDefinition'] = $instance = new \Shopware\Core\Content\ImportExport\ImportExportProfileTranslationDefinition();
  13377.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13378.         return $instance;
  13379.     }
  13380.     /**
  13381.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition' shared service.
  13382.      *
  13383.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition
  13384.      */
  13385.     protected function getLandingPageSalesChannelDefinition2Service()
  13386.     {
  13387.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageSalesChannel/LandingPageSalesChannelDefinition.php';
  13388.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageSalesChannel\\LandingPageSalesChannelDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageSalesChannel\LandingPageSalesChannelDefinition();
  13389.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13390.         return $instance;
  13391.     }
  13392.     /**
  13393.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition' shared service.
  13394.      *
  13395.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition
  13396.      */
  13397.     protected function getLandingPageTagDefinition2Service()
  13398.     {
  13399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTag/LandingPageTagDefinition.php';
  13400.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTag\\LandingPageTagDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTag\LandingPageTagDefinition();
  13401.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13402.         return $instance;
  13403.     }
  13404.     /**
  13405.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition' shared service.
  13406.      *
  13407.      * @return \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition
  13408.      */
  13409.     protected function getLandingPageTranslationDefinition2Service()
  13410.     {
  13411.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13412.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/Aggregate/LandingPageTranslation/LandingPageTranslationDefinition.php';
  13413.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\LandingPage\\Aggregate\\LandingPageTranslation\\LandingPageTranslationDefinition'] = $instance = new \Shopware\Core\Content\LandingPage\Aggregate\LandingPageTranslation\LandingPageTranslationDefinition();
  13414.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13415.         return $instance;
  13416.     }
  13417.     /**
  13418.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition' shared service.
  13419.      *
  13420.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition
  13421.      */
  13422.     protected function getMailHeaderFooterTranslationDefinition2Service()
  13423.     {
  13424.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooterTranslation/MailHeaderFooterTranslationDefinition.php';
  13426.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooterTranslation\\MailHeaderFooterTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooterTranslation\MailHeaderFooterTranslationDefinition();
  13427.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13428.         return $instance;
  13429.     }
  13430.     /**
  13431.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition' shared service.
  13432.      *
  13433.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition
  13434.      */
  13435.     protected function getMailHeaderFooterDefinition2Service()
  13436.     {
  13437.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailHeaderFooter/MailHeaderFooterDefinition.php';
  13438.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailHeaderFooter\\MailHeaderFooterDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailHeaderFooter\MailHeaderFooterDefinition();
  13439.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13440.         return $instance;
  13441.     }
  13442.     /**
  13443.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition' shared service.
  13444.      *
  13445.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition
  13446.      */
  13447.     protected function getMailTemplateMediaDefinition2Service()
  13448.     {
  13449.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateMedia/MailTemplateMediaDefinition.php';
  13450.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateMedia\\MailTemplateMediaDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateMedia\MailTemplateMediaDefinition();
  13451.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13452.         return $instance;
  13453.     }
  13454.     /**
  13455.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition' shared service.
  13456.      *
  13457.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition
  13458.      */
  13459.     protected function getMailTemplateTranslationDefinition2Service()
  13460.     {
  13461.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13462.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTranslation/MailTemplateTranslationDefinition.php';
  13463.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTranslation\\MailTemplateTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTranslation\MailTemplateTranslationDefinition();
  13464.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13465.         return $instance;
  13466.     }
  13467.     /**
  13468.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition' shared service.
  13469.      *
  13470.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition
  13471.      */
  13472.     protected function getMailTemplateTypeTranslationDefinition2Service()
  13473.     {
  13474.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateTypeTranslation/MailTemplateTypeTranslationDefinition.php';
  13476.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateTypeTranslation\\MailTemplateTypeTranslationDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateTypeTranslation\MailTemplateTypeTranslationDefinition();
  13477.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13478.         return $instance;
  13479.     }
  13480.     /**
  13481.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition' shared service.
  13482.      *
  13483.      * @return \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition
  13484.      */
  13485.     protected function getMailTemplateTypeDefinition2Service()
  13486.     {
  13487.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Aggregate/MailTemplateType/MailTemplateTypeDefinition.php';
  13488.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\Aggregate\\MailTemplateType\\MailTemplateTypeDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\Aggregate\MailTemplateType\MailTemplateTypeDefinition();
  13489.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13490.         return $instance;
  13491.     }
  13492.     /**
  13493.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\MailTemplate\MailTemplateDefinition' shared service.
  13494.      *
  13495.      * @return \Shopware\Core\Content\MailTemplate\MailTemplateDefinition
  13496.      */
  13497.     protected function getMailTemplateDefinition2Service()
  13498.     {
  13499.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/MailTemplateDefinition.php';
  13500.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\MailTemplate\\MailTemplateDefinition'] = $instance = new \Shopware\Core\Content\MailTemplate\MailTemplateDefinition();
  13501.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13502.         return $instance;
  13503.     }
  13504.     /**
  13505.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition' shared service.
  13506.      *
  13507.      * @return \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition
  13508.      */
  13509.     protected function getMediaDefaultFolderDefinition2Service()
  13510.     {
  13511.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaDefaultFolder/MediaDefaultFolderDefinition.php';
  13512.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaDefaultFolder\\MediaDefaultFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaDefaultFolder\MediaDefaultFolderDefinition();
  13513.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13514.         return $instance;
  13515.     }
  13516.     /**
  13517.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition' shared service.
  13518.      *
  13519.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition
  13520.      */
  13521.     protected function getMediaFolderConfigurationMediaThumbnailSizeDefinition2Service()
  13522.     {
  13523.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfigurationMediaThumbnailSize/MediaFolderConfigurationMediaThumbnailSizeDefinition.php';
  13524.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfigurationMediaThumbnailSize\\MediaFolderConfigurationMediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfigurationMediaThumbnailSize\MediaFolderConfigurationMediaThumbnailSizeDefinition();
  13525.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13526.         return $instance;
  13527.     }
  13528.     /**
  13529.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition' shared service.
  13530.      *
  13531.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition
  13532.      */
  13533.     protected function getMediaFolderConfigurationDefinition2Service()
  13534.     {
  13535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolderConfiguration/MediaFolderConfigurationDefinition.php';
  13536.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolderConfiguration\\MediaFolderConfigurationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolderConfiguration\MediaFolderConfigurationDefinition();
  13537.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13538.         return $instance;
  13539.     }
  13540.     /**
  13541.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition' shared service.
  13542.      *
  13543.      * @return \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition
  13544.      */
  13545.     protected function getMediaFolderDefinition2Service()
  13546.     {
  13547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaFolder/MediaFolderDefinition.php';
  13548.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaFolder\\MediaFolderDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaFolder\MediaFolderDefinition();
  13549.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13550.         return $instance;
  13551.     }
  13552.     /**
  13553.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition' shared service.
  13554.      *
  13555.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition
  13556.      */
  13557.     protected function getMediaTagDefinition2Service()
  13558.     {
  13559.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTag/MediaTagDefinition.php';
  13560.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTag\\MediaTagDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTag\MediaTagDefinition();
  13561.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13562.         return $instance;
  13563.     }
  13564.     /**
  13565.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition' shared service.
  13566.      *
  13567.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition
  13568.      */
  13569.     protected function getMediaThumbnailSizeDefinition2Service()
  13570.     {
  13571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnailSize/MediaThumbnailSizeDefinition.php';
  13572.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnailSize\\MediaThumbnailSizeDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnailSize\MediaThumbnailSizeDefinition();
  13573.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13574.         return $instance;
  13575.     }
  13576.     /**
  13577.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition' shared service.
  13578.      *
  13579.      * @return \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition
  13580.      */
  13581.     protected function getMediaThumbnailDefinition2Service()
  13582.     {
  13583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaThumbnail/MediaThumbnailDefinition.php';
  13584.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaThumbnail\\MediaThumbnailDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaThumbnail\MediaThumbnailDefinition();
  13585.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13586.         return $instance;
  13587.     }
  13588.     /**
  13589.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition' shared service.
  13590.      *
  13591.      * @return \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition
  13592.      */
  13593.     protected function getMediaTranslationDefinition2Service()
  13594.     {
  13595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13596.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Aggregate/MediaTranslation/MediaTranslationDefinition.php';
  13597.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\Aggregate\\MediaTranslation\\MediaTranslationDefinition'] = $instance = new \Shopware\Core\Content\Media\Aggregate\MediaTranslation\MediaTranslationDefinition();
  13598.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13599.         return $instance;
  13600.     }
  13601.     /**
  13602.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Media\MediaDefinition' shared service.
  13603.      *
  13604.      * @return \Shopware\Core\Content\Media\MediaDefinition
  13605.      */
  13606.     protected function getMediaDefinition2Service()
  13607.     {
  13608.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Media\\MediaDefinition'] = $instance = new \Shopware\Core\Content\Media\MediaDefinition();
  13609.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13610.         return $instance;
  13611.     }
  13612.     /**
  13613.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition' shared service.
  13614.      *
  13615.      * @return \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition
  13616.      */
  13617.     protected function getNewsletterRecipientTagDefinition2Service()
  13618.     {
  13619.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Aggregate/NewsletterRecipientTag/NewsletterRecipientTagDefinition.php';
  13620.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Newsletter\\Aggregate\\NewsletterRecipientTag\\NewsletterRecipientTagDefinition'] = $instance = new \Shopware\Core\Content\Newsletter\Aggregate\NewsletterRecipientTag\NewsletterRecipientTagDefinition();
  13621.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13622.         return $instance;
  13623.     }
  13624.     /**
  13625.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductExport\ProductExportDefinition' shared service.
  13626.      *
  13627.      * @return \Shopware\Core\Content\ProductExport\ProductExportDefinition
  13628.      */
  13629.     protected function getProductExportDefinition2Service()
  13630.     {
  13631.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ProductExportDefinition.php';
  13632.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductExport\\ProductExportDefinition'] = $instance = new \Shopware\Core\Content\ProductExport\ProductExportDefinition();
  13633.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13634.         return $instance;
  13635.     }
  13636.     /**
  13637.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition' shared service.
  13638.      *
  13639.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition
  13640.      */
  13641.     protected function getProductStreamFilterDefinition2Service()
  13642.     {
  13643.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamFilter/ProductStreamFilterDefinition.php';
  13644.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamFilter\\ProductStreamFilterDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamFilter\ProductStreamFilterDefinition();
  13645.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13646.         return $instance;
  13647.     }
  13648.     /**
  13649.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition' shared service.
  13650.      *
  13651.      * @return \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition
  13652.      */
  13653.     protected function getProductStreamTranslationDefinition2Service()
  13654.     {
  13655.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/Aggregate/ProductStreamTranslation/ProductStreamTranslationDefinition.php';
  13657.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\Aggregate\\ProductStreamTranslation\\ProductStreamTranslationDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\Aggregate\ProductStreamTranslation\ProductStreamTranslationDefinition();
  13658.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13659.         return $instance;
  13660.     }
  13661.     /**
  13662.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\ProductStream\ProductStreamDefinition' shared service.
  13663.      *
  13664.      * @return \Shopware\Core\Content\ProductStream\ProductStreamDefinition
  13665.      */
  13666.     protected function getProductStreamDefinition2Service()
  13667.     {
  13668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ProductStreamDefinition.php';
  13669.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\ProductStream\\ProductStreamDefinition'] = $instance = new \Shopware\Core\Content\ProductStream\ProductStreamDefinition();
  13670.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13671.         return $instance;
  13672.     }
  13673.     /**
  13674.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition' shared service.
  13675.      *
  13676.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition
  13677.      */
  13678.     protected function getProductCategoryTreeDefinition2Service()
  13679.     {
  13680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategoryTree/ProductCategoryTreeDefinition.php';
  13681.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategoryTree\\ProductCategoryTreeDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategoryTree\ProductCategoryTreeDefinition();
  13682.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13683.         return $instance;
  13684.     }
  13685.     /**
  13686.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition' shared service.
  13687.      *
  13688.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition
  13689.      */
  13690.     protected function getProductCategoryDefinition2Service()
  13691.     {
  13692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCategory/ProductCategoryDefinition.php';
  13693.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCategory\\ProductCategoryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCategory\ProductCategoryDefinition();
  13694.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13695.         return $instance;
  13696.     }
  13697.     /**
  13698.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition' shared service.
  13699.      *
  13700.      * @return \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition
  13701.      */
  13702.     protected function getProductConfiguratorSettingDefinition2Service()
  13703.     {
  13704.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductConfiguratorSetting/ProductConfiguratorSettingDefinition.php';
  13705.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductConfiguratorSetting\\ProductConfiguratorSettingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductConfiguratorSetting\ProductConfiguratorSettingDefinition();
  13706.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13707.         return $instance;
  13708.     }
  13709.     /**
  13710.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition' shared service.
  13711.      *
  13712.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition
  13713.      */
  13714.     protected function getProductCrossSellingAssignedProductsDefinition2Service()
  13715.     {
  13716.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingAssignedProducts/ProductCrossSellingAssignedProductsDefinition.php';
  13717.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingAssignedProducts\\ProductCrossSellingAssignedProductsDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingAssignedProducts\ProductCrossSellingAssignedProductsDefinition();
  13718.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13719.         return $instance;
  13720.     }
  13721.     /**
  13722.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition' shared service.
  13723.      *
  13724.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition
  13725.      */
  13726.     protected function getProductCrossSellingTranslationDefinition2Service()
  13727.     {
  13728.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13729.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSellingTranslation/ProductCrossSellingTranslationDefinition.php';
  13730.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSellingTranslation\\ProductCrossSellingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSellingTranslation\ProductCrossSellingTranslationDefinition();
  13731.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13732.         return $instance;
  13733.     }
  13734.     /**
  13735.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition' shared service.
  13736.      *
  13737.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition
  13738.      */
  13739.     protected function getProductCrossSellingDefinition2Service()
  13740.     {
  13741.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCrossSelling/ProductCrossSellingDefinition.php';
  13742.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCrossSelling\\ProductCrossSellingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCrossSelling\ProductCrossSellingDefinition();
  13743.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13744.         return $instance;
  13745.     }
  13746.     /**
  13747.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition' shared service.
  13748.      *
  13749.      * @return \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition
  13750.      */
  13751.     protected function getProductCustomFieldSetDefinition2Service()
  13752.     {
  13753.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductCustomFieldSet/ProductCustomFieldSetDefinition.php';
  13754.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductCustomFieldSet\\ProductCustomFieldSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductCustomFieldSet\ProductCustomFieldSetDefinition();
  13755.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13756.         return $instance;
  13757.     }
  13758.     /**
  13759.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition' shared service.
  13760.      *
  13761.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition
  13762.      */
  13763.     protected function getProductFeatureSetTranslationDefinition2Service()
  13764.     {
  13765.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13766.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSetTranslation/ProductFeatureSetTranslationDefinition.php';
  13767.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSetTranslation\\ProductFeatureSetTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSetTranslation\ProductFeatureSetTranslationDefinition();
  13768.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13769.         return $instance;
  13770.     }
  13771.     /**
  13772.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition' shared service.
  13773.      *
  13774.      * @return \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition
  13775.      */
  13776.     protected function getProductFeatureSetDefinition2Service()
  13777.     {
  13778.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductFeatureSet/ProductFeatureSetDefinition.php';
  13779.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductFeatureSet\\ProductFeatureSetDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductFeatureSet\ProductFeatureSetDefinition();
  13780.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13781.         return $instance;
  13782.     }
  13783.     /**
  13784.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition' shared service.
  13785.      *
  13786.      * @return \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition
  13787.      */
  13788.     protected function getProductKeywordDictionaryDefinition2Service()
  13789.     {
  13790.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductKeywordDictionary/ProductKeywordDictionaryDefinition.php';
  13791.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductKeywordDictionary\\ProductKeywordDictionaryDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductKeywordDictionary\ProductKeywordDictionaryDefinition();
  13792.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13793.         return $instance;
  13794.     }
  13795.     /**
  13796.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition' shared service.
  13797.      *
  13798.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition
  13799.      */
  13800.     protected function getProductManufacturerTranslationDefinition2Service()
  13801.     {
  13802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturerTranslation/ProductManufacturerTranslationDefinition.php';
  13804.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturerTranslation\\ProductManufacturerTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturerTranslation\ProductManufacturerTranslationDefinition();
  13805.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13806.         return $instance;
  13807.     }
  13808.     /**
  13809.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition' shared service.
  13810.      *
  13811.      * @return \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition
  13812.      */
  13813.     protected function getProductManufacturerDefinition2Service()
  13814.     {
  13815.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductManufacturer/ProductManufacturerDefinition.php';
  13816.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductManufacturer\ProductManufacturerDefinition();
  13817.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13818.         return $instance;
  13819.     }
  13820.     /**
  13821.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition' shared service.
  13822.      *
  13823.      * @return \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition
  13824.      */
  13825.     protected function getProductMediaDefinition2Service()
  13826.     {
  13827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductMedia/ProductMediaDefinition.php';
  13828.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductMedia\\ProductMediaDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaDefinition();
  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\Content\Product\Aggregate\ProductOption\ProductOptionDefinition' shared service.
  13834.      *
  13835.      * @return \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition
  13836.      */
  13837.     protected function getProductOptionDefinition2Service()
  13838.     {
  13839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductOption/ProductOptionDefinition.php';
  13840.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductOption\\ProductOptionDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductOption\ProductOptionDefinition();
  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\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition' shared service.
  13846.      *
  13847.      * @return \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition
  13848.      */
  13849.     protected function getProductPriceDefinition2Service()
  13850.     {
  13851.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductPrice/ProductPriceDefinition.php';
  13852.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductPrice\\ProductPriceDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceDefinition();
  13853.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13854.         return $instance;
  13855.     }
  13856.     /**
  13857.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition' shared service.
  13858.      *
  13859.      * @return \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition
  13860.      */
  13861.     protected function getProductPropertyDefinition2Service()
  13862.     {
  13863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductProperty/ProductPropertyDefinition.php';
  13864.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductProperty\\ProductPropertyDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductProperty\ProductPropertyDefinition();
  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\Content\Product\Aggregate\ProductReview\ProductReviewDefinition' shared service.
  13870.      *
  13871.      * @return \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition
  13872.      */
  13873.     protected function getProductReviewDefinition2Service()
  13874.     {
  13875.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductReview/ProductReviewDefinition.php';
  13876.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductReview\\ProductReviewDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductReview\ProductReviewDefinition();
  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\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition' shared service.
  13882.      *
  13883.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition
  13884.      */
  13885.     protected function getProductSearchConfigFieldDefinition2Service()
  13886.     {
  13887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfigField/ProductSearchConfigFieldDefinition.php';
  13888.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfigField\\ProductSearchConfigFieldDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfigField\ProductSearchConfigFieldDefinition();
  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\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition' shared service.
  13894.      *
  13895.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition
  13896.      */
  13897.     protected function getProductSearchConfigDefinition2Service()
  13898.     {
  13899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchConfig/ProductSearchConfigDefinition.php';
  13900.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchConfig\\ProductSearchConfigDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchConfig\ProductSearchConfigDefinition();
  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\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition' shared service.
  13906.      *
  13907.      * @return \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition
  13908.      */
  13909.     protected function getProductSearchKeywordDefinition2Service()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductSearchKeyword/ProductSearchKeywordDefinition.php';
  13912.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductSearchKeyword\\ProductSearchKeywordDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductSearchKeyword\ProductSearchKeywordDefinition();
  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\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition' shared service.
  13918.      *
  13919.      * @return \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition
  13920.      */
  13921.     protected function getProductStreamMappingDefinition2Service()
  13922.     {
  13923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductStreamMapping/ProductStreamMappingDefinition.php';
  13924.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductStreamMapping\\ProductStreamMappingDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductStreamMapping\ProductStreamMappingDefinition();
  13925.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13926.         return $instance;
  13927.     }
  13928.     /**
  13929.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition' shared service.
  13930.      *
  13931.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition
  13932.      */
  13933.     protected function getProductTagDefinition2Service()
  13934.     {
  13935.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTag/ProductTagDefinition.php';
  13936.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTag\\ProductTagDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTag\ProductTagDefinition();
  13937.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13938.         return $instance;
  13939.     }
  13940.     /**
  13941.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition' shared service.
  13942.      *
  13943.      * @return \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition
  13944.      */
  13945.     protected function getProductTranslationDefinition2Service()
  13946.     {
  13947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13948.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductTranslation/ProductTranslationDefinition.php';
  13949.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductTranslation\\ProductTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductTranslation\ProductTranslationDefinition();
  13950.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13951.         return $instance;
  13952.     }
  13953.     /**
  13954.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition' shared service.
  13955.      *
  13956.      * @return \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition
  13957.      */
  13958.     protected function getProductVisibilityDefinition2Service()
  13959.     {
  13960.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Aggregate/ProductVisibility/ProductVisibilityDefinition.php';
  13961.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\Aggregate\\ProductVisibility\\ProductVisibilityDefinition'] = $instance = new \Shopware\Core\Content\Product\Aggregate\ProductVisibility\ProductVisibilityDefinition();
  13962.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13963.         return $instance;
  13964.     }
  13965.     /**
  13966.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition' shared service.
  13967.      *
  13968.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition
  13969.      */
  13970.     protected function getProductSortingDefinition2Service()
  13971.     {
  13972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingDefinition.php';
  13973.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingDefinition();
  13974.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13975.         return $instance;
  13976.     }
  13977.     /**
  13978.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition' shared service.
  13979.      *
  13980.      * @return \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition
  13981.      */
  13982.     protected function getProductSortingTranslationDefinition2Service()
  13983.     {
  13984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Sorting/ProductSortingTranslationDefinition.php';
  13986.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Product\\SalesChannel\\Sorting\\ProductSortingTranslationDefinition'] = $instance = new \Shopware\Core\Content\Product\SalesChannel\Sorting\ProductSortingTranslationDefinition();
  13987.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  13988.         return $instance;
  13989.     }
  13990.     /**
  13991.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition' shared service.
  13992.      *
  13993.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition
  13994.      */
  13995.     protected function getPropertyGroupOptionTranslationDefinition2Service()
  13996.     {
  13997.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  13998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOptionTranslation/PropertyGroupOptionTranslationDefinition.php';
  13999.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOptionTranslation\\PropertyGroupOptionTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOptionTranslation\PropertyGroupOptionTranslationDefinition();
  14000.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14001.         return $instance;
  14002.     }
  14003.     /**
  14004.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition' shared service.
  14005.      *
  14006.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition
  14007.      */
  14008.     protected function getPropertyGroupOptionDefinition2Service()
  14009.     {
  14010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupOption/PropertyGroupOptionDefinition.php';
  14011.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupOption\\PropertyGroupOptionDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionDefinition();
  14012.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14013.         return $instance;
  14014.     }
  14015.     /**
  14016.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition' shared service.
  14017.      *
  14018.      * @return \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition
  14019.      */
  14020.     protected function getPropertyGroupTranslationDefinition2Service()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/Aggregate/PropertyGroupTranslation/PropertyGroupTranslationDefinition.php';
  14024.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\Aggregate\\PropertyGroupTranslation\\PropertyGroupTranslationDefinition'] = $instance = new \Shopware\Core\Content\Property\Aggregate\PropertyGroupTranslation\PropertyGroupTranslationDefinition();
  14025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14026.         return $instance;
  14027.     }
  14028.     /**
  14029.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Property\PropertyGroupDefinition' shared service.
  14030.      *
  14031.      * @return \Shopware\Core\Content\Property\PropertyGroupDefinition
  14032.      */
  14033.     protected function getPropertyGroupDefinition2Service()
  14034.     {
  14035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Property/PropertyGroupDefinition.php';
  14036.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Property\\PropertyGroupDefinition'] = $instance = new \Shopware\Core\Content\Property\PropertyGroupDefinition();
  14037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14038.         return $instance;
  14039.     }
  14040.     /**
  14041.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition' shared service.
  14042.      *
  14043.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition
  14044.      */
  14045.     protected function getRuleConditionDefinition2Service()
  14046.     {
  14047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleCondition/RuleConditionDefinition.php';
  14048.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleCondition\\RuleConditionDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleCondition\RuleConditionDefinition();
  14049.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14050.         return $instance;
  14051.     }
  14052.     /**
  14053.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition' shared service.
  14054.      *
  14055.      * @return \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition
  14056.      */
  14057.     protected function getRuleTagDefinition2Service()
  14058.     {
  14059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/Aggregate/RuleTag/RuleTagDefinition.php';
  14060.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\Aggregate\\RuleTag\\RuleTagDefinition'] = $instance = new \Shopware\Core\Content\Rule\Aggregate\RuleTag\RuleTagDefinition();
  14061.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14062.         return $instance;
  14063.     }
  14064.     /**
  14065.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Rule\RuleDefinition' shared service.
  14066.      *
  14067.      * @return \Shopware\Core\Content\Rule\RuleDefinition
  14068.      */
  14069.     protected function getRuleDefinition2Service()
  14070.     {
  14071.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Rule\\RuleDefinition'] = $instance = new \Shopware\Core\Content\Rule\RuleDefinition();
  14072.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14073.         return $instance;
  14074.     }
  14075.     /**
  14076.      * Gets the public 'sales_channel_definition.Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition' shared service.
  14077.      *
  14078.      * @return \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition
  14079.      */
  14080.     protected function getSeoUrlTemplateDefinition2Service()
  14081.     {
  14082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTemplate/SeoUrlTemplateDefinition.php';
  14083.         $this->services['sales_channel_definition.Shopware\\Core\\Content\\Seo\\SeoUrlTemplate\\SeoUrlTemplateDefinition'] = $instance = new \Shopware\Core\Content\Seo\SeoUrlTemplate\SeoUrlTemplateDefinition();
  14084.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14085.         return $instance;
  14086.     }
  14087.     /**
  14088.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition' shared service.
  14089.      *
  14090.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition
  14091.      */
  14092.     protected function getAclRoleDefinition2Service()
  14093.     {
  14094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclRoleDefinition.php';
  14095.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclRoleDefinition();
  14096.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14097.         return $instance;
  14098.     }
  14099.     /**
  14100.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition' shared service.
  14101.      *
  14102.      * @return \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition
  14103.      */
  14104.     protected function getAclUserRoleDefinition2Service()
  14105.     {
  14106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/Role/AclUserRoleDefinition.php';
  14107.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Api\\Acl\\Role\\AclUserRoleDefinition'] = $instance = new \Shopware\Core\Framework\Api\Acl\Role\AclUserRoleDefinition();
  14108.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14109.         return $instance;
  14110.     }
  14111.     /**
  14112.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition' shared service.
  14113.      *
  14114.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition
  14115.      */
  14116.     protected function getActionButtonTranslationDefinition2Service()
  14117.     {
  14118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14119.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButtonTranslation/ActionButtonTranslationDefinition.php';
  14120.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButtonTranslation\\ActionButtonTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButtonTranslation\ActionButtonTranslationDefinition();
  14121.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14122.         return $instance;
  14123.     }
  14124.     /**
  14125.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition' shared service.
  14126.      *
  14127.      * @return \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition
  14128.      */
  14129.     protected function getActionButtonDefinition2Service()
  14130.     {
  14131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/ActionButton/ActionButtonDefinition.php';
  14132.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\ActionButton\\ActionButtonDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\ActionButton\ActionButtonDefinition();
  14133.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14134.         return $instance;
  14135.     }
  14136.     /**
  14137.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition' shared service.
  14138.      *
  14139.      * @return \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition
  14140.      */
  14141.     protected function getAppPaymentMethodDefinition2Service()
  14142.     {
  14143.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppPaymentMethod\\AppPaymentMethodDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppPaymentMethod\AppPaymentMethodDefinition();
  14144.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14145.         return $instance;
  14146.     }
  14147.     /**
  14148.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition' shared service.
  14149.      *
  14150.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition
  14151.      */
  14152.     protected function getAppScriptConditionTranslationDefinition2Service()
  14153.     {
  14154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptConditionTranslation/AppScriptConditionTranslationDefinition.php';
  14156.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptConditionTranslation\\AppScriptConditionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptConditionTranslation\AppScriptConditionTranslationDefinition();
  14157.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14158.         return $instance;
  14159.     }
  14160.     /**
  14161.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition' shared service.
  14162.      *
  14163.      * @return \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition
  14164.      */
  14165.     protected function getAppScriptConditionDefinition2Service()
  14166.     {
  14167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppScriptCondition/AppScriptConditionDefinition.php';
  14168.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppScriptCondition\\AppScriptConditionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppScriptCondition\AppScriptConditionDefinition();
  14169.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14170.         return $instance;
  14171.     }
  14172.     /**
  14173.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition' shared service.
  14174.      *
  14175.      * @return \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition
  14176.      */
  14177.     protected function getAppTranslationDefinition2Service()
  14178.     {
  14179.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/AppTranslation/AppTranslationDefinition.php';
  14181.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\AppTranslation\\AppTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\AppTranslation\AppTranslationDefinition();
  14182.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14183.         return $instance;
  14184.     }
  14185.     /**
  14186.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition' shared service.
  14187.      *
  14188.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition
  14189.      */
  14190.     protected function getAppCmsBlockTranslationDefinition2Service()
  14191.     {
  14192.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14193.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlockTranslation/AppCmsBlockTranslationDefinition.php';
  14194.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlockTranslation\\AppCmsBlockTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlockTranslation\AppCmsBlockTranslationDefinition();
  14195.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14196.         return $instance;
  14197.     }
  14198.     /**
  14199.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition' shared service.
  14200.      *
  14201.      * @return \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition
  14202.      */
  14203.     protected function getAppCmsBlockDefinition2Service()
  14204.     {
  14205.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/CmsBlock/AppCmsBlockDefinition.php';
  14206.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\CmsBlock\\AppCmsBlockDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\CmsBlock\AppCmsBlockDefinition();
  14207.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14208.         return $instance;
  14209.     }
  14210.     /**
  14211.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition' shared service.
  14212.      *
  14213.      * @return \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition
  14214.      */
  14215.     protected function getAppFlowActionTranslationDefinition2Service()
  14216.     {
  14217.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowActionTranslation/AppFlowActionTranslationDefinition.php';
  14219.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowActionTranslation\\AppFlowActionTranslationDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowActionTranslation\AppFlowActionTranslationDefinition();
  14220.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14221.         return $instance;
  14222.     }
  14223.     /**
  14224.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition' shared service.
  14225.      *
  14226.      * @return \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition
  14227.      */
  14228.     protected function getAppFlowActionDefinition2Service()
  14229.     {
  14230.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Aggregate/FlowAction/AppFlowActionDefinition.php';
  14231.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Aggregate\\FlowAction\\AppFlowActionDefinition'] = $instance = new \Shopware\Core\Framework\App\Aggregate\FlowAction\AppFlowActionDefinition();
  14232.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14233.         return $instance;
  14234.     }
  14235.     /**
  14236.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\AppDefinition' shared service.
  14237.      *
  14238.      * @return \Shopware\Core\Framework\App\AppDefinition
  14239.      */
  14240.     protected function getAppDefinition2Service()
  14241.     {
  14242.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\AppDefinition'] = $instance = new \Shopware\Core\Framework\App\AppDefinition();
  14243.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14244.         return $instance;
  14245.     }
  14246.     /**
  14247.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\App\Template\TemplateDefinition' shared service.
  14248.      *
  14249.      * @return \Shopware\Core\Framework\App\Template\TemplateDefinition
  14250.      */
  14251.     protected function getTemplateDefinition2Service()
  14252.     {
  14253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateDefinition.php';
  14254.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\App\\Template\\TemplateDefinition'] = $instance = new \Shopware\Core\Framework\App\Template\TemplateDefinition();
  14255.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14256.         return $instance;
  14257.     }
  14258.     /**
  14259.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition' shared service.
  14260.      *
  14261.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition
  14262.      */
  14263.     protected function getVersionCommitDataDefinition2Service()
  14264.     {
  14265.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommitData\\VersionCommitDataDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommitData\VersionCommitDataDefinition();
  14266.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14267.         return $instance;
  14268.     }
  14269.     /**
  14270.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition' shared service.
  14271.      *
  14272.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition
  14273.      */
  14274.     protected function getVersionCommitDefinition2Service()
  14275.     {
  14276.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Aggregate\\VersionCommit\\VersionCommitDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\Aggregate\VersionCommit\VersionCommitDefinition();
  14277.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14278.         return $instance;
  14279.     }
  14280.     /**
  14281.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition' shared service.
  14282.      *
  14283.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition
  14284.      */
  14285.     protected function getVersionDefinition2Service()
  14286.     {
  14287.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\VersionDefinition'] = $instance = new \Shopware\Core\Framework\DataAbstractionLayer\Version\VersionDefinition();
  14288.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14289.         return $instance;
  14290.     }
  14291.     /**
  14292.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition' shared service.
  14293.      *
  14294.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition
  14295.      */
  14296.     protected function getEventActionRuleDefinition2Service()
  14297.     {
  14298.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionRule/EventActionRuleDefinition.php';
  14299.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionRule\\EventActionRuleDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionRule\EventActionRuleDefinition();
  14300.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14301.         return $instance;
  14302.     }
  14303.     /**
  14304.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition' shared service.
  14305.      *
  14306.      * @return \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition
  14307.      */
  14308.     protected function getEventActionSalesChannelDefinition2Service()
  14309.     {
  14310.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/Aggregate/EventActionSalesChannel/EventActionSalesChannelDefinition.php';
  14311.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\Aggregate\\EventActionSalesChannel\\EventActionSalesChannelDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\Aggregate\EventActionSalesChannel\EventActionSalesChannelDefinition();
  14312.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14313.         return $instance;
  14314.     }
  14315.     /**
  14316.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Event\EventAction\EventActionDefinition' shared service.
  14317.      *
  14318.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionDefinition
  14319.      */
  14320.     protected function getEventActionDefinition2Service()
  14321.     {
  14322.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Event\\EventAction\\EventActionDefinition'] = $instance = new \Shopware\Core\Framework\Event\EventAction\EventActionDefinition();
  14323.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14324.         return $instance;
  14325.     }
  14326.     /**
  14327.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Log\LogEntryDefinition' shared service.
  14328.      *
  14329.      * @return \Shopware\Core\Framework\Log\LogEntryDefinition
  14330.      */
  14331.     protected function getLogEntryDefinition2Service()
  14332.     {
  14333.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LogEntryDefinition.php';
  14334.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Log\\LogEntryDefinition'] = $instance = new \Shopware\Core\Framework\Log\LogEntryDefinition();
  14335.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14336.         return $instance;
  14337.     }
  14338.     /**
  14339.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition' shared service.
  14340.      *
  14341.      * @return \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition
  14342.      */
  14343.     protected function getDeadMessageDefinition2Service()
  14344.     {
  14345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/DeadMessageDefinition.php';
  14346.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\DeadMessage\\DeadMessageDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\DeadMessage\DeadMessageDefinition();
  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\Framework\MessageQueue\MessageQueueStatsDefinition' shared service.
  14352.      *
  14353.      * @return \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition
  14354.      */
  14355.     protected function getMessageQueueStatsDefinition2Service()
  14356.     {
  14357.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/MessageQueueStatsDefinition.php';
  14358.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\MessageQueueStatsDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\MessageQueueStatsDefinition();
  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\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition' shared service.
  14364.      *
  14365.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition
  14366.      */
  14367.     protected function getScheduledTaskDefinition2Service()
  14368.     {
  14369.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\ScheduledTaskDefinition'] = $instance = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskDefinition();
  14370.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14371.         return $instance;
  14372.     }
  14373.     /**
  14374.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition' shared service.
  14375.      *
  14376.      * @return \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition
  14377.      */
  14378.     protected function getPluginTranslationDefinition2Service()
  14379.     {
  14380.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14381.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Aggregate/PluginTranslation/PluginTranslationDefinition.php';
  14382.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\Aggregate\\PluginTranslation\\PluginTranslationDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\Aggregate\PluginTranslation\PluginTranslationDefinition();
  14383.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14384.         return $instance;
  14385.     }
  14386.     /**
  14387.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Plugin\PluginDefinition' shared service.
  14388.      *
  14389.      * @return \Shopware\Core\Framework\Plugin\PluginDefinition
  14390.      */
  14391.     protected function getPluginDefinition2Service()
  14392.     {
  14393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginDefinition.php';
  14394.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Plugin\\PluginDefinition'] = $instance = new \Shopware\Core\Framework\Plugin\PluginDefinition();
  14395.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14396.         return $instance;
  14397.     }
  14398.     /**
  14399.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Script\ScriptDefinition' shared service.
  14400.      *
  14401.      * @return \Shopware\Core\Framework\Script\ScriptDefinition
  14402.      */
  14403.     protected function getScriptDefinition2Service()
  14404.     {
  14405.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Script\\ScriptDefinition'] = $instance = new \Shopware\Core\Framework\Script\ScriptDefinition();
  14406.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14407.         return $instance;
  14408.     }
  14409.     /**
  14410.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition' shared service.
  14411.      *
  14412.      * @return \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition
  14413.      */
  14414.     protected function getWebhookEventLogDefinition2Service()
  14415.     {
  14416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/EventLog/WebhookEventLogDefinition.php';
  14417.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\EventLog\\WebhookEventLogDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\EventLog\WebhookEventLogDefinition();
  14418.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14419.         return $instance;
  14420.     }
  14421.     /**
  14422.      * Gets the public 'sales_channel_definition.Shopware\Core\Framework\Webhook\WebhookDefinition' shared service.
  14423.      *
  14424.      * @return \Shopware\Core\Framework\Webhook\WebhookDefinition
  14425.      */
  14426.     protected function getWebhookDefinition2Service()
  14427.     {
  14428.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookDefinition.php';
  14429.         $this->services['sales_channel_definition.Shopware\\Core\\Framework\\Webhook\\WebhookDefinition'] = $instance = new \Shopware\Core\Framework\Webhook\WebhookDefinition();
  14430.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14431.         return $instance;
  14432.     }
  14433.     /**
  14434.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition' shared service.
  14435.      *
  14436.      * @return \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition
  14437.      */
  14438.     protected function getCountryStateTranslationDefinition2Service()
  14439.     {
  14440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14441.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryStateTranslation/CountryStateTranslationDefinition.php';
  14442.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryStateTranslation\\CountryStateTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryStateTranslation\CountryStateTranslationDefinition();
  14443.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14444.         return $instance;
  14445.     }
  14446.     /**
  14447.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition' shared service.
  14448.      *
  14449.      * @return \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition
  14450.      */
  14451.     protected function getCountryTranslationDefinition2Service()
  14452.     {
  14453.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/Aggregate/CountryTranslation/CountryTranslationDefinition.php';
  14455.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Country\\Aggregate\\CountryTranslation\\CountryTranslationDefinition'] = $instance = new \Shopware\Core\System\Country\Aggregate\CountryTranslation\CountryTranslationDefinition();
  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\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition' shared service.
  14461.      *
  14462.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition
  14463.      */
  14464.     protected function getCurrencyCountryRoundingDefinition2Service()
  14465.     {
  14466.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyCountryRounding\\CurrencyCountryRoundingDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyCountryRounding\CurrencyCountryRoundingDefinition();
  14467.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14468.         return $instance;
  14469.     }
  14470.     /**
  14471.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition' shared service.
  14472.      *
  14473.      * @return \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition
  14474.      */
  14475.     protected function getCurrencyTranslationDefinition2Service()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Currency/Aggregate/CurrencyTranslation/CurrencyTranslationDefinition.php';
  14479.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Currency\\Aggregate\\CurrencyTranslation\\CurrencyTranslationDefinition'] = $instance = new \Shopware\Core\System\Currency\Aggregate\CurrencyTranslation\CurrencyTranslationDefinition();
  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\System\CustomEntity\CustomEntityDefinition' shared service.
  14485.      *
  14486.      * @return \Shopware\Core\System\CustomEntity\CustomEntityDefinition
  14487.      */
  14488.     protected function getCustomEntityDefinition2Service()
  14489.     {
  14490.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/CustomEntityDefinition.php';
  14491.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomEntity\\CustomEntityDefinition'] = $instance = new \Shopware\Core\System\CustomEntity\CustomEntityDefinition();
  14492.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14493.         return $instance;
  14494.     }
  14495.     /**
  14496.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition' shared service.
  14497.      *
  14498.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition
  14499.      */
  14500.     protected function getCustomFieldSetRelationDefinition2Service()
  14501.     {
  14502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSetRelation/CustomFieldSetRelationDefinition.php';
  14503.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSetRelation\\CustomFieldSetRelationDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSetRelation\CustomFieldSetRelationDefinition();
  14504.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14505.         return $instance;
  14506.     }
  14507.     /**
  14508.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition' shared service.
  14509.      *
  14510.      * @return \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition
  14511.      */
  14512.     protected function getCustomFieldSetDefinition2Service()
  14513.     {
  14514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/Aggregate/CustomFieldSet/CustomFieldSetDefinition.php';
  14515.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\Aggregate\\CustomFieldSet\\CustomFieldSetDefinition'] = $instance = new \Shopware\Core\System\CustomField\Aggregate\CustomFieldSet\CustomFieldSetDefinition();
  14516.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14517.         return $instance;
  14518.     }
  14519.     /**
  14520.      * Gets the public 'sales_channel_definition.Shopware\Core\System\CustomField\CustomFieldDefinition' shared service.
  14521.      *
  14522.      * @return \Shopware\Core\System\CustomField\CustomFieldDefinition
  14523.      */
  14524.     protected function getCustomFieldDefinition2Service()
  14525.     {
  14526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldDefinition.php';
  14527.         $this->services['sales_channel_definition.Shopware\\Core\\System\\CustomField\\CustomFieldDefinition'] = $instance = new \Shopware\Core\System\CustomField\CustomFieldDefinition();
  14528.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14529.         return $instance;
  14530.     }
  14531.     /**
  14532.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition' shared service.
  14533.      *
  14534.      * @return \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition
  14535.      */
  14536.     protected function getDeliveryTimeTranslationDefinition2Service()
  14537.     {
  14538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/Aggregate/DeliveryTimeTranslation/DeliveryTimeTranslationDefinition.php';
  14540.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\Aggregate\\DeliveryTimeTranslation\\DeliveryTimeTranslationDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\Aggregate\DeliveryTimeTranslation\DeliveryTimeTranslationDefinition();
  14541.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14542.         return $instance;
  14543.     }
  14544.     /**
  14545.      * Gets the public 'sales_channel_definition.Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition' shared service.
  14546.      *
  14547.      * @return \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition
  14548.      */
  14549.     protected function getDeliveryTimeDefinition2Service()
  14550.     {
  14551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/DeliveryTime/DeliveryTimeDefinition.php';
  14552.         $this->services['sales_channel_definition.Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeDefinition'] = $instance = new \Shopware\Core\System\DeliveryTime\DeliveryTimeDefinition();
  14553.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14554.         return $instance;
  14555.     }
  14556.     /**
  14557.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition' shared service.
  14558.      *
  14559.      * @return \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition
  14560.      */
  14561.     protected function getIntegrationRoleDefinition2Service()
  14562.     {
  14563.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/Aggregate/IntegrationRole/IntegrationRoleDefinition.php';
  14564.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\Aggregate\\IntegrationRole\\IntegrationRoleDefinition'] = $instance = new \Shopware\Core\System\Integration\Aggregate\IntegrationRole\IntegrationRoleDefinition();
  14565.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14566.         return $instance;
  14567.     }
  14568.     /**
  14569.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Integration\IntegrationDefinition' shared service.
  14570.      *
  14571.      * @return \Shopware\Core\System\Integration\IntegrationDefinition
  14572.      */
  14573.     protected function getIntegrationDefinition2Service()
  14574.     {
  14575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Integration/IntegrationDefinition.php';
  14576.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Integration\\IntegrationDefinition'] = $instance = new \Shopware\Core\System\Integration\IntegrationDefinition();
  14577.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14578.         return $instance;
  14579.     }
  14580.     /**
  14581.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition' shared service.
  14582.      *
  14583.      * @return \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition
  14584.      */
  14585.     protected function getLocaleTranslationDefinition2Service()
  14586.     {
  14587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/Aggregate/LocaleTranslation/LocaleTranslationDefinition.php';
  14589.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\Aggregate\\LocaleTranslation\\LocaleTranslationDefinition'] = $instance = new \Shopware\Core\System\Locale\Aggregate\LocaleTranslation\LocaleTranslationDefinition();
  14590.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14591.         return $instance;
  14592.     }
  14593.     /**
  14594.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Locale\LocaleDefinition' shared service.
  14595.      *
  14596.      * @return \Shopware\Core\System\Locale\LocaleDefinition
  14597.      */
  14598.     protected function getLocaleDefinition2Service()
  14599.     {
  14600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Locale/LocaleDefinition.php';
  14601.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Locale\\LocaleDefinition'] = $instance = new \Shopware\Core\System\Locale\LocaleDefinition();
  14602.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14603.         return $instance;
  14604.     }
  14605.     /**
  14606.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition' shared service.
  14607.      *
  14608.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition
  14609.      */
  14610.     protected function getNumberRangeSalesChannelDefinition2Service()
  14611.     {
  14612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeSalesChannel/NumberRangeSalesChannelDefinition.php';
  14613.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeSalesChannel\\NumberRangeSalesChannelDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeSalesChannel\NumberRangeSalesChannelDefinition();
  14614.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14615.         return $instance;
  14616.     }
  14617.     /**
  14618.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition' shared service.
  14619.      *
  14620.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition
  14621.      */
  14622.     protected function getNumberRangeStateDefinition2Service()
  14623.     {
  14624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeState/NumberRangeStateDefinition.php';
  14625.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeState\\NumberRangeStateDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeState\NumberRangeStateDefinition();
  14626.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14627.         return $instance;
  14628.     }
  14629.     /**
  14630.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition' shared service.
  14631.      *
  14632.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition
  14633.      */
  14634.     protected function getNumberRangeTranslationDefinition2Service()
  14635.     {
  14636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTranslation/NumberRangeTranslationDefinition.php';
  14638.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTranslation\\NumberRangeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTranslation\NumberRangeTranslationDefinition();
  14639.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14640.         return $instance;
  14641.     }
  14642.     /**
  14643.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition' shared service.
  14644.      *
  14645.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition
  14646.      */
  14647.     protected function getNumberRangeTypeTranslationDefinition2Service()
  14648.     {
  14649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeTypeTranslation/NumberRangeTypeTranslationDefinition.php';
  14651.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeTypeTranslation\\NumberRangeTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeTypeTranslation\NumberRangeTypeTranslationDefinition();
  14652.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14653.         return $instance;
  14654.     }
  14655.     /**
  14656.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition' shared service.
  14657.      *
  14658.      * @return \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition
  14659.      */
  14660.     protected function getNumberRangeTypeDefinition2Service()
  14661.     {
  14662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Aggregate/NumberRangeType/NumberRangeTypeDefinition.php';
  14663.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\Aggregate\\NumberRangeType\\NumberRangeTypeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\Aggregate\NumberRangeType\NumberRangeTypeDefinition();
  14664.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14665.         return $instance;
  14666.     }
  14667.     /**
  14668.      * Gets the public 'sales_channel_definition.Shopware\Core\System\NumberRange\NumberRangeDefinition' shared service.
  14669.      *
  14670.      * @return \Shopware\Core\System\NumberRange\NumberRangeDefinition
  14671.      */
  14672.     protected function getNumberRangeDefinition2Service()
  14673.     {
  14674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/NumberRangeDefinition.php';
  14675.         $this->services['sales_channel_definition.Shopware\\Core\\System\\NumberRange\\NumberRangeDefinition'] = $instance = new \Shopware\Core\System\NumberRange\NumberRangeDefinition();
  14676.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14677.         return $instance;
  14678.     }
  14679.     /**
  14680.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition' shared service.
  14681.      *
  14682.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition
  14683.      */
  14684.     protected function getSalesChannelAnalyticsDefinition2Service()
  14685.     {
  14686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelAnalytics/SalesChannelAnalyticsDefinition.php';
  14687.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelAnalytics\\SalesChannelAnalyticsDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelAnalytics\SalesChannelAnalyticsDefinition();
  14688.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14689.         return $instance;
  14690.     }
  14691.     /**
  14692.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition' shared service.
  14693.      *
  14694.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition
  14695.      */
  14696.     protected function getSalesChannelCountryDefinition3Service()
  14697.     {
  14698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCountry/SalesChannelCountryDefinition.php';
  14699.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCountry\\SalesChannelCountryDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCountry\SalesChannelCountryDefinition();
  14700.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14701.         return $instance;
  14702.     }
  14703.     /**
  14704.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition' shared service.
  14705.      *
  14706.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition
  14707.      */
  14708.     protected function getSalesChannelCurrencyDefinition3Service()
  14709.     {
  14710.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelCurrency/SalesChannelCurrencyDefinition.php';
  14711.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelCurrency\\SalesChannelCurrencyDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelCurrency\SalesChannelCurrencyDefinition();
  14712.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14713.         return $instance;
  14714.     }
  14715.     /**
  14716.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition' shared service.
  14717.      *
  14718.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition
  14719.      */
  14720.     protected function getSalesChannelDomainDefinition2Service()
  14721.     {
  14722.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelDomain\\SalesChannelDomainDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelDomain\SalesChannelDomainDefinition();
  14723.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14724.         return $instance;
  14725.     }
  14726.     /**
  14727.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition' shared service.
  14728.      *
  14729.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition
  14730.      */
  14731.     protected function getSalesChannelLanguageDefinition3Service()
  14732.     {
  14733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelLanguage/SalesChannelLanguageDefinition.php';
  14734.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelLanguage\\SalesChannelLanguageDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelLanguage\SalesChannelLanguageDefinition();
  14735.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14736.         return $instance;
  14737.     }
  14738.     /**
  14739.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition' shared service.
  14740.      *
  14741.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition
  14742.      */
  14743.     protected function getSalesChannelPaymentMethodDefinition3Service()
  14744.     {
  14745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelPaymentMethod/SalesChannelPaymentMethodDefinition.php';
  14746.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelPaymentMethod\\SalesChannelPaymentMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelPaymentMethod\SalesChannelPaymentMethodDefinition();
  14747.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14748.         return $instance;
  14749.     }
  14750.     /**
  14751.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition' shared service.
  14752.      *
  14753.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition
  14754.      */
  14755.     protected function getSalesChannelShippingMethodDefinition3Service()
  14756.     {
  14757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelShippingMethod/SalesChannelShippingMethodDefinition.php';
  14758.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelShippingMethod\\SalesChannelShippingMethodDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelShippingMethod\SalesChannelShippingMethodDefinition();
  14759.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14760.         return $instance;
  14761.     }
  14762.     /**
  14763.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition' shared service.
  14764.      *
  14765.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition
  14766.      */
  14767.     protected function getSalesChannelTranslationDefinition2Service()
  14768.     {
  14769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTranslation/SalesChannelTranslationDefinition.php';
  14771.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTranslation\\SalesChannelTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTranslation\SalesChannelTranslationDefinition();
  14772.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14773.         return $instance;
  14774.     }
  14775.     /**
  14776.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition' shared service.
  14777.      *
  14778.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition
  14779.      */
  14780.     protected function getSalesChannelTypeTranslationDefinition2Service()
  14781.     {
  14782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelTypeTranslation/SalesChannelTypeTranslationDefinition.php';
  14784.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelTypeTranslation\\SalesChannelTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelTypeTranslation\SalesChannelTypeTranslationDefinition();
  14785.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14786.         return $instance;
  14787.     }
  14788.     /**
  14789.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition' shared service.
  14790.      *
  14791.      * @return \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition
  14792.      */
  14793.     protected function getSalesChannelTypeDefinition2Service()
  14794.     {
  14795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Aggregate/SalesChannelType/SalesChannelTypeDefinition.php';
  14796.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\Aggregate\\SalesChannelType\\SalesChannelTypeDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\Aggregate\SalesChannelType\SalesChannelTypeDefinition();
  14797.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14798.         return $instance;
  14799.     }
  14800.     /**
  14801.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SalesChannel\SalesChannelDefinition' shared service.
  14802.      *
  14803.      * @return \Shopware\Core\System\SalesChannel\SalesChannelDefinition
  14804.      */
  14805.     protected function getSalesChannelDefinition2Service()
  14806.     {
  14807.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SalesChannel\\SalesChannelDefinition'] = $instance = new \Shopware\Core\System\SalesChannel\SalesChannelDefinition();
  14808.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14809.         return $instance;
  14810.     }
  14811.     /**
  14812.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition' shared service.
  14813.      *
  14814.      * @return \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition
  14815.      */
  14816.     protected function getSalutationTranslationDefinition2Service()
  14817.     {
  14818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Salutation/Aggregate/SalutationTranslation/SalutationTranslationDefinition.php';
  14820.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Salutation\\Aggregate\\SalutationTranslation\\SalutationTranslationDefinition'] = $instance = new \Shopware\Core\System\Salutation\Aggregate\SalutationTranslation\SalutationTranslationDefinition();
  14821.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14822.         return $instance;
  14823.     }
  14824.     /**
  14825.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition' shared service.
  14826.      *
  14827.      * @return \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition
  14828.      */
  14829.     protected function getSnippetSetDefinition2Service()
  14830.     {
  14831.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\Aggregate\\SnippetSet\\SnippetSetDefinition'] = $instance = new \Shopware\Core\System\Snippet\Aggregate\SnippetSet\SnippetSetDefinition();
  14832.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14833.         return $instance;
  14834.     }
  14835.     /**
  14836.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Snippet\SnippetDefinition' shared service.
  14837.      *
  14838.      * @return \Shopware\Core\System\Snippet\SnippetDefinition
  14839.      */
  14840.     protected function getSnippetDefinition2Service()
  14841.     {
  14842.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Snippet\\SnippetDefinition'] = $instance = new \Shopware\Core\System\Snippet\SnippetDefinition();
  14843.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14844.         return $instance;
  14845.     }
  14846.     /**
  14847.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition' shared service.
  14848.      *
  14849.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition
  14850.      */
  14851.     protected function getStateMachineHistoryDefinition2Service()
  14852.     {
  14853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineHistory/StateMachineHistoryDefinition.php';
  14854.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineHistory\\StateMachineHistoryDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineHistory\StateMachineHistoryDefinition();
  14855.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14856.         return $instance;
  14857.     }
  14858.     /**
  14859.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition' shared service.
  14860.      *
  14861.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition
  14862.      */
  14863.     protected function getStateMachineStateDefinition2Service()
  14864.     {
  14865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateDefinition.php';
  14866.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateDefinition();
  14867.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14868.         return $instance;
  14869.     }
  14870.     /**
  14871.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition' shared service.
  14872.      *
  14873.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition
  14874.      */
  14875.     protected function getStateMachineStateTranslationDefinition2Service()
  14876.     {
  14877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineState/StateMachineStateTranslationDefinition.php';
  14879.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineState\\StateMachineStateTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateTranslationDefinition();
  14880.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14881.         return $instance;
  14882.     }
  14883.     /**
  14884.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition' shared service.
  14885.      *
  14886.      * @return \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition
  14887.      */
  14888.     protected function getStateMachineTransitionDefinition2Service()
  14889.     {
  14890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Aggregation/StateMachineTransition/StateMachineTransitionDefinition.php';
  14891.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\Aggregation\\StateMachineTransition\\StateMachineTransitionDefinition'] = $instance = new \Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionDefinition();
  14892.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14893.         return $instance;
  14894.     }
  14895.     /**
  14896.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineDefinition' shared service.
  14897.      *
  14898.      * @return \Shopware\Core\System\StateMachine\StateMachineDefinition
  14899.      */
  14900.     protected function getStateMachineDefinition2Service()
  14901.     {
  14902.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineDefinition.php';
  14903.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineDefinition();
  14904.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14905.         return $instance;
  14906.     }
  14907.     /**
  14908.      * Gets the public 'sales_channel_definition.Shopware\Core\System\StateMachine\StateMachineTranslationDefinition' shared service.
  14909.      *
  14910.      * @return \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition
  14911.      */
  14912.     protected function getStateMachineTranslationDefinition2Service()
  14913.     {
  14914.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14915.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineTranslationDefinition.php';
  14916.         $this->services['sales_channel_definition.Shopware\\Core\\System\\StateMachine\\StateMachineTranslationDefinition'] = $instance = new \Shopware\Core\System\StateMachine\StateMachineTranslationDefinition();
  14917.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14918.         return $instance;
  14919.     }
  14920.     /**
  14921.      * Gets the public 'sales_channel_definition.Shopware\Core\System\SystemConfig\SystemConfigDefinition' shared service.
  14922.      *
  14923.      * @return \Shopware\Core\System\SystemConfig\SystemConfigDefinition
  14924.      */
  14925.     protected function getSystemConfigDefinition2Service()
  14926.     {
  14927.         $this->services['sales_channel_definition.Shopware\\Core\\System\\SystemConfig\\SystemConfigDefinition'] = $instance = new \Shopware\Core\System\SystemConfig\SystemConfigDefinition();
  14928.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14929.         return $instance;
  14930.     }
  14931.     /**
  14932.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tag\TagDefinition' shared service.
  14933.      *
  14934.      * @return \Shopware\Core\System\Tag\TagDefinition
  14935.      */
  14936.     protected function getTagDefinition2Service()
  14937.     {
  14938.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tag/TagDefinition.php';
  14939.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tag\\TagDefinition'] = $instance = new \Shopware\Core\System\Tag\TagDefinition();
  14940.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14941.         return $instance;
  14942.     }
  14943.     /**
  14944.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition' shared service.
  14945.      *
  14946.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition
  14947.      */
  14948.     protected function getTaxRuleTypeTranslationDefinition2Service()
  14949.     {
  14950.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14951.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleTypeTranslation/TaxRuleTypeTranslationDefinition.php';
  14952.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleTypeTranslation\\TaxRuleTypeTranslationDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleTypeTranslation\TaxRuleTypeTranslationDefinition();
  14953.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14954.         return $instance;
  14955.     }
  14956.     /**
  14957.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition' shared service.
  14958.      *
  14959.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition
  14960.      */
  14961.     protected function getTaxRuleTypeDefinition2Service()
  14962.     {
  14963.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRuleType/TaxRuleTypeDefinition.php';
  14964.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRuleType\\TaxRuleTypeDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRuleType\TaxRuleTypeDefinition();
  14965.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14966.         return $instance;
  14967.     }
  14968.     /**
  14969.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition' shared service.
  14970.      *
  14971.      * @return \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition
  14972.      */
  14973.     protected function getTaxRuleDefinition2Service()
  14974.     {
  14975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Tax/Aggregate/TaxRule/TaxRuleDefinition.php';
  14976.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\Aggregate\\TaxRule\\TaxRuleDefinition'] = $instance = new \Shopware\Core\System\Tax\Aggregate\TaxRule\TaxRuleDefinition();
  14977.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14978.         return $instance;
  14979.     }
  14980.     /**
  14981.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Tax\TaxDefinition' shared service.
  14982.      *
  14983.      * @return \Shopware\Core\System\Tax\TaxDefinition
  14984.      */
  14985.     protected function getTaxDefinition2Service()
  14986.     {
  14987.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Tax\\TaxDefinition'] = $instance = new \Shopware\Core\System\Tax\TaxDefinition();
  14988.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  14989.         return $instance;
  14990.     }
  14991.     /**
  14992.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition' shared service.
  14993.      *
  14994.      * @return \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition
  14995.      */
  14996.     protected function getUnitTranslationDefinition2Service()
  14997.     {
  14998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  14999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/Aggregate/UnitTranslation/UnitTranslationDefinition.php';
  15000.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\Aggregate\\UnitTranslation\\UnitTranslationDefinition'] = $instance = new \Shopware\Core\System\Unit\Aggregate\UnitTranslation\UnitTranslationDefinition();
  15001.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15002.         return $instance;
  15003.     }
  15004.     /**
  15005.      * Gets the public 'sales_channel_definition.Shopware\Core\System\Unit\UnitDefinition' shared service.
  15006.      *
  15007.      * @return \Shopware\Core\System\Unit\UnitDefinition
  15008.      */
  15009.     protected function getUnitDefinition2Service()
  15010.     {
  15011.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Unit/UnitDefinition.php';
  15012.         $this->services['sales_channel_definition.Shopware\\Core\\System\\Unit\\UnitDefinition'] = $instance = new \Shopware\Core\System\Unit\UnitDefinition();
  15013.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15014.         return $instance;
  15015.     }
  15016.     /**
  15017.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition' shared service.
  15018.      *
  15019.      * @return \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition
  15020.      */
  15021.     protected function getUserAccessKeyDefinition2Service()
  15022.     {
  15023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserAccessKey/UserAccessKeyDefinition.php';
  15024.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserAccessKey\\UserAccessKeyDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserAccessKey\UserAccessKeyDefinition();
  15025.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15026.         return $instance;
  15027.     }
  15028.     /**
  15029.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition' shared service.
  15030.      *
  15031.      * @return \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition
  15032.      */
  15033.     protected function getUserConfigDefinition2Service()
  15034.     {
  15035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserConfig/UserConfigDefinition.php';
  15036.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserConfig\\UserConfigDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserConfig\UserConfigDefinition();
  15037.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15038.         return $instance;
  15039.     }
  15040.     /**
  15041.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition' shared service.
  15042.      *
  15043.      * @return \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition
  15044.      */
  15045.     protected function getUserRecoveryDefinition2Service()
  15046.     {
  15047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/User/Aggregate/UserRecovery/UserRecoveryDefinition.php';
  15048.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\Aggregate\\UserRecovery\\UserRecoveryDefinition'] = $instance = new \Shopware\Core\System\User\Aggregate\UserRecovery\UserRecoveryDefinition();
  15049.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15050.         return $instance;
  15051.     }
  15052.     /**
  15053.      * Gets the public 'sales_channel_definition.Shopware\Core\System\User\UserDefinition' shared service.
  15054.      *
  15055.      * @return \Shopware\Core\System\User\UserDefinition
  15056.      */
  15057.     protected function getUserDefinition2Service()
  15058.     {
  15059.         $this->services['sales_channel_definition.Shopware\\Core\\System\\User\\UserDefinition'] = $instance = new \Shopware\Core\System\User\UserDefinition();
  15060.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15061.         return $instance;
  15062.     }
  15063.     /**
  15064.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition' shared service.
  15065.      *
  15066.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition
  15067.      */
  15068.     protected function getThemeChildDefinition2Service()
  15069.     {
  15070.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeChildDefinition.php';
  15071.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeChildDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeChildDefinition();
  15072.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15073.         return $instance;
  15074.     }
  15075.     /**
  15076.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition' shared service.
  15077.      *
  15078.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition
  15079.      */
  15080.     protected function getThemeMediaDefinition2Service()
  15081.     {
  15082.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeMediaDefinition.php';
  15083.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeMediaDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeMediaDefinition();
  15084.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15085.         return $instance;
  15086.     }
  15087.     /**
  15088.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition' shared service.
  15089.      *
  15090.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition
  15091.      */
  15092.     protected function getThemeSalesChannelDefinition2Service()
  15093.     {
  15094.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeSalesChannelDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeSalesChannelDefinition();
  15095.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15096.         return $instance;
  15097.     }
  15098.     /**
  15099.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition' shared service.
  15100.      *
  15101.      * @return \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition
  15102.      */
  15103.     protected function getThemeTranslationDefinition2Service()
  15104.     {
  15105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityTranslationDefinition.php';
  15106.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Aggregate/ThemeTranslationDefinition.php';
  15107.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\Aggregate\\ThemeTranslationDefinition'] = $instance = new \Shopware\Storefront\Theme\Aggregate\ThemeTranslationDefinition();
  15108.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15109.         return $instance;
  15110.     }
  15111.     /**
  15112.      * Gets the public 'sales_channel_definition.Shopware\Storefront\Theme\ThemeDefinition' shared service.
  15113.      *
  15114.      * @return \Shopware\Storefront\Theme\ThemeDefinition
  15115.      */
  15116.     protected function getThemeDefinition2Service()
  15117.     {
  15118.         $this->services['sales_channel_definition.Shopware\\Storefront\\Theme\\ThemeDefinition'] = $instance = new \Shopware\Storefront\Theme\ThemeDefinition();
  15119.         $instance->compile(($this->services['Shopware\\Core\\System\\SalesChannel\\Entity\\SalesChannelDefinitionInstanceRegistry'] ?? $this->getSalesChannelDefinitionInstanceRegistryService()));
  15120.         return $instance;
  15121.     }
  15122.     /**
  15123.      * Gets the public 'sales_channel_domain.repository' shared service.
  15124.      *
  15125.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15126.      */
  15127.     protected function getSalesChannelDomain_RepositoryService()
  15128.     {
  15129.         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()));
  15130.     }
  15131.     /**
  15132.      * Gets the public 'sales_channel_language.repository' shared service.
  15133.      *
  15134.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15135.      */
  15136.     protected function getSalesChannelLanguage_RepositoryService()
  15137.     {
  15138.         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()));
  15139.     }
  15140.     /**
  15141.      * Gets the public 'sales_channel_payment_method.repository' shared service.
  15142.      *
  15143.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15144.      */
  15145.     protected function getSalesChannelPaymentMethod_RepositoryService()
  15146.     {
  15147.         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()));
  15148.     }
  15149.     /**
  15150.      * Gets the public 'sales_channel_shipping_method.repository' shared service.
  15151.      *
  15152.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15153.      */
  15154.     protected function getSalesChannelShippingMethod_RepositoryService()
  15155.     {
  15156.         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()));
  15157.     }
  15158.     /**
  15159.      * Gets the public 'sales_channel_translation.repository' shared service.
  15160.      *
  15161.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15162.      */
  15163.     protected function getSalesChannelTranslation_RepositoryService()
  15164.     {
  15165.         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()));
  15166.     }
  15167.     /**
  15168.      * Gets the public 'sales_channel_type.repository' shared service.
  15169.      *
  15170.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15171.      */
  15172.     protected function getSalesChannelType_RepositoryService()
  15173.     {
  15174.         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()));
  15175.     }
  15176.     /**
  15177.      * Gets the public 'sales_channel_type_translation.repository' shared service.
  15178.      *
  15179.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15180.      */
  15181.     protected function getSalesChannelTypeTranslation_RepositoryService()
  15182.     {
  15183.         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()));
  15184.     }
  15185.     /**
  15186.      * Gets the public 'salutation.repository' shared service.
  15187.      *
  15188.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15189.      */
  15190.     protected function getSalutation_RepositoryService()
  15191.     {
  15192.         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()));
  15193.     }
  15194.     /**
  15195.      * Gets the public 'salutation_translation.repository' shared service.
  15196.      *
  15197.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15198.      */
  15199.     protected function getSalutationTranslation_RepositoryService()
  15200.     {
  15201.         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()));
  15202.     }
  15203.     /**
  15204.      * Gets the public 'scheduled_task.repository' shared service.
  15205.      *
  15206.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15207.      */
  15208.     protected function getScheduledTask_RepositoryService()
  15209.     {
  15210.         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()));
  15211.     }
  15212.     /**
  15213.      * Gets the public 'script.repository' shared service.
  15214.      *
  15215.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15216.      */
  15217.     protected function getScript_RepositoryService()
  15218.     {
  15219.         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()));
  15220.     }
  15221.     /**
  15222.      * Gets the public 'seo_url.repository' shared service.
  15223.      *
  15224.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15225.      */
  15226.     protected function getSeoUrl_RepositoryService()
  15227.     {
  15228.         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()));
  15229.     }
  15230.     /**
  15231.      * Gets the public 'seo_url_template.repository' shared service.
  15232.      *
  15233.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15234.      */
  15235.     protected function getSeoUrlTemplate_RepositoryService()
  15236.     {
  15237.         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()));
  15238.     }
  15239.     /**
  15240.      * Gets the public 'services_resetter' shared service.
  15241.      *
  15242.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  15243.      */
  15244.     protected function getServicesResetterService()
  15245.     {
  15246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  15247.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  15248.             if (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) {
  15249.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => ($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'] ?? null);
  15250.             }
  15251.             if (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) {
  15252.                 yield 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? null);
  15253.             }
  15254.             if (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) {
  15255.                 yield 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? null);
  15256.             }
  15257.             if (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) {
  15258.                 yield 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => ($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ?? null);
  15259.             }
  15260.             if (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) {
  15261.                 yield 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => ($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] ?? null);
  15262.             }
  15263.             if (false) {
  15264.                 yield 'shopware.increment.gateway.array' => null;
  15265.             }
  15266.             if (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) {
  15267.                 yield 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => ($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] ?? null);
  15268.             }
  15269.             if (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) {
  15270.                 yield 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? null);
  15271.             }
  15272.             if (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) {
  15273.                 yield 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => ($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'] ?? null);
  15274.             }
  15275.             if (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) {
  15276.                 yield 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => ($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'] ?? null);
  15277.             }
  15278.             if (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) {
  15279.                 yield 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? null);
  15280.             }
  15281.             if (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) {
  15282.                 yield 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => ($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'] ?? null);
  15283.             }
  15284.             if (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) {
  15285.                 yield 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => ($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'] ?? null);
  15286.             }
  15287.             if (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) {
  15288.                 yield 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'] ?? null);
  15289.             }
  15290.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) {
  15291.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? null);
  15292.             }
  15293.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) {
  15294.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? null);
  15295.             }
  15296.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) {
  15297.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? null);
  15298.             }
  15299.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) {
  15300.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? null);
  15301.             }
  15302.             if (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) {
  15303.                 yield 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? null);
  15304.             }
  15305.             if (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) {
  15306.                 yield 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => ($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'] ?? null);
  15307.             }
  15308.             if (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) {
  15309.                 yield 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => ($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] ?? null);
  15310.             }
  15311.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) {
  15312.                 yield 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? null);
  15313.             }
  15314.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) {
  15315.                 yield 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? null);
  15316.             }
  15317.             if (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) {
  15318.                 yield 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'] ?? null);
  15319.             }
  15320.             if (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) {
  15321.                 yield 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => ($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'] ?? null);
  15322.             }
  15323.             if (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) {
  15324.                 yield 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => ($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? null);
  15325.             }
  15326.             if (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) {
  15327.                 yield 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => ($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'] ?? null);
  15328.             }
  15329.             if (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) {
  15330.                 yield 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => ($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'] ?? null);
  15331.             }
  15332.             if (isset($this->services['cache.app'])) {
  15333.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  15334.             }
  15335.             if (isset($this->services['cache.system'])) {
  15336.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  15337.             }
  15338.             if (isset($this->privates['cache.validator'])) {
  15339.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  15340.             }
  15341.             if (isset($this->privates['cache.serializer'])) {
  15342.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  15343.             }
  15344.             if (isset($this->privates['cache.annotations'])) {
  15345.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  15346.             }
  15347.             if (isset($this->privates['cache.property_info'])) {
  15348.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  15349.             }
  15350.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  15351.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  15352.             }
  15353.             if (isset($this->privates['mailer.message_logger_listener'])) {
  15354.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  15355.             }
  15356.             if (isset($this->privates['debug.stopwatch'])) {
  15357.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  15358.             }
  15359.             if (isset($this->services['event_dispatcher'])) {
  15360.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  15361.             }
  15362.             if (isset($this->privates['cache.rate_limiter'])) {
  15363.                 yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? null);
  15364.             }
  15365.             if (isset($this->privates['.cache.object.inner'])) {
  15366.                 yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? null);
  15367.             }
  15368.             if (isset($this->privates['.cache.http.inner'])) {
  15369.                 yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? null);
  15370.             }
  15371.             if (isset($this->privates['cache.tags'])) {
  15372.                 yield 'cache.tags' => ($this->privates['cache.tags'] ?? null);
  15373.             }
  15374.             if (isset($this->privates['session_listener'])) {
  15375.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  15376.             }
  15377.             if (isset($this->services['cache.validator_expression_language'])) {
  15378.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  15379.             }
  15380.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  15381.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  15382.             }
  15383.             if (isset($this->services['.container.private.profiler'])) {
  15384.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  15385.             }
  15386.             if (isset($this->privates['debug.validator'])) {
  15387.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  15388.             }
  15389.             if (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) {
  15390.                 yield 'monolog.handler.main' => ($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? null);
  15391.             }
  15392.             if (isset($this->privates['monolog.handler.console'])) {
  15393.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  15394.             }
  15395.             if (isset($this->privates['monolog.handler.business_event_handler_buffer'])) {
  15396.                 yield 'monolog.handler.business_event_handler_buffer' => ($this->privates['monolog.handler.business_event_handler_buffer'] ?? null);
  15397.             }
  15398.         }, function () {
  15399.             return + (int) (isset($this->services['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'])) + (int) (false) + (int) (isset($this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'])) + (int) (isset($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'])) + (int) (isset($this->privates['Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader'])) + (int) (isset($this->privates['Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator'])) + (int) (isset($this->privates['Shopware\\Elasticsearch\\Product\\SearchKeywordReplacement'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'])) + (int) (isset($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'])) + (int) (isset($this->services['Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader'])) + (int) (isset($this->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'])) + (int) (isset($this->privates['Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper'])) + (int) (isset($this->privates['Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'])) + (int) (isset($this->privates['Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder'])) + (int) (isset($this->services['Shopware\\Storefront\\Theme\\SalesChannelThemeLoader'])) + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['cache.rate_limiter'])) + (int) (isset($this->privates['.cache.object.inner'])) + (int) (isset($this->privates['.cache.http.inner'])) + (int) (isset($this->privates['cache.tags'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->privates['debug.validator'])) + (int) (isset($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.business_event_handler_buffer']));
  15400.         }), ['Shopware\\Core\\Framework\\Adapter\\Twig\\TemplateFinder' => [=> 'reset'], 'Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\App\\ActiveAppsLoader' => [=> 'reset'], 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [=> 'reset'], 'Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer' => [=> 'reset'], 'shopware.increment.gateway.array' => [=> 'resetAll'], 'Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper' => [=> 'reset'], 'Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider' => [=> 'reset'], 'Shopware\\Core\\System\\StateMachine\\Loader\\InitialStateIdLoader' => [=> 'reset'], 'Shopware\\Core\\System\\SystemConfig\\Store\\MemoizedSystemConfigStore' => [=> 'reset'], 'Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\SalesChannel\\Price\\ProductPriceCalculator' => [=> 'reset'], 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\SearchKeywordUpdater' => [=> 'reset'], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Term\\Filter\\TokenFilter' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer' => [=> 'reset'], 'Shopware\\Core\\Content\\Flow\\Dispatching\\CachedFlowLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\CartRuleLoader' => [=> 'reset'], 'Shopware\\Core\\Checkout\\Cart\\Facade\\CartFacadeHelper' => [=> 'reset'], 'Shopware\\Storefront\\Framework\\Csrf\\CsrfRouteListener' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\StorefrontPluginRegistry' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\Twig\\ThemeNamespaceHierarchyBuilder' => [=> 'reset'], 'Shopware\\Storefront\\Theme\\SalesChannelThemeLoader' => [=> 'reset'], 'cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'cache.rate_limiter' => [=> 'reset'], '.cache.object.inner' => [=> 'reset'], '.cache.http.inner' => [=> 'reset'], 'cache.tags' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.business_event_handler_buffer' => [=> 'reset']]);
  15401.     }
  15402.     /**
  15403.      * Gets the public 'shipping_method.repository' shared service.
  15404.      *
  15405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15406.      */
  15407.     protected function getShippingMethod_RepositoryService()
  15408.     {
  15409.         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()));
  15410.     }
  15411.     /**
  15412.      * Gets the public 'shipping_method_price.repository' shared service.
  15413.      *
  15414.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15415.      */
  15416.     protected function getShippingMethodPrice_RepositoryService()
  15417.     {
  15418.         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()));
  15419.     }
  15420.     /**
  15421.      * Gets the public 'shipping_method_tag.repository' shared service.
  15422.      *
  15423.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15424.      */
  15425.     protected function getShippingMethodTag_RepositoryService()
  15426.     {
  15427.         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()));
  15428.     }
  15429.     /**
  15430.      * Gets the public 'shipping_method_translation.repository' shared service.
  15431.      *
  15432.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15433.      */
  15434.     protected function getShippingMethodTranslation_RepositoryService()
  15435.     {
  15436.         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()));
  15437.     }
  15438.     /**
  15439.      * Gets the public 'shopware.filesystem.asset' shared service.
  15440.      *
  15441.      * @return \League\Flysystem\FilesystemInterface
  15442.      */
  15443.     protected function getShopware_Filesystem_AssetService()
  15444.     {
  15445.         return $this->services['shopware.filesystem.asset'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.asset']);
  15446.     }
  15447.     /**
  15448.      * Gets the public 'shopware.filesystem.private' shared service.
  15449.      *
  15450.      * @return \League\Flysystem\FilesystemInterface
  15451.      */
  15452.     protected function getShopware_Filesystem_PrivateService()
  15453.     {
  15454.         return $this->services['shopware.filesystem.private'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.private']);
  15455.     }
  15456.     /**
  15457.      * Gets the public 'shopware.filesystem.public' shared service.
  15458.      *
  15459.      * @return \League\Flysystem\FilesystemInterface
  15460.      */
  15461.     protected function getShopware_Filesystem_PublicService()
  15462.     {
  15463.         return $this->services['shopware.filesystem.public'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.public']);
  15464.     }
  15465.     /**
  15466.      * Gets the public 'shopware.filesystem.sitemap' shared service.
  15467.      *
  15468.      * @return \League\Flysystem\FilesystemInterface
  15469.      */
  15470.     protected function getShopware_Filesystem_SitemapService()
  15471.     {
  15472.         return $this->services['shopware.filesystem.sitemap'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.sitemap']);
  15473.     }
  15474.     /**
  15475.      * Gets the public 'shopware.filesystem.temp' shared service.
  15476.      *
  15477.      * @return \League\Flysystem\FilesystemInterface
  15478.      */
  15479.     protected function getShopware_Filesystem_TempService()
  15480.     {
  15481.         return $this->services['shopware.filesystem.temp'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.temp']);
  15482.     }
  15483.     /**
  15484.      * Gets the public 'shopware.filesystem.theme' shared service.
  15485.      *
  15486.      * @return \League\Flysystem\FilesystemInterface
  15487.      */
  15488.     protected function getShopware_Filesystem_ThemeService()
  15489.     {
  15490.         return $this->services['shopware.filesystem.theme'] = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] ?? $this->getFilesystemFactoryService())->factory($this->parameters['shopware.filesystem.theme']);
  15491.     }
  15492.     /**
  15493.      * Gets the public 'shopware.increment.gateway.registry' shared service.
  15494.      *
  15495.      * @return \Shopware\Core\Framework\Increment\IncrementGatewayRegistry
  15496.      */
  15497.     protected function getShopware_Increment_Gateway_RegistryService()
  15498.     {
  15499.         return $this->services['shopware.increment.gateway.registry'] = new \Shopware\Core\Framework\Increment\IncrementGatewayRegistry(new RewindableGenerator(function () {
  15500.             yield => ($this->privates['shopware.increment.user_activity.gateway.mysql'] ?? $this->getShopware_Increment_UserActivity_Gateway_MysqlService());
  15501.             yield => ($this->privates['shopware.increment.message_queue.gateway.mysql'] ?? $this->getShopware_Increment_MessageQueue_Gateway_MysqlService());
  15502.         }, 2));
  15503.     }
  15504.     /**
  15505.      * Gets the public 'shopware.store_client' shared service.
  15506.      *
  15507.      * @return \GuzzleHttp\Client
  15508.      */
  15509.     protected function getShopware_StoreClientService($lazyLoad true)
  15510.     {
  15511.         if ($lazyLoad) {
  15512.             return $this->services['shopware.store_client'] = $this->createProxy('Client_b190fb5', function () {
  15513.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  15514.                     $wrappedInstance $this->getShopware_StoreClientService(false);
  15515.                     $proxy->setProxyInitializer(null);
  15516.                     return true;
  15517.                 });
  15518.             });
  15519.         }
  15520.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClientFactory.php';
  15521.         return (new \Shopware\Core\Framework\Store\Services\StoreClientFactory(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), new RewindableGenerator(function () {
  15522.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\VerifyResponseSignatureMiddleware'] ?? $this->getVerifyResponseSignatureMiddlewareService());
  15523.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\StoreSessionExpiredMiddleware'] ?? $this->getStoreSessionExpiredMiddlewareService());
  15524.             yield => ($this->services['Shopware\\Core\\Framework\\Store\\Services\\ShopSecretInvalidMiddleware'] ?? $this->getShopSecretInvalidMiddlewareService());
  15525.         }, 3)))->create();
  15526.     }
  15527.     /**
  15528.      * Gets the public 'snippet.repository' shared service.
  15529.      *
  15530.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15531.      */
  15532.     protected function getSnippet_RepositoryService()
  15533.     {
  15534.         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()));
  15535.     }
  15536.     /**
  15537.      * Gets the public 'snippet_set.repository' shared service.
  15538.      *
  15539.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15540.      */
  15541.     protected function getSnippetSet_RepositoryService()
  15542.     {
  15543.         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()));
  15544.     }
  15545.     /**
  15546.      * Gets the public 'state_machine.repository' shared service.
  15547.      *
  15548.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15549.      */
  15550.     protected function getStateMachine_RepositoryService()
  15551.     {
  15552.         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()));
  15553.     }
  15554.     /**
  15555.      * Gets the public 'state_machine_history.repository' shared service.
  15556.      *
  15557.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15558.      */
  15559.     protected function getStateMachineHistory_RepositoryService()
  15560.     {
  15561.         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()));
  15562.     }
  15563.     /**
  15564.      * Gets the public 'state_machine_state.repository' shared service.
  15565.      *
  15566.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15567.      */
  15568.     protected function getStateMachineState_RepositoryService()
  15569.     {
  15570.         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()));
  15571.     }
  15572.     /**
  15573.      * Gets the public 'state_machine_state_translation.repository' shared service.
  15574.      *
  15575.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15576.      */
  15577.     protected function getStateMachineStateTranslation_RepositoryService()
  15578.     {
  15579.         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()));
  15580.     }
  15581.     /**
  15582.      * Gets the public 'state_machine_transition.repository' shared service.
  15583.      *
  15584.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15585.      */
  15586.     protected function getStateMachineTransition_RepositoryService()
  15587.     {
  15588.         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()));
  15589.     }
  15590.     /**
  15591.      * Gets the public 'state_machine_translation.repository' shared service.
  15592.      *
  15593.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15594.      */
  15595.     protected function getStateMachineTranslation_RepositoryService()
  15596.     {
  15597.         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()));
  15598.     }
  15599.     /**
  15600.      * Gets the public 'storefront.filesystem.private' shared service.
  15601.      *
  15602.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15603.      */
  15604.     protected function getStorefront_Filesystem_PrivateService()
  15605.     {
  15606.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15607.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15608.         return $this->services['storefront.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/storefront');
  15609.     }
  15610.     /**
  15611.      * Gets the public 'storefront.filesystem.public' shared service.
  15612.      *
  15613.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15614.      */
  15615.     protected function getStorefront_Filesystem_PublicService()
  15616.     {
  15617.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15618.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15619.         return $this->services['storefront.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/storefront');
  15620.     }
  15621.     /**
  15622.      * Gets the public 'system.filesystem.private' shared service.
  15623.      *
  15624.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15625.      */
  15626.     protected function getSystem_Filesystem_PrivateService()
  15627.     {
  15628.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15629.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15630.         return $this->services['system.filesystem.private'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), 'plugins/system');
  15631.     }
  15632.     /**
  15633.      * Gets the public 'system.filesystem.public' shared service.
  15634.      *
  15635.      * @return \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem
  15636.      */
  15637.     protected function getSystem_Filesystem_PublicService()
  15638.     {
  15639.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/AbstractFilesystem.php';
  15640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Filesystem/PrefixFilesystem.php';
  15641.         return $this->services['system.filesystem.public'] = new \Shopware\Core\Framework\Adapter\Filesystem\PrefixFilesystem(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), 'plugins/system');
  15642.     }
  15643.     /**
  15644.      * Gets the public 'system_config.repository' shared service.
  15645.      *
  15646.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15647.      */
  15648.     protected function getSystemConfig_RepositoryService()
  15649.     {
  15650.         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()));
  15651.     }
  15652.     /**
  15653.      * Gets the public 'tag.repository' shared service.
  15654.      *
  15655.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15656.      */
  15657.     protected function getTag_RepositoryService()
  15658.     {
  15659.         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()));
  15660.     }
  15661.     /**
  15662.      * Gets the public 'tax.repository' shared service.
  15663.      *
  15664.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15665.      */
  15666.     protected function getTax_RepositoryService()
  15667.     {
  15668.         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()));
  15669.     }
  15670.     /**
  15671.      * Gets the public 'tax_rule.repository' shared service.
  15672.      *
  15673.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15674.      */
  15675.     protected function getTaxRule_RepositoryService()
  15676.     {
  15677.         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()));
  15678.     }
  15679.     /**
  15680.      * Gets the public 'tax_rule_type.repository' shared service.
  15681.      *
  15682.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15683.      */
  15684.     protected function getTaxRuleType_RepositoryService()
  15685.     {
  15686.         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()));
  15687.     }
  15688.     /**
  15689.      * Gets the public 'tax_rule_type_translation.repository' shared service.
  15690.      *
  15691.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15692.      */
  15693.     protected function getTaxRuleTypeTranslation_RepositoryService()
  15694.     {
  15695.         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()));
  15696.     }
  15697.     /**
  15698.      * Gets the public 'theme.repository' shared service.
  15699.      *
  15700.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15701.      */
  15702.     protected function getTheme_RepositoryService()
  15703.     {
  15704.         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()));
  15705.     }
  15706.     /**
  15707.      * Gets the public 'theme_child.repository' shared service.
  15708.      *
  15709.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15710.      */
  15711.     protected function getThemeChild_RepositoryService()
  15712.     {
  15713.         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()));
  15714.     }
  15715.     /**
  15716.      * Gets the public 'theme_media.repository' shared service.
  15717.      *
  15718.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15719.      */
  15720.     protected function getThemeMedia_RepositoryService()
  15721.     {
  15722.         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()));
  15723.     }
  15724.     /**
  15725.      * Gets the public 'theme_sales_channel.repository' shared service.
  15726.      *
  15727.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15728.      */
  15729.     protected function getThemeSalesChannel_RepositoryService()
  15730.     {
  15731.         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()));
  15732.     }
  15733.     /**
  15734.      * Gets the public 'theme_translation.repository' shared service.
  15735.      *
  15736.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15737.      */
  15738.     protected function getThemeTranslation_RepositoryService()
  15739.     {
  15740.         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()));
  15741.     }
  15742.     /**
  15743.      * Gets the public 'translator' shared service.
  15744.      *
  15745.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  15746.      */
  15747.     protected function getTranslatorService()
  15748.     {
  15749.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\Translator'] ?? $this->getTranslator2Service()));
  15750.     }
  15751.     /**
  15752.      * Gets the public 'unit.repository' shared service.
  15753.      *
  15754.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15755.      */
  15756.     protected function getUnit_RepositoryService()
  15757.     {
  15758.         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()));
  15759.     }
  15760.     /**
  15761.      * Gets the public 'unit_translation.repository' shared service.
  15762.      *
  15763.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15764.      */
  15765.     protected function getUnitTranslation_RepositoryService()
  15766.     {
  15767.         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()));
  15768.     }
  15769.     /**
  15770.      * Gets the public 'user.repository' shared service.
  15771.      *
  15772.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15773.      */
  15774.     protected function getUser_RepositoryService()
  15775.     {
  15776.         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()));
  15777.     }
  15778.     /**
  15779.      * Gets the public 'user_access_key.repository' shared service.
  15780.      *
  15781.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15782.      */
  15783.     protected function getUserAccessKey_RepositoryService()
  15784.     {
  15785.         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()));
  15786.     }
  15787.     /**
  15788.      * Gets the public 'user_config.repository' shared service.
  15789.      *
  15790.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15791.      */
  15792.     protected function getUserConfig_RepositoryService()
  15793.     {
  15794.         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()));
  15795.     }
  15796.     /**
  15797.      * Gets the public 'user_recovery.repository' shared service.
  15798.      *
  15799.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15800.      */
  15801.     protected function getUserRecovery_RepositoryService()
  15802.     {
  15803.         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()));
  15804.     }
  15805.     /**
  15806.      * Gets the public 'var_dumper.cloner' shared service.
  15807.      *
  15808.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  15809.      */
  15810.     protected function getVarDumper_ClonerService()
  15811.     {
  15812.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  15813.         $instance->setMaxItems(2500);
  15814.         $instance->setMinDepth(1);
  15815.         $instance->setMaxString(-1);
  15816.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  15817.         return $instance;
  15818.     }
  15819.     /**
  15820.      * Gets the public 'version.repository' shared service.
  15821.      *
  15822.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15823.      */
  15824.     protected function getVersion_RepositoryService()
  15825.     {
  15826.         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()));
  15827.     }
  15828.     /**
  15829.      * Gets the public 'version_commit.repository' shared service.
  15830.      *
  15831.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15832.      */
  15833.     protected function getVersionCommit_RepositoryService()
  15834.     {
  15835.         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()));
  15836.     }
  15837.     /**
  15838.      * Gets the public 'version_commit_data.repository' shared service.
  15839.      *
  15840.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15841.      */
  15842.     protected function getVersionCommitData_RepositoryService()
  15843.     {
  15844.         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()));
  15845.     }
  15846.     /**
  15847.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  15848.      *
  15849.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  15850.      */
  15851.     protected function getWebProfiler_Controller_ExceptionPanelService()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  15854.         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()));
  15855.     }
  15856.     /**
  15857.      * Gets the public 'web_profiler.controller.profiler' shared service.
  15858.      *
  15859.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  15860.      */
  15861.     protected function getWebProfiler_Controller_ProfilerService()
  15862.     {
  15863.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  15864.         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));
  15865.     }
  15866.     /**
  15867.      * Gets the public 'web_profiler.controller.router' shared service.
  15868.      *
  15869.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  15870.      */
  15871.     protected function getWebProfiler_Controller_RouterService()
  15872.     {
  15873.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  15874.         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 () {
  15875.             return new \EmptyIterator();
  15876.         }, 0));
  15877.     }
  15878.     /**
  15879.      * Gets the public 'webhook.repository' shared service.
  15880.      *
  15881.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15882.      */
  15883.     protected function getWebhook_RepositoryService()
  15884.     {
  15885.         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()));
  15886.     }
  15887.     /**
  15888.      * Gets the public 'webhook_event_log.repository' shared service.
  15889.      *
  15890.      * @return \Shopware\Core\Framework\DataAbstractionLayer\EntityRepository
  15891.      */
  15892.     protected function getWebhookEventLog_RepositoryService()
  15893.     {
  15894.         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()));
  15895.     }
  15896.     /**
  15897.      * Gets the private '.Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand.lazy' shared service.
  15898.      *
  15899.      * @return \Symfony\Component\Console\Command\LazyCommand
  15900.      */
  15901.     protected function getSalesChannelUpdateDomainCommand_LazyService()
  15902.     {
  15903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15905.         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 {
  15906.             return ($this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelUpdateDomainCommand'] ?? $this->getSalesChannelUpdateDomainCommandService());
  15907.         });
  15908.     }
  15909.     /**
  15910.      * Gets the private '.Symfony\Component\Dotenv\Command\DotenvDumpCommand.lazy' shared service.
  15911.      *
  15912.      * @return \Symfony\Component\Console\Command\LazyCommand
  15913.      */
  15914.     protected function getDotenvDumpCommand_LazyService()
  15915.     {
  15916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15918.         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 {
  15919.             return ($this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] ?? $this->getDotenvDumpCommandService());
  15920.         });
  15921.     }
  15922.     /**
  15923.      * Gets the private '.cache.http.inner' shared service.
  15924.      *
  15925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15926.      */
  15927.     protected function get_Cache_Http_InnerService()
  15928.     {
  15929.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  15930.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  15931.         return $this->privates['.cache.http.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  15932.     }
  15933.     /**
  15934.      * Gets the private '.cache.object.inner' shared service.
  15935.      *
  15936.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  15937.      */
  15938.     protected function get_Cache_Object_InnerService()
  15939.     {
  15940.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(172800);
  15941.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  15942.         return $this->privates['.cache.object.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  15943.     }
  15944.     /**
  15945.      * Gets the private '.console.command.about.lazy' shared service.
  15946.      *
  15947.      * @return \Symfony\Component\Console\Command\LazyCommand
  15948.      */
  15949.     protected function get_Console_Command_About_LazyService()
  15950.     {
  15951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15953.         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 {
  15954.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  15955.         });
  15956.     }
  15957.     /**
  15958.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  15959.      *
  15960.      * @return \Symfony\Component\Console\Command\LazyCommand
  15961.      */
  15962.     protected function get_Console_Command_CacheClear_LazyService()
  15963.     {
  15964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15966.         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 {
  15967.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  15968.         });
  15969.     }
  15970.     /**
  15971.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  15972.      *
  15973.      * @return \Symfony\Component\Console\Command\LazyCommand
  15974.      */
  15975.     protected function get_Console_Command_CachePoolClear_LazyService()
  15976.     {
  15977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15979.         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 {
  15980.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  15981.         });
  15982.     }
  15983.     /**
  15984.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  15985.      *
  15986.      * @return \Symfony\Component\Console\Command\LazyCommand
  15987.      */
  15988.     protected function get_Console_Command_CachePoolDelete_LazyService()
  15989.     {
  15990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  15992.         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 {
  15993.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  15994.         });
  15995.     }
  15996.     /**
  15997.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  15998.      *
  15999.      * @return \Symfony\Component\Console\Command\LazyCommand
  16000.      */
  16001.     protected function get_Console_Command_CachePoolList_LazyService()
  16002.     {
  16003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16005.         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 {
  16006.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  16007.         });
  16008.     }
  16009.     /**
  16010.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  16011.      *
  16012.      * @return \Symfony\Component\Console\Command\LazyCommand
  16013.      */
  16014.     protected function get_Console_Command_CachePoolPrune_LazyService()
  16015.     {
  16016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16018.         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 {
  16019.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  16020.         });
  16021.     }
  16022.     /**
  16023.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  16024.      *
  16025.      * @return \Symfony\Component\Console\Command\LazyCommand
  16026.      */
  16027.     protected function get_Console_Command_CacheWarmup_LazyService()
  16028.     {
  16029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16031.         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 {
  16032.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  16033.         });
  16034.     }
  16035.     /**
  16036.      * Gets the private '.console.command.config_debug.lazy' shared service.
  16037.      *
  16038.      * @return \Symfony\Component\Console\Command\LazyCommand
  16039.      */
  16040.     protected function get_Console_Command_ConfigDebug_LazyService()
  16041.     {
  16042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16044.         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 {
  16045.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  16046.         });
  16047.     }
  16048.     /**
  16049.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  16050.      *
  16051.      * @return \Symfony\Component\Console\Command\LazyCommand
  16052.      */
  16053.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  16054.     {
  16055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16057.         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 {
  16058.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  16059.         });
  16060.     }
  16061.     /**
  16062.      * Gets the private '.console.command.container_debug.lazy' shared service.
  16063.      *
  16064.      * @return \Symfony\Component\Console\Command\LazyCommand
  16065.      */
  16066.     protected function get_Console_Command_ContainerDebug_LazyService()
  16067.     {
  16068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16070.         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 {
  16071.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  16072.         });
  16073.     }
  16074.     /**
  16075.      * Gets the private '.console.command.container_lint.lazy' shared service.
  16076.      *
  16077.      * @return \Symfony\Component\Console\Command\LazyCommand
  16078.      */
  16079.     protected function get_Console_Command_ContainerLint_LazyService()
  16080.     {
  16081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16083.         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 {
  16084.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  16085.         });
  16086.     }
  16087.     /**
  16088.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  16089.      *
  16090.      * @return \Symfony\Component\Console\Command\LazyCommand
  16091.      */
  16092.     protected function get_Console_Command_DebugAutowiring_LazyService()
  16093.     {
  16094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16096.         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 {
  16097.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  16098.         });
  16099.     }
  16100.     /**
  16101.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  16102.      *
  16103.      * @return \Symfony\Component\Console\Command\LazyCommand
  16104.      */
  16105.     protected function get_Console_Command_DotenvDebug_LazyService()
  16106.     {
  16107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16109.         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 {
  16110.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  16111.         });
  16112.     }
  16113.     /**
  16114.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  16115.      *
  16116.      * @return \Symfony\Component\Console\Command\LazyCommand
  16117.      */
  16118.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  16119.     {
  16120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16122.         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 {
  16123.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  16124.         });
  16125.     }
  16126.     /**
  16127.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  16128.      *
  16129.      * @return \Symfony\Component\Console\Command\LazyCommand
  16130.      */
  16131.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  16132.     {
  16133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16135.         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 {
  16136.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  16137.         });
  16138.     }
  16139.     /**
  16140.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  16141.      *
  16142.      * @return \Symfony\Component\Console\Command\LazyCommand
  16143.      */
  16144.     protected function get_Console_Command_MessengerDebug_LazyService()
  16145.     {
  16146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16148.         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 {
  16149.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  16150.         });
  16151.     }
  16152.     /**
  16153.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  16154.      *
  16155.      * @return \Symfony\Component\Console\Command\LazyCommand
  16156.      */
  16157.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  16158.     {
  16159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16161.         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 {
  16162.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  16163.         });
  16164.     }
  16165.     /**
  16166.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  16167.      *
  16168.      * @return \Symfony\Component\Console\Command\LazyCommand
  16169.      */
  16170.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  16171.     {
  16172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16174.         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 {
  16175.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  16176.         });
  16177.     }
  16178.     /**
  16179.      * Gets the private '.console.command.router_debug.lazy' shared service.
  16180.      *
  16181.      * @return \Symfony\Component\Console\Command\LazyCommand
  16182.      */
  16183.     protected function get_Console_Command_RouterDebug_LazyService()
  16184.     {
  16185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16187.         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 {
  16188.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  16189.         });
  16190.     }
  16191.     /**
  16192.      * Gets the private '.console.command.router_match.lazy' shared service.
  16193.      *
  16194.      * @return \Symfony\Component\Console\Command\LazyCommand
  16195.      */
  16196.     protected function get_Console_Command_RouterMatch_LazyService()
  16197.     {
  16198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16200.         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 {
  16201.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  16202.         });
  16203.     }
  16204.     /**
  16205.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  16206.      *
  16207.      * @return \Symfony\Component\Console\Command\LazyCommand
  16208.      */
  16209.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  16210.     {
  16211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16213.         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 {
  16214.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  16215.         });
  16216.     }
  16217.     /**
  16218.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  16219.      *
  16220.      * @return \Symfony\Component\Console\Command\LazyCommand
  16221.      */
  16222.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  16223.     {
  16224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16226.         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 {
  16227.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  16228.         });
  16229.     }
  16230.     /**
  16231.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  16232.      *
  16233.      * @return \Symfony\Component\Console\Command\LazyCommand
  16234.      */
  16235.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  16236.     {
  16237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16239.         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 {
  16240.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  16241.         });
  16242.     }
  16243.     /**
  16244.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  16245.      *
  16246.      * @return \Symfony\Component\Console\Command\LazyCommand
  16247.      */
  16248.     protected function get_Console_Command_SecretsList_LazyService()
  16249.     {
  16250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16252.         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 {
  16253.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  16254.         });
  16255.     }
  16256.     /**
  16257.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  16258.      *
  16259.      * @return \Symfony\Component\Console\Command\LazyCommand
  16260.      */
  16261.     protected function get_Console_Command_SecretsRemove_LazyService()
  16262.     {
  16263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16265.         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 {
  16266.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  16267.         });
  16268.     }
  16269.     /**
  16270.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  16271.      *
  16272.      * @return \Symfony\Component\Console\Command\LazyCommand
  16273.      */
  16274.     protected function get_Console_Command_SecretsSet_LazyService()
  16275.     {
  16276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16278.         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 {
  16279.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  16280.         });
  16281.     }
  16282.     /**
  16283.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  16284.      *
  16285.      * @return \Symfony\Component\Console\Command\LazyCommand
  16286.      */
  16287.     protected function get_Console_Command_TranslationDebug_LazyService()
  16288.     {
  16289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16291.         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 {
  16292.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  16293.         });
  16294.     }
  16295.     /**
  16296.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  16297.      *
  16298.      * @return \Symfony\Component\Console\Command\LazyCommand
  16299.      */
  16300.     protected function get_Console_Command_TranslationExtract_LazyService()
  16301.     {
  16302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16304.         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 {
  16305.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  16306.         });
  16307.     }
  16308.     /**
  16309.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  16310.      *
  16311.      * @return \Symfony\Component\Console\Command\LazyCommand
  16312.      */
  16313.     protected function get_Console_Command_TranslationPull_LazyService()
  16314.     {
  16315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16317.         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 {
  16318.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  16319.         });
  16320.     }
  16321.     /**
  16322.      * Gets the private '.console.command.translation_push.lazy' shared service.
  16323.      *
  16324.      * @return \Symfony\Component\Console\Command\LazyCommand
  16325.      */
  16326.     protected function get_Console_Command_TranslationPush_LazyService()
  16327.     {
  16328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16330.         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 {
  16331.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  16332.         });
  16333.     }
  16334.     /**
  16335.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  16336.      *
  16337.      * @return \Symfony\Component\Console\Command\LazyCommand
  16338.      */
  16339.     protected function get_Console_Command_ValidatorDebug_LazyService()
  16340.     {
  16341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16343.         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 {
  16344.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  16345.         });
  16346.     }
  16347.     /**
  16348.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  16349.      *
  16350.      * @return \Symfony\Component\Console\Command\LazyCommand
  16351.      */
  16352.     protected function get_Console_Command_XliffLint_LazyService()
  16353.     {
  16354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16356.         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 {
  16357.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  16358.         });
  16359.     }
  16360.     /**
  16361.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  16362.      *
  16363.      * @return \Symfony\Component\Console\Command\LazyCommand
  16364.      */
  16365.     protected function get_Console_Command_YamlLint_LazyService()
  16366.     {
  16367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16369.         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 {
  16370.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  16371.         });
  16372.     }
  16373.     /**
  16374.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  16375.      *
  16376.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  16377.      */
  16378.     protected function getLoaderInterfaceService()
  16379.     {
  16380.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  16381.     }
  16382.     /**
  16383.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  16384.      *
  16385.      * @return \Symfony\Component\HttpFoundation\Response
  16386.      */
  16387.     protected function getResponseService()
  16388.     {
  16389.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  16390.     }
  16391.     /**
  16392.      * Gets the private '.errored..service_locator.Q1m2WkM.Shopware\Core\Framework\Validation\DataBag\RequestDataBag' shared service.
  16393.      *
  16394.      * @return \Shopware\Core\Framework\Validation\DataBag\RequestDataBag
  16395.      */
  16396.     protected function getRequestDataBagService()
  16397.     {
  16398.         $this->throw('Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.');
  16399.     }
  16400.     /**
  16401.      * Gets the private '.messenger.handler_descriptor.1SPMxF6' shared service.
  16402.      *
  16403.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16404.      */
  16405.     protected function get_Messenger_HandlerDescriptor_1SPMxF6Service()
  16406.     {
  16407.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16408.         return $this->privates['.messenger.handler_descriptor.1SPMxF6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service()), []);
  16409.     }
  16410.     /**
  16411.      * Gets the private '.messenger.handler_descriptor.2yo6BZJ' shared service.
  16412.      *
  16413.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16414.      */
  16415.     protected function get_Messenger_HandlerDescriptor_2yo6BZJService()
  16416.     {
  16417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16418.         return $this->privates['.messenger.handler_descriptor.2yo6BZJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  16419.     }
  16420.     /**
  16421.      * Gets the private '.messenger.handler_descriptor.3.rzR14' shared service.
  16422.      *
  16423.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16424.      */
  16425.     protected function get_Messenger_HandlerDescriptor_3_RzR14Service()
  16426.     {
  16427.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16428.         return $this->privates['.messenger.handler_descriptor.3.rzR14'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService()), []);
  16429.     }
  16430.     /**
  16431.      * Gets the private '.messenger.handler_descriptor.4htA3jl' shared service.
  16432.      *
  16433.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16434.      */
  16435.     protected function get_Messenger_HandlerDescriptor_4htA3jlService()
  16436.     {
  16437.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16438.         return $this->privates['.messenger.handler_descriptor.4htA3jl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService()), []);
  16439.     }
  16440.     /**
  16441.      * Gets the private '.messenger.handler_descriptor.6XWr01B' shared service.
  16442.      *
  16443.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16444.      */
  16445.     protected function get_Messenger_HandlerDescriptor_6XWr01BService()
  16446.     {
  16447.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16448.         return $this->privates['.messenger.handler_descriptor.6XWr01B'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService()), []);
  16449.     }
  16450.     /**
  16451.      * Gets the private '.messenger.handler_descriptor.6a6vTR.' shared service.
  16452.      *
  16453.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16454.      */
  16455.     protected function get_Messenger_HandlerDescriptor_6a6vTR_Service()
  16456.     {
  16457.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16458.         return $this->privates['.messenger.handler_descriptor.6a6vTR.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  16459.     }
  16460.     /**
  16461.      * Gets the private '.messenger.handler_descriptor.6kBcctU' shared service.
  16462.      *
  16463.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16464.      */
  16465.     protected function get_Messenger_HandlerDescriptor_6kBcctUService()
  16466.     {
  16467.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16468.         return $this->privates['.messenger.handler_descriptor.6kBcctU'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService()), []);
  16469.     }
  16470.     /**
  16471.      * Gets the private '.messenger.handler_descriptor.88lOdtC' shared service.
  16472.      *
  16473.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16474.      */
  16475.     protected function get_Messenger_HandlerDescriptor_88lOdtCService()
  16476.     {
  16477.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16478.         return $this->privates['.messenger.handler_descriptor.88lOdtC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService()), []);
  16479.     }
  16480.     /**
  16481.      * Gets the private '.messenger.handler_descriptor.9zA2HRZ' shared service.
  16482.      *
  16483.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16484.      */
  16485.     protected function get_Messenger_HandlerDescriptor_9zA2HRZService()
  16486.     {
  16487.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16488.         return $this->privates['.messenger.handler_descriptor.9zA2HRZ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  16489.     }
  16490.     /**
  16491.      * Gets the private '.messenger.handler_descriptor.BzkW.st' shared service.
  16492.      *
  16493.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16494.      */
  16495.     protected function get_Messenger_HandlerDescriptor_BzkW_StService()
  16496.     {
  16497.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16498.         return $this->privates['.messenger.handler_descriptor.BzkW.st'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService()), []);
  16499.     }
  16500.     /**
  16501.      * Gets the private '.messenger.handler_descriptor.CKTMT3c' shared service.
  16502.      *
  16503.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16504.      */
  16505.     protected function get_Messenger_HandlerDescriptor_CKTMT3cService()
  16506.     {
  16507.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16508.         return $this->privates['.messenger.handler_descriptor.CKTMT3c'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service()), []);
  16509.     }
  16510.     /**
  16511.      * Gets the private '.messenger.handler_descriptor.D8Msq11' shared service.
  16512.      *
  16513.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16514.      */
  16515.     protected function get_Messenger_HandlerDescriptor_D8Msq11Service()
  16516.     {
  16517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16518.         return $this->privates['.messenger.handler_descriptor.D8Msq11'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService()), []);
  16519.     }
  16520.     /**
  16521.      * Gets the private '.messenger.handler_descriptor.RWDR7vF' shared service.
  16522.      *
  16523.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16524.      */
  16525.     protected function get_Messenger_HandlerDescriptor_RWDR7vFService()
  16526.     {
  16527.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16528.         return $this->privates['.messenger.handler_descriptor.RWDR7vF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  16529.     }
  16530.     /**
  16531.      * Gets the private '.messenger.handler_descriptor.RaXVyBY' shared service.
  16532.      *
  16533.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16534.      */
  16535.     protected function get_Messenger_HandlerDescriptor_RaXVyBYService()
  16536.     {
  16537.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16538.         return $this->privates['.messenger.handler_descriptor.RaXVyBY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()), []);
  16539.     }
  16540.     /**
  16541.      * Gets the private '.messenger.handler_descriptor.Sx4TzkJ' shared service.
  16542.      *
  16543.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16544.      */
  16545.     protected function get_Messenger_HandlerDescriptor_Sx4TzkJService()
  16546.     {
  16547.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16548.         return $this->privates['.messenger.handler_descriptor.Sx4TzkJ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService()), []);
  16549.     }
  16550.     /**
  16551.      * Gets the private '.messenger.handler_descriptor.TaMu3bd' shared service.
  16552.      *
  16553.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16554.      */
  16555.     protected function get_Messenger_HandlerDescriptor_TaMu3bdService()
  16556.     {
  16557.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16558.         return $this->privates['.messenger.handler_descriptor.TaMu3bd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service()), []);
  16559.     }
  16560.     /**
  16561.      * Gets the private '.messenger.handler_descriptor.W5d8anj' shared service.
  16562.      *
  16563.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16564.      */
  16565.     protected function get_Messenger_HandlerDescriptor_W5d8anjService()
  16566.     {
  16567.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16568.         return $this->privates['.messenger.handler_descriptor.W5d8anj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService()), []);
  16569.     }
  16570.     /**
  16571.      * Gets the private '.messenger.handler_descriptor.Z5qzcmD' shared service.
  16572.      *
  16573.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16574.      */
  16575.     protected function get_Messenger_HandlerDescriptor_Z5qzcmDService()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16578.         return $this->privates['.messenger.handler_descriptor.Z5qzcmD'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService()), []);
  16579.     }
  16580.     /**
  16581.      * Gets the private '.messenger.handler_descriptor.ZFmY.qW' shared service.
  16582.      *
  16583.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16584.      */
  16585.     protected function get_Messenger_HandlerDescriptor_ZFmY_QWService()
  16586.     {
  16587.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16588.         return $this->privates['.messenger.handler_descriptor.ZFmY.qW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService()), []);
  16589.     }
  16590.     /**
  16591.      * Gets the private '.messenger.handler_descriptor._mx1WXF' shared service.
  16592.      *
  16593.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16594.      */
  16595.     protected function get_Messenger_HandlerDescriptor_Mx1WXFService()
  16596.     {
  16597.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16598.         return $this->privates['.messenger.handler_descriptor._mx1WXF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService()), []);
  16599.     }
  16600.     /**
  16601.      * Gets the private '.messenger.handler_descriptor.bD1J5H6' shared service.
  16602.      *
  16603.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16604.      */
  16605.     protected function get_Messenger_HandlerDescriptor_BD1J5H6Service()
  16606.     {
  16607.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16608.         return $this->privates['.messenger.handler_descriptor.bD1J5H6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService()), []);
  16609.     }
  16610.     /**
  16611.      * Gets the private '.messenger.handler_descriptor.dVP21hY' shared service.
  16612.      *
  16613.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16614.      */
  16615.     protected function get_Messenger_HandlerDescriptor_DVP21hYService()
  16616.     {
  16617.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16618.         return $this->privates['.messenger.handler_descriptor.dVP21hY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService()), []);
  16619.     }
  16620.     /**
  16621.      * Gets the private '.messenger.handler_descriptor.g5T3Vdz' shared service.
  16622.      *
  16623.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16624.      */
  16625.     protected function get_Messenger_HandlerDescriptor_G5T3VdzService()
  16626.     {
  16627.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16628.         return $this->privates['.messenger.handler_descriptor.g5T3Vdz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  16629.     }
  16630.     /**
  16631.      * Gets the private '.messenger.handler_descriptor.h1gRAD1' shared service.
  16632.      *
  16633.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16634.      */
  16635.     protected function get_Messenger_HandlerDescriptor_H1gRAD1Service()
  16636.     {
  16637.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16638.         return $this->privates['.messenger.handler_descriptor.h1gRAD1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService()), []);
  16639.     }
  16640.     /**
  16641.      * Gets the private '.messenger.handler_descriptor.hq66vfV' shared service.
  16642.      *
  16643.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16644.      */
  16645.     protected function get_Messenger_HandlerDescriptor_Hq66vfVService()
  16646.     {
  16647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16648.         return $this->privates['.messenger.handler_descriptor.hq66vfV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()), []);
  16649.     }
  16650.     /**
  16651.      * Gets the private '.messenger.handler_descriptor.n5_pcyU' shared service.
  16652.      *
  16653.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16654.      */
  16655.     protected function get_Messenger_HandlerDescriptor_N5PcyUService()
  16656.     {
  16657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16658.         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()), []);
  16659.     }
  16660.     /**
  16661.      * Gets the private '.messenger.handler_descriptor.rvKU_JQ' shared service.
  16662.      *
  16663.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16664.      */
  16665.     protected function get_Messenger_HandlerDescriptor_RvKUJQService()
  16666.     {
  16667.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16668.         return $this->privates['.messenger.handler_descriptor.rvKU_JQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService()), []);
  16669.     }
  16670.     /**
  16671.      * Gets the private '.messenger.handler_descriptor.u_2ldqP' shared service.
  16672.      *
  16673.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16674.      */
  16675.     protected function get_Messenger_HandlerDescriptor_U2ldqPService()
  16676.     {
  16677.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16678.         return $this->privates['.messenger.handler_descriptor.u_2ldqP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), []);
  16679.     }
  16680.     /**
  16681.      * Gets the private '.messenger.handler_descriptor.vN2QjSm' shared service.
  16682.      *
  16683.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16684.      */
  16685.     protected function get_Messenger_HandlerDescriptor_VN2QjSmService()
  16686.     {
  16687.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16688.         return $this->privates['.messenger.handler_descriptor.vN2QjSm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService()), []);
  16689.     }
  16690.     /**
  16691.      * Gets the private '.messenger.handler_descriptor.vhvNn_P' shared service.
  16692.      *
  16693.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16694.      */
  16695.     protected function get_Messenger_HandlerDescriptor_VhvNnPService()
  16696.     {
  16697.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16698.         return $this->privates['.messenger.handler_descriptor.vhvNn_P'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService()), []);
  16699.     }
  16700.     /**
  16701.      * Gets the private '.messenger.handler_descriptor.wYSIMNj' shared service.
  16702.      *
  16703.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16704.      */
  16705.     protected function get_Messenger_HandlerDescriptor_WYSIMNjService()
  16706.     {
  16707.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16708.         return $this->privates['.messenger.handler_descriptor.wYSIMNj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService()), []);
  16709.     }
  16710.     /**
  16711.      * Gets the private '.messenger.handler_descriptor.yKXilMm' shared service.
  16712.      *
  16713.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16714.      */
  16715.     protected function get_Messenger_HandlerDescriptor_YKXilMmService()
  16716.     {
  16717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16718.         return $this->privates['.messenger.handler_descriptor.yKXilMm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService()), []);
  16719.     }
  16720.     /**
  16721.      * Gets the private '.messenger.handler_descriptor.z290ooz' shared service.
  16722.      *
  16723.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16724.      */
  16725.     protected function get_Messenger_HandlerDescriptor_Z290oozService()
  16726.     {
  16727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16728.         return $this->privates['.messenger.handler_descriptor.z290ooz'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService()), []);
  16729.     }
  16730.     /**
  16731.      * Gets the private '.messenger.handler_descriptor.zfOhFjq' shared service.
  16732.      *
  16733.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  16734.      */
  16735.     protected function get_Messenger_HandlerDescriptor_ZfOhFjqService()
  16736.     {
  16737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  16738.         return $this->privates['.messenger.handler_descriptor.zfOhFjq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService()), []);
  16739.     }
  16740.     /**
  16741.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  16742.      *
  16743.      * @return \Symfony\Component\Console\Command\LazyCommand
  16744.      */
  16745.     protected function get_Monolog_Command_ServerLog_LazyService()
  16746.     {
  16747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16749.         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 {
  16750.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  16751.         });
  16752.     }
  16753.     /**
  16754.      * Gets the private '.service_locator.73K_TWX' shared service.
  16755.      *
  16756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16757.      */
  16758.     protected function get_ServiceLocator_73KTWXService()
  16759.     {
  16760.         return $this->privates['.service_locator.73K_TWX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16761.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  16762.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  16763.             'kernel::reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  16764.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  16765.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  16766.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => ['privates''.service_locator.Q1m2WkM''get_ServiceLocator_Q1m2WkMService'false],
  16767.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  16768.             'kernel:reboot' => ['privates''.service_locator.N1ijGuF''get_ServiceLocator_N1ijGuFService'false],
  16769.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  16770.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  16771.         ], [
  16772.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController::index' => '?',
  16773.             'kernel::loadRoutes' => '?',
  16774.             'kernel::reboot' => '?',
  16775.             'kernel::registerContainerConfiguration' => '?',
  16776.             'kernel::terminate' => '?',
  16777.             'Shopware\\Core\\Framework\\Api\\Controller\\CacheController:index' => '?',
  16778.             'kernel:loadRoutes' => '?',
  16779.             'kernel:reboot' => '?',
  16780.             'kernel:registerContainerConfiguration' => '?',
  16781.             'kernel:terminate' => '?',
  16782.         ]);
  16783.     }
  16784.     /**
  16785.      * Gets the private '.service_locator.KfbR3DY' shared service.
  16786.      *
  16787.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16788.      */
  16789.     protected function get_ServiceLocator_KfbR3DYService()
  16790.     {
  16791.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16792.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Shopware\\Core\\Framework\\Api\\Route\\ApiRouteLoader", "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  16793.         ], [
  16794.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  16795.         ]);
  16796.     }
  16797.     /**
  16798.      * Gets the private '.service_locator.KfwZsne' shared service.
  16799.      *
  16800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16801.      */
  16802.     protected function get_ServiceLocator_KfwZsneService()
  16803.     {
  16804.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16805.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  16806.         ], [
  16807.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  16808.         ]);
  16809.     }
  16810.     /**
  16811.      * Gets the private '.service_locator.N1ijGuF' shared service.
  16812.      *
  16813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16814.      */
  16815.     protected function get_ServiceLocator_N1ijGuFService()
  16816.     {
  16817.         return $this->privates['.service_locator.N1ijGuF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16818.             'pluginLoader' => ['services''Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader''getKernelPluginLoaderService'false],
  16819.         ], [
  16820.             'pluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\KernelPluginLoader',
  16821.         ]);
  16822.     }
  16823.     /**
  16824.      * Gets the private '.service_locator.Q1m2WkM' shared service.
  16825.      *
  16826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16827.      */
  16828.     protected function get_ServiceLocator_Q1m2WkMService()
  16829.     {
  16830.         return $this->privates['.service_locator.Q1m2WkM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16831.             'dataBag' => ['privates''.errored..service_locator.Q1m2WkM.Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag'NULL'Cannot autowire service ".service_locator.Q1m2WkM": it references class "Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag" but no such service exists.'],
  16832.         ], [
  16833.             'dataBag' => 'Shopware\\Core\\Framework\\Validation\\DataBag\\RequestDataBag',
  16834.         ]);
  16835.     }
  16836.     /**
  16837.      * Gets the private '.service_locator.ltYzMMM' shared service.
  16838.      *
  16839.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16840.      */
  16841.     protected function get_ServiceLocator_LtYzMMMService()
  16842.     {
  16843.         return $this->privates['.service_locator.ltYzMMM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16844.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  16845.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  16846.         ], [
  16847.             'default' => '?',
  16848.             'messenger.transport.default' => '?',
  16849.         ]);
  16850.     }
  16851.     /**
  16852.      * Gets the private '.session.deprecated' shared service.
  16853.      *
  16854.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  16855.      */
  16856.     protected function get_Session_DeprecatedService()
  16857.     {
  16858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  16859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  16860.         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();
  16861.     }
  16862.     /**
  16863.      * Gets the private '.twig.command.debug.lazy' shared service.
  16864.      *
  16865.      * @return \Symfony\Component\Console\Command\LazyCommand
  16866.      */
  16867.     protected function get_Twig_Command_Debug_LazyService()
  16868.     {
  16869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16871.         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 {
  16872.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  16873.         });
  16874.     }
  16875.     /**
  16876.      * Gets the private '.twig.command.lint.lazy' shared service.
  16877.      *
  16878.      * @return \Symfony\Component\Console\Command\LazyCommand
  16879.      */
  16880.     protected function get_Twig_Command_Lint_LazyService()
  16881.     {
  16882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16884.         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 {
  16885.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  16886.         });
  16887.     }
  16888.     /**
  16889.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  16890.      *
  16891.      * @return \Symfony\Component\Console\Command\LazyCommand
  16892.      */
  16893.     protected function get_VarDumper_Command_ServerDump_LazyService()
  16894.     {
  16895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  16897.         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 {
  16898.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  16899.         });
  16900.     }
  16901.     /**
  16902.      * Gets the private 'NetInventors\NetiNextOrderFields\Service\OrderAttributes' shared service.
  16903.      *
  16904.      * @return \NetInventors\NetiNextOrderFields\Service\OrderAttributes
  16905.      */
  16906.     protected function getOrderAttributesService()
  16907.     {
  16908.         return $this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] = new \NetInventors\NetiNextOrderFields\Service\OrderAttributes(($this->services['neti_order_fields_order_attributes.repository'] ?? $this->getNetiOrderFieldsOrderAttributes_RepositoryService()), ($this->services['neti_order_fields_order_attributes_val.repository'] ?? $this->getNetiOrderFieldsOrderAttributesVal_RepositoryService()), ($this->services['neti_order_fields.repository'] ?? $this->getNetiOrderFields_RepositoryService()));
  16909.     }
  16910.     /**
  16911.      * Gets the private 'NetInventors\NetiNextOrderFields\Service\PluginConfig' shared service.
  16912.      *
  16913.      * @return \NetInventors\NetiNextOrderFields\Service\PluginConfig
  16914.      */
  16915.     protected function getPluginConfigService()
  16916.     {
  16917.         return $this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] = new \NetInventors\NetiNextOrderFields\Service\PluginConfig(($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16918.     }
  16919.     /**
  16920.      * Gets the private 'NetInventors\NetiNextOrderFields\Subscriber\Checkout' shared service.
  16921.      *
  16922.      * @return \NetInventors\NetiNextOrderFields\Subscriber\Checkout
  16923.      */
  16924.     protected function getCheckoutService()
  16925.     {
  16926.         include_once \dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Subscriber/Checkout.php';
  16927.         return $this->privates['NetInventors\\NetiNextOrderFields\\Subscriber\\Checkout'] = new \NetInventors\NetiNextOrderFields\Subscriber\Checkout(($this->services['neti_order_fields.repository'] ?? $this->getNetiOrderFields_RepositoryService()), ($this->services['neti_order_fields_order_attributes.repository'] ?? $this->getNetiOrderFieldsOrderAttributes_RepositoryService()), ($this->services['neti_order_fields_order_attributes_val.repository'] ?? $this->getNetiOrderFieldsOrderAttributesVal_RepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\OrderAttributes'] ?? $this->getOrderAttributesService()), ($this->privates['NetInventors\\NetiNextOrderFields\\Service\\PluginConfig'] ?? $this->getPluginConfigService()));
  16928.     }
  16929.     /**
  16930.      * Gets the private 'Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber' shared service.
  16931.      *
  16932.      * @return \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber
  16933.      */
  16934.     protected function getSalesChannelUserConfigSubscriberService()
  16935.     {
  16936.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/System/SalesChannel/Subscriber/SalesChannelUserConfigSubscriber.php';
  16937.         return $this->privates['Shopware\\Administration\\System\\SalesChannel\\Subscriber\\SalesChannelUserConfigSubscriber'] = new \Shopware\Administration\System\SalesChannel\Subscriber\SalesChannelUserConfigSubscriber(($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService()));
  16938.     }
  16939.     /**
  16940.      * Gets the private 'Shopware\Core\Checkout\Cart\Address\AddressValidator' shared service.
  16941.      *
  16942.      * @return \Shopware\Core\Checkout\Cart\Address\AddressValidator
  16943.      */
  16944.     protected function getAddressValidatorService()
  16945.     {
  16946.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValidatorInterface.php';
  16947.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Address/AddressValidator.php';
  16948.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] = new \Shopware\Core\Checkout\Cart\Address\AddressValidator(($this->services['country.repository'] ?? $this->getCountry_RepositoryService()));
  16949.     }
  16950.     /**
  16951.      * Gets the private 'Shopware\Core\Checkout\Cart\CartCalculator' shared service.
  16952.      *
  16953.      * @return \Shopware\Core\Checkout\Cart\CartCalculator
  16954.      */
  16955.     protected function getCartCalculatorService()
  16956.     {
  16957.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] = new \Shopware\Core\Checkout\Cart\CartCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()));
  16958.     }
  16959.     /**
  16960.      * Gets the private 'Shopware\Core\Checkout\Cart\CartPersister' shared service.
  16961.      *
  16962.      * @return \Shopware\Core\Checkout\Cart\CartPersister
  16963.      */
  16964.     protected function getCartPersisterService()
  16965.     {
  16966.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  16967.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16968.         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);
  16969.     }
  16970.     /**
  16971.      * Gets the private 'Shopware\Core\Checkout\Cart\CartRuleLoader' shared service.
  16972.      *
  16973.      * @return \Shopware\Core\Checkout\Cart\CartRuleLoader
  16974.      */
  16975.     protected function getCartRuleLoaderService()
  16976.     {
  16977.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  16978.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] = new \Shopware\Core\Checkout\Cart\CartRuleLoader(($this->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? $this->getCartPersisterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] ?? $this->getProcessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a, new \Shopware\Core\Checkout\Cart\CachedRuleLoader(new \Shopware\Core\Checkout\Cart\RuleLoader(($this->services['rule.repository'] ?? $this->getRule_RepositoryService())), $a), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\TaxDetector'] = new \Shopware\Core\Checkout\Cart\Tax\TaxDetector())), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16979.     }
  16980.     /**
  16981.      * Gets the private 'Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler' shared service.
  16982.      *
  16983.      * @return \Shopware\Core\Checkout\Cart\Cleanup\CleanupCartTaskHandler
  16984.      */
  16985.     protected function getCleanupCartTaskHandlerService()
  16986.     {
  16987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Cleanup/CleanupCartTaskHandler.php';
  16988.         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);
  16989.     }
  16990.     /**
  16991.      * Gets the private 'Shopware\Core\Checkout\Cart\Command\CartMigrateCommand' shared service.
  16992.      *
  16993.      * @return \Shopware\Core\Checkout\Cart\Command\CartMigrateCommand
  16994.      */
  16995.     protected function getCartMigrateCommandService()
  16996.     {
  16997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16998.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  16999.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Command/CartMigrateCommand.php';
  17000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/RedisConnectionFactory.php';
  17001.         $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')));
  17002.         $instance->setName('cart:migrate');
  17003.         return $instance;
  17004.     }
  17005.     /**
  17006.      * Gets the private 'Shopware\Core\Checkout\Cart\CreditCartProcessor' shared service.
  17007.      *
  17008.      * @return \Shopware\Core\Checkout\Cart\CreditCartProcessor
  17009.      */
  17010.     protected function getCreditCartProcessorService()
  17011.     {
  17012.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17013.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CreditCartProcessor.php';
  17014.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] = new \Shopware\Core\Checkout\Cart\CreditCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AbsolutePriceCalculator'] ?? $this->getAbsolutePriceCalculatorService()));
  17015.     }
  17016.     /**
  17017.      * Gets the private 'Shopware\Core\Checkout\Cart\CustomCartProcessor' shared service.
  17018.      *
  17019.      * @return \Shopware\Core\Checkout\Cart\CustomCartProcessor
  17020.      */
  17021.     protected function getCustomCartProcessorService()
  17022.     {
  17023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17024.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  17025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CustomCartProcessor.php';
  17026.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] = new \Shopware\Core\Checkout\Cart\CustomCartProcessor(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()));
  17027.     }
  17028.     /**
  17029.      * Gets the private 'Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor' shared service.
  17030.      *
  17031.      * @return \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor
  17032.      */
  17033.     protected function getDeliveryProcessorService()
  17034.     {
  17035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  17037.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryProcessor.php';
  17038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryBuilder.php';
  17039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Delivery/DeliveryCalculator.php';
  17040.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor(new \Shopware\Core\Checkout\Cart\Delivery\DeliveryBuilder(), new \Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator(($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\QuantityPriceCalculator'] ?? $this->getQuantityPriceCalculatorService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Tax\\PercentageTaxRuleBuilder'] = new \Shopware\Core\Checkout\Cart\Tax\PercentageTaxRuleBuilder()))), ($this->services['shipping_method.repository'] ?? $this->getShippingMethod_RepositoryService()));
  17041.     }
  17042.     /**
  17043.      * Gets the private 'Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper' shared service.
  17044.      *
  17045.      * @return \Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper
  17046.      */
  17047.     protected function getCartFacadeHelperService()
  17048.     {
  17049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Facade/CartFacadeHelper.php';
  17050.         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()));
  17051.     }
  17052.     /**
  17053.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory' shared service.
  17054.      *
  17055.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CreditLineItemFactory
  17056.      */
  17057.     protected function getCreditLineItemFactoryService()
  17058.     {
  17059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CreditLineItemFactory.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  17062.         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()));
  17063.     }
  17064.     /**
  17065.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory' shared service.
  17066.      *
  17067.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\CustomLineItemFactory
  17068.      */
  17069.     protected function getCustomLineItemFactoryService()
  17070.     {
  17071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  17072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/CustomLineItemFactory.php';
  17073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  17074.         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()));
  17075.     }
  17076.     /**
  17077.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory' shared service.
  17078.      *
  17079.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\ProductLineItemFactory
  17080.      */
  17081.     protected function getProductLineItemFactoryService()
  17082.     {
  17083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/LineItemFactoryInterface.php';
  17084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItemFactoryHandler/ProductLineItemFactory.php';
  17085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/PriceDefinitionFactory.php';
  17086.         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())));
  17087.     }
  17088.     /**
  17089.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItemFactoryRegistry' shared service.
  17090.      *
  17091.      * @return \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry
  17092.      */
  17093.     protected function getLineItemFactoryRegistryService()
  17094.     {
  17095.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () {
  17096.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? $this->getProductLineItemFactoryService());
  17097.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\PromotionLineItemFactory'] = new \Shopware\Core\Checkout\Cart\LineItemFactoryHandler\PromotionLineItemFactory()));
  17098.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CreditLineItemFactory'] ?? $this->getCreditLineItemFactoryService());
  17099.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\CustomLineItemFactory'] ?? $this->getCustomLineItemFactoryService());
  17100.         }, 4), ($this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] ?? $this->getDataValidatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17101.     }
  17102.     /**
  17103.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder' shared service.
  17104.      *
  17105.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder
  17106.      */
  17107.     protected function getLineItemGroupBuilderService()
  17108.     {
  17109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupBuilder.php';
  17110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupRuleMatcherInterface.php';
  17111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleMatcher.php';
  17112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AbstractAnyRuleLineItemMatcher.php';
  17113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/RulesMatcher/AnyRuleLineItemMatcher.php';
  17114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/AbstractProductLineItemProvider.php';
  17115.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/ProductLineItemProvider.php';
  17116.         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());
  17117.     }
  17118.     /**
  17119.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry' shared service.
  17120.      *
  17121.      * @return \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry
  17122.      */
  17123.     protected function getLineItemGroupServiceRegistryService()
  17124.     {
  17125.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/Group/LineItemGroupServiceRegistry.php';
  17126.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupServiceRegistry'] = new \Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupServiceRegistry(new RewindableGenerator(function () {
  17127.             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()));
  17128.             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()));
  17129.             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()));
  17130.         }, 3), new RewindableGenerator(function () {
  17131.             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()));
  17132.             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()));
  17133.         }, 2));
  17134.     }
  17135.     /**
  17136.      * Gets the private 'Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter' shared service.
  17137.      *
  17138.      * @return \Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter
  17139.      */
  17140.     protected function getLineItemQuantitySplitterService()
  17141.     {
  17142.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/LineItem/LineItemQuantitySplitter.php';
  17143.         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()));
  17144.     }
  17145.     /**
  17146.      * Gets the private 'Shopware\Core\Checkout\Cart\Order\OrderConverter' shared service.
  17147.      *
  17148.      * @return \Shopware\Core\Checkout\Cart\Order\OrderConverter
  17149.      */
  17150.     protected function getOrderConverterService()
  17151.     {
  17152.         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()));
  17153.     }
  17154.     /**
  17155.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator' shared service.
  17156.      *
  17157.      * @return \Shopware\Core\Checkout\Cart\Price\AbsolutePriceCalculator
  17158.      */
  17159.     protected function getAbsolutePriceCalculatorService()
  17160.     {
  17161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/AbsolutePriceCalculator.php';
  17162.         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())));
  17163.     }
  17164.     /**
  17165.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\AmountCalculator' shared service.
  17166.      *
  17167.      * @return \Shopware\Core\Checkout\Cart\Price\AmountCalculator
  17168.      */
  17169.     protected function getAmountCalculatorService()
  17170.     {
  17171.         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())));
  17172.     }
  17173.     /**
  17174.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator' shared service.
  17175.      *
  17176.      * @return \Shopware\Core\Checkout\Cart\Price\CurrencyPriceCalculator
  17177.      */
  17178.     protected function getCurrencyPriceCalculatorService()
  17179.     {
  17180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/CurrencyPriceCalculator.php';
  17181.         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())));
  17182.     }
  17183.     /**
  17184.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator' shared service.
  17185.      *
  17186.      * @return \Shopware\Core\Checkout\Cart\Price\GrossPriceCalculator
  17187.      */
  17188.     protected function getGrossPriceCalculatorService()
  17189.     {
  17190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/GrossPriceCalculator.php';
  17191.         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())));
  17192.     }
  17193.     /**
  17194.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\NetPriceCalculator' shared service.
  17195.      *
  17196.      * @return \Shopware\Core\Checkout\Cart\Price\NetPriceCalculator
  17197.      */
  17198.     protected function getNetPriceCalculatorService()
  17199.     {
  17200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/NetPriceCalculator.php';
  17201.         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())));
  17202.     }
  17203.     /**
  17204.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator' shared service.
  17205.      *
  17206.      * @return \Shopware\Core\Checkout\Cart\Price\PercentagePriceCalculator
  17207.      */
  17208.     protected function getPercentagePriceCalculatorService()
  17209.     {
  17210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/PercentagePriceCalculator.php';
  17211.         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())));
  17212.     }
  17213.     /**
  17214.      * Gets the private 'Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator' shared service.
  17215.      *
  17216.      * @return \Shopware\Core\Checkout\Cart\Price\QuantityPriceCalculator
  17217.      */
  17218.     protected function getQuantityPriceCalculatorService()
  17219.     {
  17220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Price/QuantityPriceCalculator.php';
  17221.         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()));
  17222.     }
  17223.     /**
  17224.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor' shared service.
  17225.      *
  17226.      * @return \Shopware\Core\Checkout\Cart\Processor
  17227.      */
  17228.     protected function getProcessorService()
  17229.     {
  17230.         return $this->privates['Shopware\\Core\\Checkout\\Cart\\Processor'] = new \Shopware\Core\Checkout\Cart\Processor(new \Shopware\Core\Checkout\Cart\Validator(new RewindableGenerator(function () {
  17231.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryValidator'] = new \Shopware\Core\Checkout\Cart\Delivery\DeliveryValidator()));
  17232.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemValidator'] = new \Shopware\Core\Checkout\Cart\LineItem\LineItemValidator()));
  17233.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? $this->getAddressValidatorService());
  17234.             yield => ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\Cart\PaymentMethodValidator()));
  17235.             yield => ($this->privates['0'] ?? ($this->privates['0'] = new \Swag\Security\Fixes\NEXT23325\ProductLineItemValidator()));
  17236.         }, 5)), ($this->privates['Shopware\\Core\\Checkout\\Cart\\Price\\AmountCalculator'] ?? $this->getAmountCalculatorService()), new \Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor(), new RewindableGenerator(function () {
  17237.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  17238.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionProcessor'] ?? $this->getPromotionProcessorService());
  17239.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  17240.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\ContainerCartProcessor'] ?? $this->getContainerCartProcessorService());
  17241.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Processor\\DiscountCartProcessor'] ?? $this->getDiscountCartProcessorService());
  17242.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CreditCartProcessor'] ?? $this->getCreditCartProcessorService());
  17243.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  17244.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionDeliveryProcessor'] ?? $this->getPromotionDeliveryProcessorService());
  17245.         }, 8), new RewindableGenerator(function () {
  17246.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductCartProcessor'] ?? $this->getProductCartProcessorService());
  17247.             yield => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\PromotionCollector'] ?? $this->getPromotionCollectorService());
  17248.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? $this->getCustomCartProcessorService());
  17249.             yield => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Delivery\\DeliveryProcessor'] ?? $this->getDeliveryProcessorService());
  17250.         }, 4), ($this->services['Shopware\\Core\\Framework\\Script\\Execution\\ScriptExecutor'] ?? $this->getScriptExecutorService()));
  17251.     }
  17252.     /**
  17253.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor' shared service.
  17254.      *
  17255.      * @return \Shopware\Core\Checkout\Cart\Processor\ContainerCartProcessor
  17256.      */
  17257.     protected function getContainerCartProcessorService()
  17258.     {
  17259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/ContainerCartProcessor.php';
  17261.         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()));
  17262.     }
  17263.     /**
  17264.      * Gets the private 'Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor' shared service.
  17265.      *
  17266.      * @return \Shopware\Core\Checkout\Cart\Processor\DiscountCartProcessor
  17267.      */
  17268.     protected function getDiscountCartProcessorService()
  17269.     {
  17270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/Processor/DiscountCartProcessor.php';
  17272.         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()));
  17273.     }
  17274.     /**
  17275.      * Gets the private 'Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand' shared service.
  17276.      *
  17277.      * @return \Shopware\Core\Checkout\Customer\Command\DeleteUnusedGuestCustomersCommand
  17278.      */
  17279.     protected function getDeleteUnusedGuestCustomersCommandService()
  17280.     {
  17281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Command/DeleteUnusedGuestCustomersCommand.php';
  17283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DeleteUnusedGuestCustomerService.php';
  17284.         $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())));
  17285.         $instance->setName('customer:delete-unused-guests');
  17286.         return $instance;
  17287.     }
  17288.     /**
  17289.      * Gets the private 'Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer' shared service.
  17290.      *
  17291.      * @return \Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer
  17292.      */
  17293.     protected function getCustomerIndexerService()
  17294.     {
  17295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  17296.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/DataAbstractionLayer/CustomerIndexer.php';
  17297.         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()));
  17298.     }
  17299.     /**
  17300.      * Gets the private 'Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier' shared service.
  17301.      *
  17302.      * @return \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier
  17303.      */
  17304.     protected function getLegacyPasswordVerifierService()
  17305.     {
  17306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Password/LegacyPasswordVerifier.php';
  17307.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Password\\LegacyPasswordVerifier'] = new \Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier(new RewindableGenerator(function () {
  17308.             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()));
  17309.             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()));
  17310.         }, 2));
  17311.     }
  17312.     /**
  17313.      * Gets the private 'Shopware\Core\Checkout\Customer\SalesChannel\AccountService' shared service.
  17314.      *
  17315.      * @return \Shopware\Core\Checkout\Customer\SalesChannel\AccountService
  17316.      */
  17317.     protected function getAccountServiceService()
  17318.     {
  17319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/SalesChannel/AccountService.php';
  17320.         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()));
  17321.     }
  17322.     /**
  17323.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber' shared service.
  17324.      *
  17325.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber
  17326.      */
  17327.     protected function getCustomerBeforeDeleteSubscriberService()
  17328.     {
  17329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php';
  17330.         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()));
  17331.     }
  17332.     /**
  17333.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber' shared service.
  17334.      *
  17335.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber
  17336.      */
  17337.     protected function getCustomerChangePasswordSubscriberService()
  17338.     {
  17339.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php';
  17340.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerChangePasswordSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerChangePasswordSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17341.     }
  17342.     /**
  17343.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber' shared service.
  17344.      *
  17345.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber
  17346.      */
  17347.     protected function getCustomerDefaultSalutationSubscriberService()
  17348.     {
  17349.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerDefaultSalutationSubscriber.php';
  17350.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerDefaultSalutationSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerDefaultSalutationSubscriber(($this->services['salutation.repository'] ?? $this->getSalutation_RepositoryService()));
  17351.     }
  17352.     /**
  17353.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber' shared service.
  17354.      *
  17355.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber
  17356.      */
  17357.     protected function getCustomerFlowEventsSubscriberService()
  17358.     {
  17359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriber.php';
  17360.         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()));
  17361.     }
  17362.     /**
  17363.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber' shared service.
  17364.      *
  17365.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerGroupSubscriber
  17366.      */
  17367.     protected function getCustomerGroupSubscriberService()
  17368.     {
  17369.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerGroupSubscriber.php';
  17370.         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()));
  17371.     }
  17372.     /**
  17373.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber' shared service.
  17374.      *
  17375.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber
  17376.      */
  17377.     protected function getCustomerMetaFieldSubscriberService()
  17378.     {
  17379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php';
  17380.         return $this->privates['Shopware\\Core\\Checkout\\Customer\\Subscriber\\CustomerMetaFieldSubscriber'] = new \Shopware\Core\Checkout\Customer\Subscriber\CustomerMetaFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17381.     }
  17382.     /**
  17383.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber' shared service.
  17384.      *
  17385.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerRemoteAddressSubscriber
  17386.      */
  17387.     protected function getCustomerRemoteAddressSubscriberService()
  17388.     {
  17389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php';
  17390.         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())));
  17391.     }
  17392.     /**
  17393.      * Gets the private 'Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber' shared service.
  17394.      *
  17395.      * @return \Shopware\Core\Checkout\Customer\Subscriber\CustomerTokenSubscriber
  17396.      */
  17397.     protected function getCustomerTokenSubscriberService()
  17398.     {
  17399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php';
  17400.         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())));
  17401.     }
  17402.     /**
  17403.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory' shared service.
  17404.      *
  17405.      * @return \Shopware\Core\Checkout\Customer\Validation\AddressValidationFactory
  17406.      */
  17407.     protected function getAddressValidationFactoryService()
  17408.     {
  17409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  17410.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/AddressValidationFactory.php';
  17411.         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()));
  17412.     }
  17413.     /**
  17414.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator' shared service.
  17415.      *
  17416.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerEmailUniqueValidator
  17417.      */
  17418.     protected function getCustomerEmailUniqueValidatorService()
  17419.     {
  17420.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17421.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17422.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerEmailUniqueValidator.php';
  17423.         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()));
  17424.     }
  17425.     /**
  17426.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator' shared service.
  17427.      *
  17428.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerPasswordMatchesValidator
  17429.      */
  17430.     protected function getCustomerPasswordMatchesValidatorService()
  17431.     {
  17432.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17433.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17434.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerPasswordMatchesValidator.php';
  17435.         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()));
  17436.     }
  17437.     /**
  17438.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator' shared service.
  17439.      *
  17440.      * @return \Shopware\Core\Checkout\Customer\Validation\Constraint\CustomerVatIdentificationValidator
  17441.      */
  17442.     protected function getCustomerVatIdentificationValidatorService()
  17443.     {
  17444.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17445.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17446.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/Constraint/CustomerVatIdentificationValidator.php';
  17447.         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()));
  17448.     }
  17449.     /**
  17450.      * Gets the private 'Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory' shared service.
  17451.      *
  17452.      * @return \Shopware\Core\Checkout\Customer\Validation\CustomerProfileValidationFactory
  17453.      */
  17454.     protected function getCustomerProfileValidationFactoryService()
  17455.     {
  17456.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  17457.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/Validation/CustomerProfileValidationFactory.php';
  17458.         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()));
  17459.     }
  17460.     /**
  17461.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator' shared service.
  17462.      *
  17463.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\CreditNoteGenerator
  17464.      */
  17465.     protected function getCreditNoteGeneratorService()
  17466.     {
  17467.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  17468.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/CreditNoteGenerator.php';
  17469.         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));
  17470.     }
  17471.     /**
  17472.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator' shared service.
  17473.      *
  17474.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DeliveryNoteGenerator
  17475.      */
  17476.     protected function getDeliveryNoteGeneratorService()
  17477.     {
  17478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  17479.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DeliveryNoteGenerator.php';
  17480.         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));
  17481.     }
  17482.     /**
  17483.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry' shared service.
  17484.      *
  17485.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry
  17486.      */
  17487.     protected function getDocumentGeneratorRegistryService()
  17488.     {
  17489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorRegistry.php';
  17490.         return $this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DocumentGeneratorRegistry'] = new \Shopware\Core\Checkout\Document\DocumentGenerator\DocumentGeneratorRegistry(new RewindableGenerator(function () {
  17491.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\InvoiceGenerator'] ?? $this->getInvoiceGeneratorService());
  17492.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\DeliveryNoteGenerator'] ?? $this->getDeliveryNoteGeneratorService());
  17493.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\StornoGenerator'] ?? $this->getStornoGeneratorService());
  17494.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\DocumentGenerator\\CreditNoteGenerator'] ?? $this->getCreditNoteGeneratorService());
  17495.         }, 4));
  17496.     }
  17497.     /**
  17498.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator' shared service.
  17499.      *
  17500.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\InvoiceGenerator
  17501.      */
  17502.     protected function getInvoiceGeneratorService()
  17503.     {
  17504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  17505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/InvoiceGenerator.php';
  17506.         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));
  17507.     }
  17508.     /**
  17509.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator' shared service.
  17510.      *
  17511.      * @return \Shopware\Core\Checkout\Document\DocumentGenerator\StornoGenerator
  17512.      */
  17513.     protected function getStornoGeneratorService()
  17514.     {
  17515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/DocumentGeneratorInterface.php';
  17516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentGenerator/StornoGenerator.php';
  17517.         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));
  17518.     }
  17519.     /**
  17520.      * Gets the private 'Shopware\Core\Checkout\Document\DocumentService' shared service.
  17521.      *
  17522.      * @return \Shopware\Core\Checkout\Document\DocumentService
  17523.      */
  17524.     protected function getDocumentServiceService()
  17525.     {
  17526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/DocumentService.php';
  17527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/FileGenerator/FileGeneratorRegistry.php';
  17528.         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 () {
  17529.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] ?? ($this->privates['Shopware\\Core\\Checkout\\Document\\FileGenerator\\PdfGenerator'] = new \Shopware\Core\Checkout\Document\FileGenerator\PdfGenerator()));
  17530.         }, 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()));
  17531.     }
  17532.     /**
  17533.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer' shared service.
  17534.      *
  17535.      * @return \Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer
  17536.      */
  17537.     protected function getCreditNoteRendererService()
  17538.     {
  17539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  17540.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/CreditNoteRenderer.php';
  17541.         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()));
  17542.     }
  17543.     /**
  17544.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer' shared service.
  17545.      *
  17546.      * @return \Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer
  17547.      */
  17548.     protected function getDeliveryNoteRendererService()
  17549.     {
  17550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  17551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DeliveryNoteRenderer.php';
  17552.         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()));
  17553.     }
  17554.     /**
  17555.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer' shared service.
  17556.      *
  17557.      * @return \Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer
  17558.      */
  17559.     protected function getInvoiceRendererService()
  17560.     {
  17561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  17562.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/InvoiceRenderer.php';
  17563.         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()));
  17564.     }
  17565.     /**
  17566.      * Gets the private 'Shopware\Core\Checkout\Document\Renderer\StornoRenderer' shared service.
  17567.      *
  17568.      * @return \Shopware\Core\Checkout\Document\Renderer\StornoRenderer
  17569.      */
  17570.     protected function getStornoRendererService()
  17571.     {
  17572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/AbstractDocumentRenderer.php';
  17573.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/StornoRenderer.php';
  17574.         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()));
  17575.     }
  17576.     /**
  17577.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentConfigLoader' shared service.
  17578.      *
  17579.      * @return \Shopware\Core\Checkout\Document\Service\DocumentConfigLoader
  17580.      */
  17581.     protected function getDocumentConfigLoaderService()
  17582.     {
  17583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentConfigLoader.php';
  17584.         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()));
  17585.     }
  17586.     /**
  17587.      * Gets the private 'Shopware\Core\Checkout\Document\Service\DocumentGenerator' shared service.
  17588.      *
  17589.      * @return \Shopware\Core\Checkout\Document\Service\DocumentGenerator
  17590.      */
  17591.     protected function getDocumentGeneratorService()
  17592.     {
  17593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/DocumentGenerator.php';
  17594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Renderer/DocumentRendererRegistry.php';
  17595.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/PdfRenderer.php';
  17596.         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 () {
  17597.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\InvoiceRenderer'] ?? $this->getInvoiceRendererService());
  17598.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\DeliveryNoteRenderer'] ?? $this->getDeliveryNoteRendererService());
  17599.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\StornoRenderer'] ?? $this->getStornoRendererService());
  17600.             yield => ($this->privates['Shopware\\Core\\Checkout\\Document\\Renderer\\CreditNoteRenderer'] ?? $this->getCreditNoteRendererService());
  17601.         }, 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()));
  17602.     }
  17603.     /**
  17604.      * Gets the private 'Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader' shared service.
  17605.      *
  17606.      * @return \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader
  17607.      */
  17608.     protected function getReferenceInvoiceLoaderService()
  17609.     {
  17610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Service/ReferenceInvoiceLoader.php';
  17611.         return $this->privates['Shopware\\Core\\Checkout\\Document\\Service\\ReferenceInvoiceLoader'] = new \Shopware\Core\Checkout\Document\Service\ReferenceInvoiceLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17612.     }
  17613.     /**
  17614.      * Gets the private 'Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer' shared service.
  17615.      *
  17616.      * @return \Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer
  17617.      */
  17618.     protected function getDocumentTemplateRendererService()
  17619.     {
  17620.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Document/Twig/DocumentTemplateRenderer.php';
  17621.         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()));
  17622.     }
  17623.     /**
  17624.      * Gets the private 'Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler' shared service.
  17625.      *
  17626.      * @return \Shopware\Core\Checkout\Order\Aggregate\OrderTransaction\OrderTransactionStateHandler
  17627.      */
  17628.     protected function getOrderTransactionStateHandlerService()
  17629.     {
  17630.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php';
  17631.         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()));
  17632.     }
  17633.     /**
  17634.      * Gets the private 'Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener' shared service.
  17635.      *
  17636.      * @return \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener
  17637.      */
  17638.     protected function getOrderStateChangeEventListenerService()
  17639.     {
  17640.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Listener/OrderStateChangeEventListener.php';
  17641.         return $this->privates['Shopware\\Core\\Checkout\\Order\\Listener\\OrderStateChangeEventListener'] = new \Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener(($this->services['order.repository'] ?? $this->getOrder_RepositoryService()), ($this->services['order_transaction.repository'] ?? $this->getOrderTransaction_RepositoryService()), ($this->services['order_delivery.repository'] ?? $this->getOrderDelivery_RepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Shopware\\Core\\Framework\\Event\\BusinessEventCollector'] ?? $this->getBusinessEventCollectorService()), ($this->services['state_machine_state.repository'] ?? $this->getStateMachineState_RepositoryService()), ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextRestorer'] ?? $this->getSalesChannelContextRestorerService()));
  17642.     }
  17643.     /**
  17644.      * Gets the private 'Shopware\Core\Checkout\Order\SalesChannel\OrderService' shared service.
  17645.      *
  17646.      * @return \Shopware\Core\Checkout\Order\SalesChannel\OrderService
  17647.      */
  17648.     protected function getOrderServiceService()
  17649.     {
  17650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/SalesChannel/OrderService.php';
  17651.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Validation/DataValidationFactoryInterface.php';
  17652.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Order/Validation/OrderValidationFactory.php';
  17653.         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()));
  17654.     }
  17655.     /**
  17656.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment' shared service.
  17657.      *
  17658.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\CashPayment
  17659.      */
  17660.     protected function getCashPaymentService()
  17661.     {
  17662.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  17663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  17664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  17665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/CashPayment.php';
  17666.         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()));
  17667.     }
  17668.     /**
  17669.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment' shared service.
  17670.      *
  17671.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DebitPayment
  17672.      */
  17673.     protected function getDebitPaymentService()
  17674.     {
  17675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  17676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  17677.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  17678.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DebitPayment.php';
  17679.         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()));
  17680.     }
  17681.     /**
  17682.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment' shared service.
  17683.      *
  17684.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\DefaultPayment
  17685.      */
  17686.     protected function getDefaultPaymentService()
  17687.     {
  17688.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  17689.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  17690.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  17691.         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()));
  17692.     }
  17693.     /**
  17694.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment' shared service.
  17695.      *
  17696.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\InvoicePayment
  17697.      */
  17698.     protected function getInvoicePaymentService()
  17699.     {
  17700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  17701.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  17702.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  17703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/InvoicePayment.php';
  17704.         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()));
  17705.     }
  17706.     /**
  17707.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry' shared service.
  17708.      *
  17709.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry
  17710.      */
  17711.     protected function getPaymentHandlerRegistryService()
  17712.     {
  17713.         $a = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17714.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler''getAppPaymentHandlerService'false],
  17715.         ], [
  17716.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler',
  17717.         ]);
  17718.         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, [
  17719.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment''getCashPaymentService'false],
  17720.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment''getDebitPaymentService'false],
  17721.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment''getDefaultPaymentService'false],
  17722.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment''getInvoicePaymentService'false],
  17723.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => ['privates''Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment''getPrePaymentService'false],
  17724.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler''getAppSyncPaymentHandlerService'false],
  17725.         ], [
  17726.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment',
  17727.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment',
  17728.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment',
  17729.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment',
  17730.             'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment' => 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment',
  17731.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppSyncPaymentHandler',
  17732.         ]), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17733.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => ['privates''Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler''getAppAsyncPaymentHandlerService'false],
  17734.         ], [
  17735.             'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler' => 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppAsyncPaymentHandler',
  17736.         ]), $a$a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17737.     }
  17738.     /**
  17739.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment' shared service.
  17740.      *
  17741.      * @return \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PrePayment
  17742.      */
  17743.     protected function getPrePaymentService()
  17744.     {
  17745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  17746.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  17747.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/DefaultPayment.php';
  17748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PrePayment.php';
  17749.         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()));
  17750.     }
  17751.     /**
  17752.      * Gets the private 'Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2' shared service.
  17753.      *
  17754.      * @return \Shopware\Core\Checkout\Payment\Cart\Token\JWTFactoryV2
  17755.      */
  17756.     protected function getJWTFactoryV2Service()
  17757.     {
  17758.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/TokenFactoryInterfaceV2.php';
  17759.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php';
  17760.         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()));
  17761.     }
  17762.     /**
  17763.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer' shared service.
  17764.      *
  17765.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer
  17766.      */
  17767.     protected function getPaymentMethodIndexerService()
  17768.     {
  17769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  17770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodIndexer.php';
  17771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentDistinguishableNameGenerator.php';
  17772.         $a = ($this->services['payment_method.repository'] ?? $this->getPaymentMethod_RepositoryService());
  17773.         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));
  17774.     }
  17775.     /**
  17776.      * Gets the private 'Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator' shared service.
  17777.      *
  17778.      * @return \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator
  17779.      */
  17780.     protected function getPaymentMethodValidator2Service()
  17781.     {
  17782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/DataAbstractionLayer/PaymentMethodValidator.php';
  17783.         return $this->privates['Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodValidator'] = new \Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17784.     }
  17785.     /**
  17786.      * Gets the private 'Shopware\Core\Checkout\Payment\PaymentService' shared service.
  17787.      *
  17788.      * @return \Shopware\Core\Checkout\Payment\PaymentService
  17789.      */
  17790.     protected function getPaymentServiceService()
  17791.     {
  17792.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/PaymentService.php';
  17793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php';
  17794.         $a = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\Token\\JWTFactoryV2'] ?? $this->getJWTFactoryV2Service());
  17795.         $b = ($this->services['order.repository'] ?? $this->getOrder_RepositoryService());
  17796.         $c = ($this->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? $this->getPaymentHandlerRegistryService());
  17797.         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()));
  17798.     }
  17799.     /**
  17800.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry' shared service.
  17801.      *
  17802.      * @return \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry
  17803.      */
  17804.     protected function getFilterServiceRegistryService()
  17805.     {
  17806.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/FilterServiceRegistry.php';
  17807.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] = new \Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\FilterServiceRegistry(new RewindableGenerator(function () {
  17808.             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()));
  17809.             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()));
  17810.         }, 2), new RewindableGenerator(function () {
  17811.             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()));
  17812.             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()));
  17813.         }, 2));
  17814.     }
  17815.     /**
  17816.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionCollector' shared service.
  17817.      *
  17818.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionCollector
  17819.      */
  17820.     protected function getPromotionCollectorService()
  17821.     {
  17822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  17823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  17824.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCollector.php';
  17825.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGatewayInterface.php';
  17826.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Gateway/PromotionGateway.php';
  17827.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeServiceInterface.php';
  17828.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Service/PromotionDateTimeService.php';
  17829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  17830.         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()));
  17831.     }
  17832.     /**
  17833.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor' shared service.
  17834.      *
  17835.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor
  17836.      */
  17837.     protected function getPromotionDeliveryProcessorService()
  17838.     {
  17839.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17840.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryProcessor.php';
  17841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  17842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionDeliveryCalculator.php';
  17843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionItemBuilder.php';
  17844.         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()));
  17845.     }
  17846.     /**
  17847.      * Gets the private 'Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor' shared service.
  17848.      *
  17849.      * @return \Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor
  17850.      */
  17851.     protected function getPromotionProcessorService()
  17852.     {
  17853.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  17854.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionProcessor.php';
  17855.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCartInformationTrait.php';
  17856.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/PromotionCalculator.php';
  17857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Composition/DiscountCompositionBuilder.php';
  17858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/PackageFilter.php';
  17859.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageFilter.php';
  17860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackagePicker.php';
  17861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/SetGroupScopeFilter.php';
  17862.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/Filter/AdvancedPackageRules.php';
  17863.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/DiscountPackager.php';
  17864.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/CartScopeDiscountPackager.php';
  17865.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetGroupScopeDiscountPackager.php';
  17866.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Cart/Discount/ScopePackager/SetScopeDiscountPackager.php';
  17867.         $a = ($this->privates['Shopware\\Core\\Checkout\\Cart\\LineItem\\Group\\LineItemGroupBuilder'] ?? $this->getLineItemGroupBuilderService());
  17868.         $b = ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Cart\\Discount\\Filter\\FilterServiceRegistry'] ?? $this->getFilterServiceRegistryService());
  17869.         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);
  17870.     }
  17871.     /**
  17872.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer' shared service.
  17873.      *
  17874.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer
  17875.      */
  17876.     protected function getPromotionIndexerService()
  17877.     {
  17878.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  17879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionIndexer.php';
  17880.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionExclusionUpdater.php';
  17881.         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()));
  17882.     }
  17883.     /**
  17884.      * Gets the private 'Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater' shared service.
  17885.      *
  17886.      * @return \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater
  17887.      */
  17888.     protected function getPromotionRedemptionUpdaterService()
  17889.     {
  17890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/DataAbstractionLayer/PromotionRedemptionUpdater.php';
  17891.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\DataAbstractionLayer\\PromotionRedemptionUpdater'] = new \Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionRedemptionUpdater(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17892.     }
  17893.     /**
  17894.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer' shared service.
  17895.      *
  17896.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\PromotionIndividualCodeRedeemer
  17897.      */
  17898.     protected function getPromotionIndividualCodeRedeemerService()
  17899.     {
  17900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/PromotionIndividualCodeRedeemer.php';
  17901.         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()));
  17902.     }
  17903.     /**
  17904.      * Gets the private 'Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber' shared service.
  17905.      *
  17906.      * @return \Shopware\Core\Checkout\Promotion\Subscriber\Storefront\StorefrontCartSubscriber
  17907.      */
  17908.     protected function getStorefrontCartSubscriberService()
  17909.     {
  17910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Subscriber/Storefront/StorefrontCartSubscriber.php';
  17911.         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())));
  17912.     }
  17913.     /**
  17914.      * Gets the private 'Shopware\Core\Checkout\Promotion\Validator\PromotionValidator' shared service.
  17915.      *
  17916.      * @return \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator
  17917.      */
  17918.     protected function getPromotionValidatorService()
  17919.     {
  17920.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Promotion/Validator/PromotionValidator.php';
  17921.         return $this->privates['Shopware\\Core\\Checkout\\Promotion\\Validator\\PromotionValidator'] = new \Shopware\Core\Checkout\Promotion\Validator\PromotionValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17922.     }
  17923.     /**
  17924.      * Gets the private 'Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator' shared service.
  17925.      *
  17926.      * @return \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator
  17927.      */
  17928.     protected function getShippingMethodValidatorService()
  17929.     {
  17930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Shipping/Validator/ShippingMethodValidator.php';
  17931.         return $this->privates['Shopware\\Core\\Checkout\\Shipping\\Validator\\ShippingMethodValidator'] = new \Shopware\Core\Checkout\Shipping\Validator\ShippingMethodValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17932.     }
  17933.     /**
  17934.      * Gets the private 'Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer' shared service.
  17935.      *
  17936.      * @return \Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer
  17937.      */
  17938.     protected function getCategoryIndexerService()
  17939.     {
  17940.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  17941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryIndexer.php';
  17942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/DataAbstractionLayer/CategoryBreadcrumbUpdater.php';
  17943.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  17944.         $b = ($this->services['category.repository'] ?? $this->getCategory_RepositoryService());
  17945.         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()));
  17946.     }
  17947.     /**
  17948.      * Gets the private 'Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder' shared service.
  17949.      *
  17950.      * @return \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
  17951.      */
  17952.     protected function getCategoryBreadcrumbBuilderService()
  17953.     {
  17954.         return $this->privates['Shopware\\Core\\Content\\Category\\Service\\CategoryBreadcrumbBuilder'] = new \Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder(($this->services['category.repository'] ?? $this->getCategory_RepositoryService()));
  17955.     }
  17956.     /**
  17957.      * Gets the private 'Shopware\Core\Content\Category\Service\NavigationLoader' shared service.
  17958.      *
  17959.      * @return \Shopware\Core\Content\Category\Service\NavigationLoader
  17960.      */
  17961.     protected function getNavigationLoaderService()
  17962.     {
  17963.         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()));
  17964.     }
  17965.     /**
  17966.      * Gets the private 'Shopware\Core\Content\Category\Subscriber\CategorySubscriber' shared service.
  17967.      *
  17968.      * @return \Shopware\Core\Content\Category\Subscriber\CategorySubscriber
  17969.      */
  17970.     protected function getCategorySubscriberService()
  17971.     {
  17972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Subscriber/CategorySubscriber.php';
  17973.         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()));
  17974.     }
  17975.     /**
  17976.      * Gets the private 'Shopware\Core\Content\Category\Validation\EntryPointValidator' shared service.
  17977.      *
  17978.      * @return \Shopware\Core\Content\Category\Validation\EntryPointValidator
  17979.      */
  17980.     protected function getEntryPointValidatorService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Category/Validation/EntryPointValidator.php';
  17983.         return $this->privates['Shopware\\Core\\Content\\Category\\Validation\\EntryPointValidator'] = new \Shopware\Core\Content\Category\Validation\EntryPointValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  17984.     }
  17985.     /**
  17986.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver' shared service.
  17987.      *
  17988.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\FormCmsElementResolver
  17989.      */
  17990.     protected function getFormCmsElementResolverService()
  17991.     {
  17992.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  17993.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  17994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/FormCmsElementResolver.php';
  17995.         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()));
  17996.     }
  17997.     /**
  17998.      * Gets the private 'Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver' shared service.
  17999.      *
  18000.      * @return \Shopware\Core\Content\Cms\DataResolver\Element\TextCmsElementResolver
  18001.      */
  18002.     protected function getTextCmsElementResolverService()
  18003.     {
  18004.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18005.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/TextCmsElementResolver.php';
  18007.         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()));
  18008.     }
  18009.     /**
  18010.      * Gets the private 'Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader' shared service.
  18011.      *
  18012.      * @return \Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader
  18013.      */
  18014.     protected function getSalesChannelCmsPageLoaderService()
  18015.     {
  18016.         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()));
  18017.     }
  18018.     /**
  18019.      * Gets the private 'Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber' shared service.
  18020.      *
  18021.      * @return \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber
  18022.      */
  18023.     protected function getCmsPageDefaultChangeSubscriberService()
  18024.     {
  18025.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/Subscriber/CmsPageDefaultChangeSubscriber.php';
  18026.         return $this->privates['Shopware\\Core\\Content\\Cms\\Subscriber\\CmsPageDefaultChangeSubscriber'] = new \Shopware\Core\Content\Cms\Subscriber\CmsPageDefaultChangeSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18027.     }
  18028.     /**
  18029.      * Gets the private 'Shopware\Core\Content\Flow\Api\FlowActionCollector' shared service.
  18030.      *
  18031.      * @return \Shopware\Core\Content\Flow\Api\FlowActionCollector
  18032.      */
  18033.     protected function getFlowActionCollectorService()
  18034.     {
  18035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Api/FlowActionCollector.php';
  18036.         return $this->privates['Shopware\\Core\\Content\\Flow\\Api\\FlowActionCollector'] = new \Shopware\Core\Content\Flow\Api\FlowActionCollector(new RewindableGenerator(function () {
  18037.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderTagAction'] ?? $this->getAddOrderTagActionService());
  18038.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerTagAction'] ?? $this->getAddCustomerTagActionService());
  18039.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveOrderTagAction'] ?? $this->getRemoveOrderTagActionService());
  18040.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\RemoveCustomerTagAction'] ?? $this->getRemoveCustomerTagActionService());
  18041.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerGroupAction'] ?? $this->getChangeCustomerGroupActionService());
  18042.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\ChangeCustomerStatusAction'] ?? $this->getChangeCustomerStatusActionService());
  18043.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\GenerateDocumentAction'] ?? $this->getGenerateDocumentActionService());
  18044.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SendMailAction'] ?? $this->getSendMailActionService());
  18045.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderStateAction'] ?? $this->getSetOrderStateActionService());
  18046.             yield => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerCustomFieldAction'] ?? $this->getSetCustomerCustomFieldActionService());
  18047.             yield 10 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetCustomerGroupCustomFieldAction'] ?? $this->getSetCustomerGroupCustomFieldActionService());
  18048.             yield 11 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddCustomerAffiliateAndCampaignCodeAction'] ?? $this->getAddCustomerAffiliateAndCampaignCodeActionService());
  18049.             yield 12 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\AddOrderAffiliateAndCampaignCodeAction'] ?? $this->getAddOrderAffiliateAndCampaignCodeActionService());
  18050.             yield 13 => ($this->privates['Shopware\\Core\\Content\\Flow\\Dispatching\\Action\\SetOrderCustomFieldAction'] ?? $this->getSetOrderCustomFieldActionService());
  18051.             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()));
  18052.         }, 15), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app_flow_action.repository'] ?? $this->getAppFlowAction_RepositoryService()));
  18053.     }
  18054.     /**
  18055.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction' shared service.
  18056.      *
  18057.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerAffiliateAndCampaignCodeAction
  18058.      */
  18059.     protected function getAddCustomerAffiliateAndCampaignCodeActionService()
  18060.     {
  18061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18062.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerAffiliateAndCampaignCodeAction.php';
  18063.         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()));
  18064.     }
  18065.     /**
  18066.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction' shared service.
  18067.      *
  18068.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddCustomerTagAction
  18069.      */
  18070.     protected function getAddCustomerTagActionService()
  18071.     {
  18072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddCustomerTagAction.php';
  18074.         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()));
  18075.     }
  18076.     /**
  18077.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction' shared service.
  18078.      *
  18079.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderAffiliateAndCampaignCodeAction
  18080.      */
  18081.     protected function getAddOrderAffiliateAndCampaignCodeActionService()
  18082.     {
  18083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderAffiliateAndCampaignCodeAction.php';
  18085.         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()));
  18086.     }
  18087.     /**
  18088.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction' shared service.
  18089.      *
  18090.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\AddOrderTagAction
  18091.      */
  18092.     protected function getAddOrderTagActionService()
  18093.     {
  18094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/AddOrderTagAction.php';
  18096.         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()));
  18097.     }
  18098.     /**
  18099.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction' shared service.
  18100.      *
  18101.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerGroupAction
  18102.      */
  18103.     protected function getChangeCustomerGroupActionService()
  18104.     {
  18105.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18106.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerGroupAction.php';
  18107.         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()));
  18108.     }
  18109.     /**
  18110.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction' shared service.
  18111.      *
  18112.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\ChangeCustomerStatusAction
  18113.      */
  18114.     protected function getChangeCustomerStatusActionService()
  18115.     {
  18116.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18117.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/ChangeCustomerStatusAction.php';
  18118.         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()));
  18119.     }
  18120.     /**
  18121.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction' shared service.
  18122.      *
  18123.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\GenerateDocumentAction
  18124.      */
  18125.     protected function getGenerateDocumentActionService()
  18126.     {
  18127.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/GenerateDocumentAction.php';
  18129.         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()));
  18130.     }
  18131.     /**
  18132.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction' shared service.
  18133.      *
  18134.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveCustomerTagAction
  18135.      */
  18136.     protected function getRemoveCustomerTagActionService()
  18137.     {
  18138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18139.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveCustomerTagAction.php';
  18140.         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()));
  18141.     }
  18142.     /**
  18143.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction' shared service.
  18144.      *
  18145.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\RemoveOrderTagAction
  18146.      */
  18147.     protected function getRemoveOrderTagActionService()
  18148.     {
  18149.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18150.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/RemoveOrderTagAction.php';
  18151.         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()));
  18152.     }
  18153.     /**
  18154.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction' shared service.
  18155.      *
  18156.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction
  18157.      */
  18158.     protected function getSendMailActionService()
  18159.     {
  18160.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18161.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SendMailAction.php';
  18162.         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);
  18163.     }
  18164.     /**
  18165.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction' shared service.
  18166.      *
  18167.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerCustomFieldAction
  18168.      */
  18169.     protected function getSetCustomerCustomFieldActionService()
  18170.     {
  18171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  18173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerCustomFieldAction.php';
  18174.         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()));
  18175.     }
  18176.     /**
  18177.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction' shared service.
  18178.      *
  18179.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetCustomerGroupCustomFieldAction
  18180.      */
  18181.     protected function getSetCustomerGroupCustomFieldActionService()
  18182.     {
  18183.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18184.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  18185.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetCustomerGroupCustomFieldAction.php';
  18186.         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()));
  18187.     }
  18188.     /**
  18189.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction' shared service.
  18190.      *
  18191.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderCustomFieldAction
  18192.      */
  18193.     protected function getSetOrderCustomFieldActionService()
  18194.     {
  18195.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18196.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/CustomFieldActionTrait.php';
  18197.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderCustomFieldAction.php';
  18198.         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()));
  18199.     }
  18200.     /**
  18201.      * Gets the private 'Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction' shared service.
  18202.      *
  18203.      * @return \Shopware\Core\Content\Flow\Dispatching\Action\SetOrderStateAction
  18204.      */
  18205.     protected function getSetOrderStateActionService()
  18206.     {
  18207.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/FlowAction.php';
  18208.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/Action/SetOrderStateAction.php';
  18209.         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()));
  18210.     }
  18211.     /**
  18212.      * Gets the private 'Shopware\Core\Content\Flow\Indexing\FlowIndexer' shared service.
  18213.      *
  18214.      * @return \Shopware\Core\Content\Flow\Indexing\FlowIndexer
  18215.      */
  18216.     protected function getFlowIndexerService()
  18217.     {
  18218.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18219.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowIndexer.php';
  18220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Indexing/FlowPayloadUpdater.php';
  18221.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Flow/Dispatching/FlowBuilder.php';
  18222.         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()));
  18223.     }
  18224.     /**
  18225.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand' shared service.
  18226.      *
  18227.      * @return \Shopware\Core\Content\ImportExport\Command\DeleteExpiredFilesCommand
  18228.      */
  18229.     protected function getDeleteExpiredFilesCommandService()
  18230.     {
  18231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18232.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/DeleteExpiredFilesCommand.php';
  18233.         $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()));
  18234.         $instance->setName('import-export:delete-expired');
  18235.         return $instance;
  18236.     }
  18237.     /**
  18238.      * Gets the private 'Shopware\Core\Content\ImportExport\Command\ImportEntityCommand' shared service.
  18239.      *
  18240.      * @return \Shopware\Core\Content\ImportExport\Command\ImportEntityCommand
  18241.      */
  18242.     protected function getImportEntityCommandService()
  18243.     {
  18244.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18245.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Command/ImportEntityCommand.php';
  18246.         $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()));
  18247.         $instance->setName('import:entity');
  18248.         return $instance;
  18249.     }
  18250.     /**
  18251.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer' shared service.
  18252.      *
  18253.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CountrySerializer
  18254.      */
  18255.     protected function getCountrySerializerService()
  18256.     {
  18257.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18258.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CountrySerializer.php';
  18260.         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()));
  18261.     }
  18262.     /**
  18263.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer' shared service.
  18264.      *
  18265.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\CustomerSerializer
  18266.      */
  18267.     protected function getCustomerSerializerService()
  18268.     {
  18269.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18270.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18271.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/CustomerSerializer.php';
  18272.         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()));
  18273.     }
  18274.     /**
  18275.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer' shared service.
  18276.      *
  18277.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\LanguageSerializer
  18278.      */
  18279.     protected function getLanguageSerializerService()
  18280.     {
  18281.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18282.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/LanguageSerializer.php';
  18284.         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()));
  18285.     }
  18286.     /**
  18287.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer' shared service.
  18288.      *
  18289.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\MediaSerializer
  18290.      */
  18291.     protected function getMediaSerializerService()
  18292.     {
  18293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18294.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/MediaSerializer.php';
  18296.         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()));
  18297.     }
  18298.     /**
  18299.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer' shared service.
  18300.      *
  18301.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\OrderSerializer
  18302.      */
  18303.     protected function getOrderSerializerService()
  18304.     {
  18305.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18306.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18307.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/OrderSerializer.php';
  18308.         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()));
  18309.     }
  18310.     /**
  18311.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer' shared service.
  18312.      *
  18313.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductCrossSellingSerializer
  18314.      */
  18315.     protected function getProductCrossSellingSerializerService()
  18316.     {
  18317.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18318.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18319.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductCrossSellingSerializer.php';
  18320.         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()));
  18321.     }
  18322.     /**
  18323.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer' shared service.
  18324.      *
  18325.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\ProductSerializer
  18326.      */
  18327.     protected function getProductSerializerService()
  18328.     {
  18329.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18330.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18331.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/ProductSerializer.php';
  18332.         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()));
  18333.     }
  18334.     /**
  18335.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer' shared service.
  18336.      *
  18337.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\PromotionIndividualCodeSerializer
  18338.      */
  18339.     protected function getPromotionIndividualCodeSerializerService()
  18340.     {
  18341.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18342.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/PromotionIndividualCodeSerializer.php';
  18344.         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()));
  18345.     }
  18346.     /**
  18347.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer' shared service.
  18348.      *
  18349.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Entity\SalutationSerializer
  18350.      */
  18351.     protected function getSalutationSerializerService()
  18352.     {
  18353.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/AbstractEntitySerializer.php';
  18354.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/EntitySerializer.php';
  18355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Entity/SalutationSerializer.php';
  18356.         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()));
  18357.     }
  18358.     /**
  18359.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer' shared service.
  18360.      *
  18361.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\CustomFieldsSerializer
  18362.      */
  18363.     protected function getCustomFieldsSerializer2Service()
  18364.     {
  18365.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  18366.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  18367.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/CustomFieldsSerializer.php';
  18368.         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()));
  18369.     }
  18370.     /**
  18371.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer' shared service.
  18372.      *
  18373.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\PriceSerializer
  18374.      */
  18375.     protected function getPriceSerializerService()
  18376.     {
  18377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  18378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  18379.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/PriceSerializer.php';
  18380.         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()));
  18381.     }
  18382.     /**
  18383.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer' shared service.
  18384.      *
  18385.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\ToOneSerializer
  18386.      */
  18387.     protected function getToOneSerializerService()
  18388.     {
  18389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  18390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  18391.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/ToOneSerializer.php';
  18392.         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()));
  18393.     }
  18394.     /**
  18395.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer' shared service.
  18396.      *
  18397.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\Field\TranslationsSerializer
  18398.      */
  18399.     protected function getTranslationsSerializerService()
  18400.     {
  18401.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  18402.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  18403.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/TranslationsSerializer.php';
  18404.         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()));
  18405.     }
  18406.     /**
  18407.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver' shared service.
  18408.      *
  18409.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\PrimaryKeyResolver
  18410.      */
  18411.     protected function getPrimaryKeyResolverService()
  18412.     {
  18413.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/PrimaryKeyResolver.php';
  18414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/AbstractFieldSerializer.php';
  18415.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/Field/FieldSerializer.php';
  18416.         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())));
  18417.     }
  18418.     /**
  18419.      * Gets the private 'Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator' shared service.
  18420.      *
  18421.      * @return \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator
  18422.      */
  18423.     protected function getSystemDefaultValidatorService()
  18424.     {
  18425.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/SystemDefaultValidator.php';
  18426.         return $this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\SystemDefaultValidator'] = new \Shopware\Core\Content\ImportExport\DataAbstractionLayer\SystemDefaultValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  18427.     }
  18428.     /**
  18429.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber' shared service.
  18430.      *
  18431.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber
  18432.      */
  18433.     protected function getFileDeletedSubscriberService()
  18434.     {
  18435.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/FileDeletedSubscriber.php';
  18436.         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()));
  18437.     }
  18438.     /**
  18439.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber' shared service.
  18440.      *
  18441.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductCategoryPathsSubscriber
  18442.      */
  18443.     protected function getProductCategoryPathsSubscriberService()
  18444.     {
  18445.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductCategoryPathsSubscriber.php';
  18446.         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()));
  18447.     }
  18448.     /**
  18449.      * Gets the private 'Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber' shared service.
  18450.      *
  18451.      * @return \Shopware\Core\Content\ImportExport\Event\Subscriber\ProductVariantsSubscriber
  18452.      */
  18453.     protected function getProductVariantsSubscriberService()
  18454.     {
  18455.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Event/Subscriber/ProductVariantsSubscriber.php';
  18456.         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()));
  18457.     }
  18458.     /**
  18459.      * Gets the private 'Shopware\Core\Content\ImportExport\Message\DeleteFileHandler' shared service.
  18460.      *
  18461.      * @return \Shopware\Core\Content\ImportExport\Message\DeleteFileHandler
  18462.      */
  18463.     protected function getDeleteFileHandlerService()
  18464.     {
  18465.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Message/DeleteFileHandler.php';
  18466.         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()));
  18467.     }
  18468.     /**
  18469.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory' shared service.
  18470.      *
  18471.      * @return \Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory
  18472.      */
  18473.     protected function getPipeFactoryService()
  18474.     {
  18475.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/AbstractPipeFactory.php';
  18476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Pipe/PipeFactory.php';
  18477.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/DataAbstractionLayer/Serializer/SerializerRegistry.php';
  18478.         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 () {
  18479.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\MediaSerializer'] ?? $this->getMediaSerializerService());
  18480.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\SalutationSerializer'] ?? $this->getSalutationSerializerService());
  18481.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CountrySerializer'] ?? $this->getCountrySerializerService());
  18482.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\LanguageSerializer'] ?? $this->getLanguageSerializerService());
  18483.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\CustomerSerializer'] ?? $this->getCustomerSerializerService());
  18484.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\PromotionIndividualCodeSerializer'] ?? $this->getPromotionIndividualCodeSerializerService());
  18485.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductSerializer'] ?? $this->getProductSerializerService());
  18486.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\ProductCrossSellingSerializer'] ?? $this->getProductCrossSellingSerializerService());
  18487.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Entity\\OrderSerializer'] ?? $this->getOrderSerializerService());
  18488.             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()));
  18489.         }, 10), new RewindableGenerator(function () {
  18490.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\ToOneSerializer'] ?? $this->getToOneSerializerService());
  18491.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\TranslationsSerializer'] ?? $this->getTranslationsSerializerService());
  18492.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\PriceSerializer'] ?? $this->getPriceSerializerService());
  18493.             yield => ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\Field\\CustomFieldsSerializer'] ?? $this->getCustomFieldsSerializer2Service());
  18494.             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()));
  18495.         }, 5)), ($this->privates['Shopware\\Core\\Content\\ImportExport\\DataAbstractionLayer\\Serializer\\PrimaryKeyResolver'] ?? $this->getPrimaryKeyResolverService()));
  18496.     }
  18497.     /**
  18498.      * Gets the private 'Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory' shared service.
  18499.      *
  18500.      * @return \Shopware\Core\Content\ImportExport\Processing\Writer\CsvFileWriterFactory
  18501.      */
  18502.     protected function getCsvFileWriterFactoryService()
  18503.     {
  18504.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/AbstractWriterFactory.php';
  18505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Processing/Writer/CsvFileWriterFactory.php';
  18506.         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()));
  18507.     }
  18508.     /**
  18509.      * Gets the private 'Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler' shared service.
  18510.      *
  18511.      * @return \Shopware\Core\Content\ImportExport\ScheduledTask\CleanupImportExportFileTaskHandler
  18512.      */
  18513.     protected function getCleanupImportExportFileTaskHandlerService()
  18514.     {
  18515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/ScheduledTask/CleanupImportExportFileTaskHandler.php';
  18516.         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()));
  18517.     }
  18518.     /**
  18519.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService' shared service.
  18520.      *
  18521.      * @return \Shopware\Core\Content\ImportExport\Service\DeleteExpiredFilesService
  18522.      */
  18523.     protected function getDeleteExpiredFilesServiceService()
  18524.     {
  18525.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/DeleteExpiredFilesService.php';
  18526.         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()));
  18527.     }
  18528.     /**
  18529.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\FileService' shared service.
  18530.      *
  18531.      * @return \Shopware\Core\Content\ImportExport\Service\FileService
  18532.      */
  18533.     protected function getFileServiceService()
  18534.     {
  18535.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/AbstractFileService.php';
  18536.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/FileService.php';
  18537.         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()));
  18538.     }
  18539.     /**
  18540.      * Gets the private 'Shopware\Core\Content\ImportExport\Service\ImportExportService' shared service.
  18541.      *
  18542.      * @return \Shopware\Core\Content\ImportExport\Service\ImportExportService
  18543.      */
  18544.     protected function getImportExportServiceService()
  18545.     {
  18546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ImportExport/Service/ImportExportService.php';
  18547.         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()));
  18548.     }
  18549.     /**
  18550.      * Gets the private 'Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer' shared service.
  18551.      *
  18552.      * @return \Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer
  18553.      */
  18554.     protected function getLandingPageIndexerService()
  18555.     {
  18556.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18557.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/DataAbstractionLayer/LandingPageIndexer.php';
  18558.         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()));
  18559.     }
  18560.     /**
  18561.      * Gets the private 'Shopware\Core\Content\LandingPage\LandingPageValidator' shared service.
  18562.      *
  18563.      * @return \Shopware\Core\Content\LandingPage\LandingPageValidator
  18564.      */
  18565.     protected function getLandingPageValidatorService()
  18566.     {
  18567.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/LandingPage/LandingPageValidator.php';
  18568.         return $this->privates['Shopware\\Core\\Content\\LandingPage\\LandingPageValidator'] = new \Shopware\Core\Content\LandingPage\LandingPageValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18569.     }
  18570.     /**
  18571.      * Gets the private 'Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber' shared service.
  18572.      *
  18573.      * @return \Shopware\Core\Content\MailTemplate\Subscriber\MailSendSubscriber
  18574.      */
  18575.     protected function getMailSendSubscriberService()
  18576.     {
  18577.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/MailTemplate/Subscriber/MailSendSubscriber.php';
  18578.         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()));
  18579.     }
  18580.     /**
  18581.      * Gets the private 'Shopware\Core\Content\Mail\Service\MailService' shared service.
  18582.      *
  18583.      * @return \Shopware\Core\Content\Mail\Service\MailService
  18584.      */
  18585.     protected function getMailServiceService()
  18586.     {
  18587.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/AbstractMailService.php';
  18588.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailService.php';
  18589.         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()));
  18590.     }
  18591.     /**
  18592.      * Gets the private 'Shopware\Core\Content\Media\Cms\ImageCmsElementResolver' shared service.
  18593.      *
  18594.      * @return \Shopware\Core\Content\Media\Cms\ImageCmsElementResolver
  18595.      */
  18596.     protected function getImageCmsElementResolverService()
  18597.     {
  18598.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18599.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18600.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/ImageCmsElementResolver.php';
  18601.         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()));
  18602.     }
  18603.     /**
  18604.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver' shared service.
  18605.      *
  18606.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageGalleryTypeDataResolver
  18607.      */
  18608.     protected function getImageGalleryTypeDataResolverService()
  18609.     {
  18610.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18611.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  18613.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageGalleryTypeDataResolver.php';
  18614.         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()));
  18615.     }
  18616.     /**
  18617.      * Gets the private 'Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver' shared service.
  18618.      *
  18619.      * @return \Shopware\Core\Content\Media\Cms\Type\ImageSliderTypeDataResolver
  18620.      */
  18621.     protected function getImageSliderTypeDataResolverService()
  18622.     {
  18623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  18624.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  18625.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/Type/ImageSliderTypeDataResolver.php';
  18626.         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()));
  18627.     }
  18628.     /**
  18629.      * Gets the private 'Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand' shared service.
  18630.      *
  18631.      * @return \Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand
  18632.      */
  18633.     protected function getDeleteNotUsedMediaCommandService()
  18634.     {
  18635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18636.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/DeleteNotUsedMediaCommand.php';
  18637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DeleteNotUsedMediaService.php';
  18638.         $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())));
  18639.         $instance->setName('media:delete-unused');
  18640.         return $instance;
  18641.     }
  18642.     /**
  18643.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand' shared service.
  18644.      *
  18645.      * @return \Shopware\Core\Content\Media\Commands\GenerateMediaTypesCommand
  18646.      */
  18647.     protected function getGenerateMediaTypesCommandService()
  18648.     {
  18649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18650.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateMediaTypesCommand.php';
  18651.         $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()));
  18652.         $instance->setName('media:generate-media-types');
  18653.         return $instance;
  18654.     }
  18655.     /**
  18656.      * Gets the private 'Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand' shared service.
  18657.      *
  18658.      * @return \Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand
  18659.      */
  18660.     protected function getGenerateThumbnailsCommandService()
  18661.     {
  18662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18663.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Commands/GenerateThumbnailsCommand.php';
  18664.         $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()));
  18665.         $instance->setName('media:generate-thumbnails');
  18666.         return $instance;
  18667.     }
  18668.     /**
  18669.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer' shared service.
  18670.      *
  18671.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer
  18672.      */
  18673.     protected function getMediaFolderConfigurationIndexerService()
  18674.     {
  18675.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18676.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderConfigurationIndexer.php';
  18677.         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()));
  18678.     }
  18679.     /**
  18680.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer' shared service.
  18681.      *
  18682.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer
  18683.      */
  18684.     protected function getMediaFolderIndexerService()
  18685.     {
  18686.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18687.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaFolderIndexer.php';
  18688.         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()));
  18689.     }
  18690.     /**
  18691.      * Gets the private 'Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer' shared service.
  18692.      *
  18693.      * @return \Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer
  18694.      */
  18695.     protected function getMediaIndexerService()
  18696.     {
  18697.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/DataAbstractionLayer/MediaIndexer.php';
  18699.         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()));
  18700.     }
  18701.     /**
  18702.      * Gets the private 'Shopware\Core\Content\Media\File\FileNameProvider' shared service.
  18703.      *
  18704.      * @return \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider
  18705.      */
  18706.     protected function getFileNameProviderService()
  18707.     {
  18708.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileNameProvider.php';
  18709.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/WindowsStyleFileNameProvider.php';
  18710.         return $this->privates['Shopware\\Core\\Content\\Media\\File\\FileNameProvider'] = new \Shopware\Core\Content\Media\File\WindowsStyleFileNameProvider(($this->services['media.repository'] ?? $this->getMedia_RepositoryService()));
  18711.     }
  18712.     /**
  18713.      * Gets the private 'Shopware\Core\Content\Media\MediaService' shared service.
  18714.      *
  18715.      * @return \Shopware\Core\Content\Media\MediaService
  18716.      */
  18717.     protected function getMediaServiceService()
  18718.     {
  18719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/MediaService.php';
  18720.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileLoader.php';
  18721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileFetcher.php';
  18722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidatorInterface.php';
  18723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/File/FileUrlValidator.php';
  18724.         $a = ($this->services['media.repository'] ?? $this->getMedia_RepositoryService());
  18725.         return $this->privates['Shopware\\Core\\Content\\Media\\MediaService'] = new \Shopware\Core\Content\Media\MediaService($a, ($this->services['media_folder.repository'] ?? $this->getMediaFolder_RepositoryService()), new \Shopware\Core\Content\Media\File\FileLoader(($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), ($this->services['shopware.filesystem.private'] ?? $this->getShopware_Filesystem_PrivateService()), ($this->privates['Shopware\\Core\\Content\\Media\\Pathname\\UrlGeneratorInterface'] ?? $this->getUrlGeneratorInterfaceService()), $a, ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()))), ($this->services['Shopware\\Core\\Content\\Media\\File\\FileSaver'] ?? $this->getFileSaverService()), new \Shopware\Core\Content\Media\File\FileFetcher(new \Shopware\Core\Content\Media\File\FileUrlValidator(), truefalse));
  18726.     }
  18727.     /**
  18728.      * Gets the private 'Shopware\Core\Content\Media\Message\DeleteFileHandler' shared service.
  18729.      *
  18730.      * @return \Shopware\Core\Content\Media\Message\DeleteFileHandler
  18731.      */
  18732.     protected function getDeleteFileHandler2Service()
  18733.     {
  18734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/DeleteFileHandler.php';
  18735.         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()));
  18736.     }
  18737.     /**
  18738.      * Gets the private 'Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler' shared service.
  18739.      *
  18740.      * @return \Shopware\Core\Content\Media\Message\GenerateThumbnailsHandler
  18741.      */
  18742.     protected function getGenerateThumbnailsHandlerService()
  18743.     {
  18744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Message/GenerateThumbnailsHandler.php';
  18745.         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()));
  18746.     }
  18747.     /**
  18748.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy' shared service.
  18749.      *
  18750.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\FilenamePathnameStrategy
  18751.      */
  18752.     protected function getFilenamePathnameStrategyService()
  18753.     {
  18754.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  18755.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  18756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/FilenamePathnameStrategy.php';
  18757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  18758.         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())));
  18759.     }
  18760.     /**
  18761.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy' shared service.
  18762.      *
  18763.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\IdPathnameStrategy
  18764.      */
  18765.     protected function getIdPathnameStrategyService()
  18766.     {
  18767.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  18768.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  18769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/IdPathnameStrategy.php';
  18770.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  18771.         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())));
  18772.     }
  18773.     /**
  18774.      * Gets the private 'Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy' shared service.
  18775.      *
  18776.      * @return \Shopware\Core\Content\Media\Pathname\PathnameStrategy\PhysicalFilenamePathnameStrategy
  18777.      */
  18778.     protected function getPhysicalFilenamePathnameStrategyService()
  18779.     {
  18780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  18781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/AbstractPathNameStrategy.php';
  18782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PhysicalFilenamePathnameStrategy.php';
  18783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PlainPathnameStrategy.php';
  18784.         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())));
  18785.     }
  18786.     /**
  18787.      * Gets the private 'Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface' shared service.
  18788.      *
  18789.      * @return \Shopware\Core\Content\Media\Pathname\UrlGenerator
  18790.      */
  18791.     protected function getUrlGeneratorInterfaceService()
  18792.     {
  18793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGeneratorInterface.php';
  18794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/UrlGenerator.php';
  18795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/PathnameStrategyInterface.php';
  18796.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Pathname/PathnameStrategy/StrategyFactory.php';
  18797.         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 () {
  18798.             yield => $this->getFilenamePathnameStrategyService();
  18799.             yield => $this->getPhysicalFilenamePathnameStrategyService();
  18800.             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()));
  18801.             yield => $this->getIdPathnameStrategyService();
  18802.         }, 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())), '');
  18803.     }
  18804.     /**
  18805.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber' shared service.
  18806.      *
  18807.      * @return \Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber
  18808.      */
  18809.     protected function getMediaDeletionSubscriberService()
  18810.     {
  18811.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaDeletionSubscriber.php';
  18812.         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()));
  18813.     }
  18814.     /**
  18815.      * Gets the private 'Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber' shared service.
  18816.      *
  18817.      * @return \Shopware\Core\Content\Media\Subscriber\MediaLoadedSubscriber
  18818.      */
  18819.     protected function getMediaLoadedSubscriberService()
  18820.     {
  18821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Subscriber/MediaLoadedSubscriber.php';
  18822.         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()));
  18823.     }
  18824.     /**
  18825.      * Gets the private 'Shopware\Core\Content\Media\Thumbnail\ThumbnailService' shared service.
  18826.      *
  18827.      * @return \Shopware\Core\Content\Media\Thumbnail\ThumbnailService
  18828.      */
  18829.     protected function getThumbnailServiceService()
  18830.     {
  18831.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Thumbnail/ThumbnailService.php';
  18832.         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()));
  18833.     }
  18834.     /**
  18835.      * Gets the private 'Shopware\Core\Content\Media\TypeDetector\TypeDetector' shared service.
  18836.      *
  18837.      * @return \Shopware\Core\Content\Media\TypeDetector\TypeDetector
  18838.      */
  18839.     protected function getTypeDetectorService()
  18840.     {
  18841.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetectorInterface.php';
  18842.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/TypeDetector/TypeDetector.php';
  18843.         return $this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\TypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\TypeDetector(new RewindableGenerator(function () {
  18844.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\AudioTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\AudioTypeDetector()));
  18845.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DocumentTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DocumentTypeDetector()));
  18846.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\ImageTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\ImageTypeDetector()));
  18847.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\VideoTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\VideoTypeDetector()));
  18848.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] ?? ($this->privates['Shopware\\Core\\Content\\Media\\TypeDetector\\DefaultTypeDetector'] = new \Shopware\Core\Content\Media\TypeDetector\DefaultTypeDetector()));
  18849.         }, 5));
  18850.     }
  18851.     /**
  18852.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater' shared service.
  18853.      *
  18854.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\Indexing\CustomerNewsletterSalesChannelsUpdater
  18855.      */
  18856.     protected function getCustomerNewsletterSalesChannelsUpdaterService()
  18857.     {
  18858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/Indexing/CustomerNewsletterSalesChannelsUpdater.php';
  18859.         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()));
  18860.     }
  18861.     /**
  18862.      * Gets the private 'Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer' shared service.
  18863.      *
  18864.      * @return \Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer
  18865.      */
  18866.     protected function getNewsletterRecipientIndexerService()
  18867.     {
  18868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18869.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/DataAbstractionLayer/NewsletterRecipientIndexer.php';
  18870.         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()));
  18871.     }
  18872.     /**
  18873.      * Gets the private 'Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber' shared service.
  18874.      *
  18875.      * @return \Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber
  18876.      */
  18877.     protected function getNewsletterRecipientDeletedSubscriberService()
  18878.     {
  18879.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/Event/Subscriber/NewsletterRecipientDeletedSubscriber.php';
  18880.         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()));
  18881.     }
  18882.     /**
  18883.      * Gets the private 'Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler' shared service.
  18884.      *
  18885.      * @return \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTaskHandler
  18886.      */
  18887.     protected function getNewsletterRecipientTaskHandlerService()
  18888.     {
  18889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Newsletter/ScheduledTask/NewsletterRecipientTaskHandler.php';
  18890.         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()));
  18891.     }
  18892.     /**
  18893.      * Gets the private 'Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand' shared service.
  18894.      *
  18895.      * @return \Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand
  18896.      */
  18897.     protected function getProductExportGenerateCommandService()
  18898.     {
  18899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18900.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Command/ProductExportGenerateCommand.php';
  18901.         $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()));
  18902.         $instance->setName('product-export:generate');
  18903.         return $instance;
  18904.     }
  18905.     /**
  18906.      * Gets the private 'Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener' shared service.
  18907.      *
  18908.      * @return \Shopware\Core\Content\ProductExport\EventListener\ProductExportEventListener
  18909.      */
  18910.     protected function getProductExportEventListenerService()
  18911.     {
  18912.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/EventListener/ProductExportEventListener.php';
  18913.         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()));
  18914.     }
  18915.     /**
  18916.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler' shared service.
  18917.      *
  18918.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler
  18919.      */
  18920.     protected function getProductExportGenerateTaskHandlerService()
  18921.     {
  18922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportGenerateTaskHandler.php';
  18923.         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()));
  18924.     }
  18925.     /**
  18926.      * Gets the private 'Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler' shared service.
  18927.      *
  18928.      * @return \Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler
  18929.      */
  18930.     protected function getProductExportPartialGenerationHandlerService()
  18931.     {
  18932.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/ScheduledTask/ProductExportPartialGenerationHandler.php';
  18933.         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()));
  18934.     }
  18935.     /**
  18936.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler' shared service.
  18937.      *
  18938.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportFileHandler
  18939.      */
  18940.     protected function getProductExportFileHandlerService()
  18941.     {
  18942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandlerInterface.php';
  18943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportFileHandler.php';
  18944.         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');
  18945.     }
  18946.     /**
  18947.      * Gets the private 'Shopware\Core\Content\ProductExport\Service\ProductExportRenderer' shared service.
  18948.      *
  18949.      * @return \Shopware\Core\Content\ProductExport\Service\ProductExportRenderer
  18950.      */
  18951.     protected function getProductExportRendererService()
  18952.     {
  18953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRendererInterface.php';
  18954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductExport/Service/ProductExportRenderer.php';
  18955.         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()));
  18956.     }
  18957.     /**
  18958.      * Gets the private 'Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer' shared service.
  18959.      *
  18960.      * @return \Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer
  18961.      */
  18962.     protected function getProductStreamIndexerService()
  18963.     {
  18964.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  18965.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/DataAbstractionLayer/ProductStreamIndexer.php';
  18966.         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()));
  18967.     }
  18968.     /**
  18969.      * Gets the private 'Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler' shared service.
  18970.      *
  18971.      * @return \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTaskHandler
  18972.      */
  18973.     protected function getUpdateProductStreamMappingTaskHandlerService()
  18974.     {
  18975.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/ProductStream/ScheduledTask/UpdateProductStreamMappingTaskHandler.php';
  18976.         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()));
  18977.     }
  18978.     /**
  18979.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductCartProcessor' shared service.
  18980.      *
  18981.      * @return \Shopware\Core\Content\Product\Cart\ProductCartProcessor
  18982.      */
  18983.     protected function getProductCartProcessorService()
  18984.     {
  18985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartProcessorInterface.php';
  18986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartDataCollectorInterface.php';
  18987.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductCartProcessor.php';
  18988.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGatewayInterface.php';
  18989.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductGateway.php';
  18990.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductFeatureBuilder.php';
  18991.         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()));
  18992.     }
  18993.     /**
  18994.      * Gets the private 'Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator' shared service.
  18995.      *
  18996.      * @return \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator
  18997.      */
  18998.     protected function getProductLineItemCommandValidatorService()
  18999.     {
  19000.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cart/ProductLineItemCommandValidator.php';
  19001.         return $this->privates['Shopware\\Core\\Content\\Product\\Cart\\ProductLineItemCommandValidator'] = new \Shopware\Core\Content\Product\Cart\ProductLineItemCommandValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19002.     }
  19003.     /**
  19004.      * Gets the private 'Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler' shared service.
  19005.      *
  19006.      * @return \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTaskHandler
  19007.      */
  19008.     protected function getCleanupProductKeywordDictionaryTaskHandlerService()
  19009.     {
  19010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cleanup/CleanupProductKeywordDictionaryTaskHandler.php';
  19011.         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()));
  19012.     }
  19013.     /**
  19014.      * Gets the private 'Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver' shared service.
  19015.      *
  19016.      * @return \Shopware\Core\Content\Product\Cms\BuyBoxCmsElementResolver
  19017.      */
  19018.     protected function getBuyBoxCmsElementResolverService()
  19019.     {
  19020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19022.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  19023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/BuyBoxCmsElementResolver.php';
  19024.         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()));
  19025.     }
  19026.     /**
  19027.      * Gets the private 'Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver' shared service.
  19028.      *
  19029.      * @return \Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver
  19030.      */
  19031.     protected function getCrossSellingCmsElementResolverService()
  19032.     {
  19033.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19034.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  19036.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/CrossSellingCmsElementResolver.php';
  19037.         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()));
  19038.     }
  19039.     /**
  19040.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver' shared service.
  19041.      *
  19042.      * @return \Shopware\Core\Content\Product\Cms\ProductBoxCmsElementResolver
  19043.      */
  19044.     protected function getProductBoxCmsElementResolverService()
  19045.     {
  19046.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19047.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19048.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductBoxCmsElementResolver.php';
  19049.         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()));
  19050.     }
  19051.     /**
  19052.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver' shared service.
  19053.      *
  19054.      * @return \Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver
  19055.      */
  19056.     protected function getProductDescriptionReviewsCmsElementResolverService()
  19057.     {
  19058.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19060.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/AbstractProductDetailCmsElementResolver.php';
  19061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php';
  19062.         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()));
  19063.     }
  19064.     /**
  19065.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver' shared service.
  19066.      *
  19067.      * @return \Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver
  19068.      */
  19069.     protected function getProductListingCmsElementResolverService()
  19070.     {
  19071.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19072.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19073.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductListingCmsElementResolver.php';
  19074.         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()));
  19075.     }
  19076.     /**
  19077.      * Gets the private 'Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver' shared service.
  19078.      *
  19079.      * @return \Shopware\Core\Content\Product\Cms\ProductSliderCmsElementResolver
  19080.      */
  19081.     protected function getProductSliderCmsElementResolverService()
  19082.     {
  19083.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/CmsElementResolverInterface.php';
  19084.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Cms/DataResolver/Element/AbstractCmsElementResolver.php';
  19085.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Cms/ProductSliderCmsElementResolver.php';
  19086.         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()));
  19087.     }
  19088.     /**
  19089.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer' shared service.
  19090.      *
  19091.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer
  19092.      */
  19093.     protected function getProductIndexerService()
  19094.     {
  19095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php';
  19097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/VariantListingUpdater.php';
  19098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductCategoryDenormalizer.php';
  19099.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/RatingAverageUpdater.php';
  19100.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceUpdater.php';
  19101.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/AbstractCheapestPriceQuantitySelector.php';
  19102.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/CheapestPriceQuantitySelector.php';
  19103.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19104.         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()));
  19105.     }
  19106.     /**
  19107.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater' shared service.
  19108.      *
  19109.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater
  19110.      */
  19111.     protected function getProductStreamUpdaterService()
  19112.     {
  19113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductStreamUpdater.php';
  19115.         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()));
  19116.     }
  19117.     /**
  19118.      * Gets the private 'Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater' shared service.
  19119.      *
  19120.      * @return \Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater
  19121.      */
  19122.     protected function getStockUpdaterService()
  19123.     {
  19124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/StockUpdater.php';
  19125.         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()));
  19126.     }
  19127.     /**
  19128.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber' shared service.
  19129.      *
  19130.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
  19131.      */
  19132.     protected function getProductListingFeaturesSubscriberService()
  19133.     {
  19134.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingFeaturesSubscriber.php';
  19135.         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()));
  19136.     }
  19137.     /**
  19138.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader' shared service.
  19139.      *
  19140.      * @return \Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader
  19141.      */
  19142.     protected function getProductListingLoaderService()
  19143.     {
  19144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php';
  19145.         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()));
  19146.     }
  19147.     /**
  19148.      * Gets the private 'Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator' shared service.
  19149.      *
  19150.      * @return \Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator
  19151.      */
  19152.     protected function getProductPriceCalculatorService()
  19153.     {
  19154.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/AbstractProductPriceCalculator.php';
  19155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Price/ProductPriceCalculator.php';
  19156.         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()));
  19157.     }
  19158.     /**
  19159.      * Gets the private 'Shopware\Core\Content\Product\Subscriber\ProductSubscriber' shared service.
  19160.      *
  19161.      * @return \Shopware\Core\Content\Product\Subscriber\ProductSubscriber
  19162.      */
  19163.     protected function getProductSubscriberService()
  19164.     {
  19165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/Subscriber/ProductSubscriber.php';
  19166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractSalesChannelProductBuilder.php';
  19167.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannelProductBuilder.php';
  19168.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractPropertyGroupSorter.php';
  19169.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/PropertyGroupSorter.php';
  19170.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductMaxPurchaseCalculator.php';
  19171.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductMaxPurchaseCalculator.php';
  19172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractIsNewDetector.php';
  19173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/IsNewDetector.php';
  19174.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/AbstractProductVariationBuilder.php';
  19175.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/ProductVariationBuilder.php';
  19176.         $a = new \Shopware\Core\Content\Product\PropertyGroupSorter();
  19177.         $b = ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService());
  19178.         $c = new \Shopware\Core\Content\Product\ProductMaxPurchaseCalculator($b);
  19179.         $d = new \Shopware\Core\Content\Product\IsNewDetector($b);
  19180.         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);
  19181.     }
  19182.     /**
  19183.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer' shared service.
  19184.      *
  19185.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer
  19186.      */
  19187.     protected function getRuleIndexerService()
  19188.     {
  19189.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  19190.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RuleIndexer.php';
  19191.         return $this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexer'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Dbal\\Common\\IteratorFactory'] ?? $this->getIteratorFactoryService()), ($this->services['rule.repository'] ?? $this->getRule_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? $this->getRulePayloadUpdaterService()), ($this->privates['Shopware\\Core\\Checkout\\Cart\\CartRuleLoader'] ?? $this->getCartRuleLoaderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19192.     }
  19193.     /**
  19194.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber' shared service.
  19195.      *
  19196.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber
  19197.      */
  19198.     protected function getRulePayloadSubscriberService()
  19199.     {
  19200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadSubscriber.php';
  19201.         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);
  19202.     }
  19203.     /**
  19204.      * Gets the private 'Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater' shared service.
  19205.      *
  19206.      * @return \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater
  19207.      */
  19208.     protected function getRulePayloadUpdaterService()
  19209.     {
  19210.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/DataAbstractionLayer/RulePayloadUpdater.php';
  19211.         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()));
  19212.     }
  19213.     /**
  19214.      * Gets the private 'Shopware\Core\Content\Rule\RuleValidator' shared service.
  19215.      *
  19216.      * @return \Shopware\Core\Content\Rule\RuleValidator
  19217.      */
  19218.     protected function getRuleValidatorService()
  19219.     {
  19220.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Rule/RuleValidator.php';
  19221.         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()));
  19222.     }
  19223.     /**
  19224.      * Gets the private 'Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver' shared service.
  19225.      *
  19226.      * @return \Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver
  19227.      */
  19228.     protected function getStoreApiSeoResolverService()
  19229.     {
  19230.         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()));
  19231.     }
  19232.     /**
  19233.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlGenerator' shared service.
  19234.      *
  19235.      * @return \Shopware\Core\Content\Seo\SeoUrlGenerator
  19236.      */
  19237.     protected function getSeoUrlGeneratorService()
  19238.     {
  19239.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlGenerator.php';
  19240.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlTwigFactory.php';
  19241.         $a = (new \Shopware\Core\Content\Seo\SeoUrlTwigFactory())->createTwigEnvironment(($this->privates['slugify'] ?? $this->getSlugifyService()), new RewindableGenerator(function () {
  19242.             return new \EmptyIterator();
  19243.         }, 0));
  19244.         $a->addExtension(($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] ?? ($this->privates['Swag\\Security\\Fixes\\NEXT24667\\SecurityExtension'] = new \Swag\Security\Fixes\NEXT24667\SecurityExtension([]))));
  19245.         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()));
  19246.     }
  19247.     /**
  19248.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlPersister' shared service.
  19249.      *
  19250.      * @return \Shopware\Core\Content\Seo\SeoUrlPersister
  19251.      */
  19252.     protected function getSeoUrlPersisterService()
  19253.     {
  19254.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlPersister.php';
  19255.         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()));
  19256.     }
  19257.     /**
  19258.      * Gets the private 'Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry' shared service.
  19259.      *
  19260.      * @return \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry
  19261.      */
  19262.     protected function getSeoUrlRouteRegistryService()
  19263.     {
  19264.         return $this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] = new \Shopware\Core\Content\Seo\SeoUrlRoute\SeoUrlRouteRegistry(new RewindableGenerator(function () {
  19265.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\ProductPageSeoUrlRoute'] ?? $this->getProductPageSeoUrlRouteService());
  19266.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\NavigationPageSeoUrlRoute'] ?? $this->getNavigationPageSeoUrlRouteService());
  19267.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\LandingPageSeoUrlRoute'] ?? $this->getLandingPageSeoUrlRouteService());
  19268.         }, 3));
  19269.     }
  19270.     /**
  19271.      * Gets the private 'Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand' shared service.
  19272.      *
  19273.      * @return \Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand
  19274.      */
  19275.     protected function getSitemapGenerateCommandService()
  19276.     {
  19277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19278.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Commands/SitemapGenerateCommand.php';
  19279.         $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()));
  19280.         $instance->setName('sitemap:generate');
  19281.         return $instance;
  19282.     }
  19283.     /**
  19284.      * Gets the private 'Shopware\Core\Content\Sitemap\ConfigHandler\File' shared service.
  19285.      *
  19286.      * @return \Shopware\Core\Content\Sitemap\ConfigHandler\File
  19287.      */
  19288.     protected function getFileService()
  19289.     {
  19290.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/ConfigHandlerInterface.php';
  19291.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ConfigHandler/File.php';
  19292.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] = new \Shopware\Core\Content\Sitemap\ConfigHandler\File($this->parameters['shopware.sitemap']);
  19293.     }
  19294.     /**
  19295.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider' shared service.
  19296.      *
  19297.      * @return \Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider
  19298.      */
  19299.     protected function getCategoryUrlProviderService()
  19300.     {
  19301.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  19302.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  19303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CategoryUrlProvider.php';
  19304.         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()));
  19305.     }
  19306.     /**
  19307.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider' shared service.
  19308.      *
  19309.      * @return \Shopware\Core\Content\Sitemap\Provider\CustomUrlProvider
  19310.      */
  19311.     protected function getCustomUrlProviderService()
  19312.     {
  19313.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  19314.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  19315.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/CustomUrlProvider.php';
  19316.         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()));
  19317.     }
  19318.     /**
  19319.      * Gets the private 'Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider' shared service.
  19320.      *
  19321.      * @return \Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider
  19322.      */
  19323.     protected function getProductUrlProviderService()
  19324.     {
  19325.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/UrlProviderInterface.php';
  19326.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/AbstractUrlProvider.php';
  19327.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Provider/ProductUrlProvider.php';
  19328.         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()));
  19329.     }
  19330.     /**
  19331.      * Gets the private 'Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler' shared service.
  19332.      *
  19333.      * @return \Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler
  19334.      */
  19335.     protected function getSitemapGenerateTaskHandlerService()
  19336.     {
  19337.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/ScheduledTask/SitemapGenerateTaskHandler.php';
  19338.         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()));
  19339.     }
  19340.     /**
  19341.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\ConfigHandler' shared service.
  19342.      *
  19343.      * @return \Shopware\Core\Content\Sitemap\Service\ConfigHandler
  19344.      */
  19345.     protected function getConfigHandlerService()
  19346.     {
  19347.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/ConfigHandler.php';
  19348.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\ConfigHandler'] = new \Shopware\Core\Content\Sitemap\Service\ConfigHandler(new RewindableGenerator(function () {
  19349.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ConfigHandler\\File'] ?? $this->getFileService());
  19350.         }, 1));
  19351.     }
  19352.     /**
  19353.      * Gets the private 'Shopware\Core\Content\Sitemap\Service\SitemapExporter' shared service.
  19354.      *
  19355.      * @return \Shopware\Core\Content\Sitemap\Service\SitemapExporter
  19356.      */
  19357.     protected function getSitemapExporterService()
  19358.     {
  19359.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporterInterface.php';
  19360.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapExporter.php';
  19361.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactoryInterface.php';
  19362.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Sitemap/Service/SitemapHandleFactory.php';
  19363.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19364.         return $this->privates['Shopware\\Core\\Content\\Sitemap\\Service\\SitemapExporter'] = new \Shopware\Core\Content\Sitemap\Service\SitemapExporter(new RewindableGenerator(function () {
  19365.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] ?? ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\HomeUrlProvider'] = new \Shopware\Core\Content\Sitemap\Provider\HomeUrlProvider()));
  19366.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CategoryUrlProvider'] ?? $this->getCategoryUrlProviderService());
  19367.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\CustomUrlProvider'] ?? $this->getCustomUrlProviderService());
  19368.             yield => ($this->privates['Shopware\\Core\\Content\\Sitemap\\Provider\\ProductUrlProvider'] ?? $this->getProductUrlProviderService());
  19369.         }, 4), ($this->services['cache.system'] ?? $this->getCache_SystemService()), 100, ($this->services['shopware.filesystem.sitemap'] ?? $this->getShopware_Filesystem_SitemapService()), new \Shopware\Core\Content\Sitemap\Service\SitemapHandleFactory($a), $a);
  19370.     }
  19371.     /**
  19372.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheClearer' shared service.
  19373.      *
  19374.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheClearer
  19375.      */
  19376.     protected function getCacheClearer2Service()
  19377.     {
  19378.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheClearer.php';
  19379.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  19380.         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()));
  19381.     }
  19382.     /**
  19383.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheDecorator' shared service.
  19384.      *
  19385.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheDecorator
  19386.      */
  19387.     protected function getCacheDecoratorService()
  19388.     {
  19389.         $a = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService()), ($this->privates['cache.tags'] ?? $this->getCache_TagsService()));
  19390.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19391.         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())));
  19392.     }
  19393.     /**
  19394.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber' shared service.
  19395.      *
  19396.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidationSubscriber
  19397.      */
  19398.     protected function getCacheInvalidationSubscriberService()
  19399.     {
  19400.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/CacheInvalidationSubscriber.php';
  19401.         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()));
  19402.     }
  19403.     /**
  19404.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheInvalidator' shared service.
  19405.      *
  19406.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheInvalidator
  19407.      */
  19408.     protected function getCacheInvalidatorService()
  19409.     {
  19410.         $a = ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService());
  19411.         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()));
  19412.     }
  19413.     /**
  19414.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber' shared service.
  19415.      *
  19416.      * @return \Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber
  19417.      */
  19418.     protected function getCacheStateSubscriberService()
  19419.     {
  19420.         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()));
  19421.     }
  19422.     /**
  19423.      * Gets the private 'Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber' shared service.
  19424.      *
  19425.      * @return \Shopware\Core\Framework\Adapter\Cache\Script\ScriptCacheInvalidationSubscriber
  19426.      */
  19427.     protected function getScriptCacheInvalidationSubscriberService()
  19428.     {
  19429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Cache/Script/ScriptCacheInvalidationSubscriber.php';
  19430.         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()));
  19431.     }
  19432.     /**
  19433.      * Gets the private 'Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand' shared service.
  19434.      *
  19435.      * @return \Shopware\Core\Framework\Adapter\Command\S3FilesystemVisibilityCommand
  19436.      */
  19437.     protected function getS3FilesystemVisibilityCommandService()
  19438.     {
  19439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19440.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Command/S3FilesystemVisibilityCommand.php';
  19441.         $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()));
  19442.         $instance->setName('s3:set-visibility');
  19443.         return $instance;
  19444.     }
  19445.     /**
  19446.      * Gets the private 'Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory' shared service.
  19447.      *
  19448.      * @return \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory
  19449.      */
  19450.     protected function getFilesystemFactoryService()
  19451.     {
  19452.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Filesystem\\FilesystemFactory'] = new \Shopware\Core\Framework\Adapter\Filesystem\FilesystemFactory(new RewindableGenerator(function () {
  19453.             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()));
  19454.             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()));
  19455.             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()));
  19456.         }, 3), new RewindableGenerator(function () {
  19457.             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()));
  19458.         }, 1));
  19459.     }
  19460.     /**
  19461.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\Translator' shared service.
  19462.      *
  19463.      * @return \Shopware\Core\Framework\Adapter\Translation\Translator
  19464.      */
  19465.     protected function getTranslator2Service()
  19466.     {
  19467.         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()));
  19468.     }
  19469.     /**
  19470.      * Gets the private 'Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate' shared service.
  19471.      *
  19472.      * @return \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate
  19473.      */
  19474.     protected function getTranslatorCacheInvalidateService()
  19475.     {
  19476.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Translation/TranslatorCacheInvalidate.php';
  19477.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Translation\\TranslatorCacheInvalidate'] = new \Shopware\Core\Framework\Adapter\Translation\TranslatorCacheInvalidate(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19478.     }
  19479.     /**
  19480.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader' shared service.
  19481.      *
  19482.      * @return \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader
  19483.      */
  19484.     protected function getEntityTemplateLoaderService()
  19485.     {
  19486.         return $this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] = new \Shopware\Core\Framework\Adapter\Twig\EntityTemplateLoader(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), 'dev');
  19487.     }
  19488.     /**
  19489.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder' shared service.
  19490.      *
  19491.      * @return \Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\BundleHierarchyBuilder
  19492.      */
  19493.     protected function getBundleHierarchyBuilderService()
  19494.     {
  19495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/NamespaceHierarchy/BundleHierarchyBuilder.php';
  19496.         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()));
  19497.     }
  19498.     /**
  19499.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer' shared service.
  19500.      *
  19501.      * @return \Shopware\Core\Framework\Adapter\Twig\StringTemplateRenderer
  19502.      */
  19503.     protected function getStringTemplateRendererService()
  19504.     {
  19505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/StringTemplateRenderer.php';
  19506.         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.''.'%'));
  19507.     }
  19508.     /**
  19509.      * Gets the private 'Shopware\Core\Framework\Adapter\Twig\TwigVariableParser' shared service.
  19510.      *
  19511.      * @return \Shopware\Core\Framework\Adapter\Twig\TwigVariableParser
  19512.      */
  19513.     protected function getTwigVariableParserService()
  19514.     {
  19515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Twig/TwigVariableParser.php';
  19516.         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()));
  19517.     }
  19518.     /**
  19519.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclAnnotationValidator' shared service.
  19520.      *
  19521.      * @return \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator
  19522.      */
  19523.     protected function getAclAnnotationValidatorService()
  19524.     {
  19525.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclAnnotationValidator'] = new \Shopware\Core\Framework\Api\Acl\AclAnnotationValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19526.     }
  19527.     /**
  19528.      * Gets the private 'Shopware\Core\Framework\Api\Acl\AclWriteValidator' shared service.
  19529.      *
  19530.      * @return \Shopware\Core\Framework\Api\Acl\AclWriteValidator
  19531.      */
  19532.     protected function getAclWriteValidatorService()
  19533.     {
  19534.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Acl/AclWriteValidator.php';
  19535.         return $this->privates['Shopware\\Core\\Framework\\Api\\Acl\\AclWriteValidator'] = new \Shopware\Core\Framework\Api\Acl\AclWriteValidator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19536.     }
  19537.     /**
  19538.      * Gets the private 'Shopware\Core\Framework\Api\ApiDefinition\DefinitionService' shared service.
  19539.      *
  19540.      * @return \Shopware\Core\Framework\Api\ApiDefinition\DefinitionService
  19541.      */
  19542.     protected function getDefinitionServiceService()
  19543.     {
  19544.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/DefinitionService.php';
  19545.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/ApiDefinitionGeneratorInterface.php';
  19546.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/StoreApiGenerator.php';
  19547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiSchemaBuilder.php';
  19548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiDefinitionSchemaBuilder.php';
  19549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiLoader.php';
  19550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/BundleSchemaPathCollection.php';
  19551.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi3Generator.php';
  19552.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/OpenApi/OpenApiPathBuilder.php';
  19553.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/ApiDefinition/Generator/EntitySchemaGenerator.php';
  19554.         $a = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder('6.4.16.1');
  19555.         $b = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder();
  19556.         $c = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiLoader(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19557.         $d = new \Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection(($this->privates['kernel.bundles'] ?? $this->getKernel_BundlesService()));
  19558.         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());
  19559.     }
  19560.     /**
  19561.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand' shared service.
  19562.      *
  19563.      * @return \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand
  19564.      */
  19565.     protected function getDumpClassSchemaCommandService()
  19566.     {
  19567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpClassSchemaCommand.php';
  19569.         $this->privates['Shopware\\Core\\Framework\\Api\\Command\\DumpClassSchemaCommand'] = $instance = new \Shopware\Core\Framework\Api\Command\DumpClassSchemaCommand($this->parameters['kernel.bundles_metadata']);
  19570.         $instance->setName('framework:dump:class:schema');
  19571.         return $instance;
  19572.     }
  19573.     /**
  19574.      * Gets the private 'Shopware\Core\Framework\Api\Command\DumpSchemaCommand' shared service.
  19575.      *
  19576.      * @return \Shopware\Core\Framework\Api\Command\DumpSchemaCommand
  19577.      */
  19578.     protected function getDumpSchemaCommandService()
  19579.     {
  19580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19581.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Command/DumpSchemaCommand.php';
  19582.         $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()));
  19583.         $instance->setName('framework:schema');
  19584.         return $instance;
  19585.     }
  19586.     /**
  19587.      * Gets the private 'Shopware\Core\Framework\Api\Converter\ApiVersionConverter' shared service.
  19588.      *
  19589.      * @return \Shopware\Core\Framework\Api\Converter\ApiVersionConverter
  19590.      */
  19591.     protected function getApiVersionConverterService()
  19592.     {
  19593.         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 () {
  19594.             return new \EmptyIterator();
  19595.         }, 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())))));
  19596.     }
  19597.     /**
  19598.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener' shared service.
  19599.      *
  19600.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener
  19601.      */
  19602.     protected function getApiAuthenticationListenerService()
  19603.     {
  19604.         $a = ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] ?? ($this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\AccessTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\AccessTokenRepository()));
  19605.         $b = ($this->privates['shopware.public_key'] ?? ($this->privates['shopware.public_key'] = new \League\OAuth2\Server\CryptKey((\dirname(__DIR__4).'/config/jwt/public.pem'))));
  19606.         $c = new \League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator($a);
  19607.         $c->setPublicKey($b);
  19608.         $d = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19609.         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()));
  19610.     }
  19611.     /**
  19612.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener' shared service.
  19613.      *
  19614.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener
  19615.      */
  19616.     protected function getSalesChannelAuthenticationListenerService()
  19617.     {
  19618.         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()));
  19619.     }
  19620.     /**
  19621.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber' shared service.
  19622.      *
  19623.      * @return \Shopware\Core\Framework\Api\EventListener\Authentication\UserCredentialsChangedSubscriber
  19624.      */
  19625.     protected function getUserCredentialsChangedSubscriberService()
  19626.     {
  19627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/EventListener/Authentication/UserCredentialsChangedSubscriber.php';
  19628.         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()));
  19629.     }
  19630.     /**
  19631.      * Gets the private 'Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber' shared service.
  19632.      *
  19633.      * @return \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber
  19634.      */
  19635.     protected function getExpectationSubscriberService()
  19636.     {
  19637.         return $this->privates['Shopware\\Core\\Framework\\Api\\EventListener\\ExpectationSubscriber'] = new \Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber('6.4.16.1'$this->parameters['kernel.plugin_infos']);
  19638.     }
  19639.     /**
  19640.      * Gets the private 'Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository' shared service.
  19641.      *
  19642.      * @return \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository
  19643.      */
  19644.     protected function getRefreshTokenRepositoryService()
  19645.     {
  19646.         return $this->privates['Shopware\\Core\\Framework\\Api\\OAuth\\RefreshTokenRepository'] = new \Shopware\Core\Framework\Api\OAuth\RefreshTokenRepository(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  19647.     }
  19648.     /**
  19649.      * Gets the private 'Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder' shared service.
  19650.      *
  19651.      * @return \Shopware\Core\Framework\Api\Serializer\JsonEntityEncoder
  19652.      */
  19653.     protected function getJsonEntityEncoderService()
  19654.     {
  19655.         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()));
  19656.     }
  19657.     /**
  19658.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Executor' shared service.
  19659.      *
  19660.      * @return \Shopware\Core\Framework\App\ActionButton\Executor
  19661.      */
  19662.     protected function getExecutorService()
  19663.     {
  19664.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Executor.php';
  19665.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactory.php';
  19666.         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 () {
  19667.             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()));
  19668.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenModalResponseFactory'] ?? $this->getOpenModalResponseFactoryService());
  19669.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ActionButton\\Response\\OpenNewTabResponseFactory'] ?? $this->getOpenNewTabResponseFactoryService());
  19670.             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()));
  19671.         }, 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)));
  19672.     }
  19673.     /**
  19674.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory' shared service.
  19675.      *
  19676.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenModalResponseFactory
  19677.      */
  19678.     protected function getOpenModalResponseFactoryService()
  19679.     {
  19680.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  19681.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenModalResponseFactory.php';
  19682.         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()));
  19683.     }
  19684.     /**
  19685.      * Gets the private 'Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory' shared service.
  19686.      *
  19687.      * @return \Shopware\Core\Framework\App\ActionButton\Response\OpenNewTabResponseFactory
  19688.      */
  19689.     protected function getOpenNewTabResponseFactoryService()
  19690.     {
  19691.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/ActionButtonResponseFactoryInterface.php';
  19692.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ActionButton/Response/OpenNewTabResponseFactory.php';
  19693.         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()));
  19694.     }
  19695.     /**
  19696.      * Gets the private 'Shopware\Core\Framework\App\ActiveAppsLoader' shared service.
  19697.      *
  19698.      * @return \Shopware\Core\Framework\App\ActiveAppsLoader
  19699.      */
  19700.     protected function getActiveAppsLoaderService()
  19701.     {
  19702.         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()));
  19703.     }
  19704.     /**
  19705.      * Gets the private 'Shopware\Core\Framework\App\AppStateService' shared service.
  19706.      *
  19707.      * @return \Shopware\Core\Framework\App\AppStateService
  19708.      */
  19709.     protected function getAppStateServiceService()
  19710.     {
  19711.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppStateService.php';
  19712.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/PaymentMethodStateService.php';
  19713.         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()));
  19714.     }
  19715.     /**
  19716.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy' shared service.
  19717.      *
  19718.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\MoveShopPermanentlyStrategy
  19719.      */
  19720.     protected function getMoveShopPermanentlyStrategyService()
  19721.     {
  19722.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  19723.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/MoveShopPermanentlyStrategy.php';
  19724.         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()));
  19725.     }
  19726.     /**
  19727.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy' shared service.
  19728.      *
  19729.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy
  19730.      */
  19731.     protected function getReinstallAppsStrategyService()
  19732.     {
  19733.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  19734.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/ReinstallAppsStrategy.php';
  19735.         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()));
  19736.     }
  19737.     /**
  19738.      * Gets the private 'Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy' shared service.
  19739.      *
  19740.      * @return \Shopware\Core\Framework\App\AppUrlChangeResolver\UninstallAppsStrategy
  19741.      */
  19742.     protected function getUninstallAppsStrategyService()
  19743.     {
  19744.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/AbstractAppUrlChangeStrategy.php';
  19745.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppUrlChangeResolver/UninstallAppsStrategy.php';
  19746.         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()));
  19747.     }
  19748.     /**
  19749.      * Gets the private 'Shopware\Core\Framework\App\Command\ActivateAppCommand' shared service.
  19750.      *
  19751.      * @return \Shopware\Core\Framework\App\Command\ActivateAppCommand
  19752.      */
  19753.     protected function getActivateAppCommandService()
  19754.     {
  19755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19756.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  19757.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ActivateAppCommand.php';
  19758.         $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()));
  19759.         $instance->setName('app:activate');
  19760.         return $instance;
  19761.     }
  19762.     /**
  19763.      * Gets the private 'Shopware\Core\Framework\App\Command\AppPrinter' shared service.
  19764.      *
  19765.      * @return \Shopware\Core\Framework\App\Command\AppPrinter
  19766.      */
  19767.     protected function getAppPrinterService()
  19768.     {
  19769.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AppPrinter.php';
  19770.         return $this->privates['Shopware\\Core\\Framework\\App\\Command\\AppPrinter'] = new \Shopware\Core\Framework\App\Command\AppPrinter(($this->services['app.repository'] ?? $this->getApp_RepositoryService()));
  19771.     }
  19772.     /**
  19773.      * Gets the private 'Shopware\Core\Framework\App\Command\DeactivateAppCommand' shared service.
  19774.      *
  19775.      * @return \Shopware\Core\Framework\App\Command\DeactivateAppCommand
  19776.      */
  19777.     protected function getDeactivateAppCommandService()
  19778.     {
  19779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19780.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/AbstractAppActivationCommand.php';
  19781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/DeactivateAppCommand.php';
  19782.         $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()));
  19783.         $instance->setName('app:deactivate');
  19784.         return $instance;
  19785.     }
  19786.     /**
  19787.      * Gets the private 'Shopware\Core\Framework\App\Command\InstallAppCommand' shared service.
  19788.      *
  19789.      * @return \Shopware\Core\Framework\App\Command\InstallAppCommand
  19790.      */
  19791.     protected function getInstallAppCommandService()
  19792.     {
  19793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19794.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/InstallAppCommand.php';
  19795.         $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()));
  19796.         $instance->setName('app:install');
  19797.         return $instance;
  19798.     }
  19799.     /**
  19800.      * Gets the private 'Shopware\Core\Framework\App\Command\RefreshAppCommand' shared service.
  19801.      *
  19802.      * @return \Shopware\Core\Framework\App\Command\RefreshAppCommand
  19803.      */
  19804.     protected function getRefreshAppCommandService()
  19805.     {
  19806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19807.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/RefreshAppCommand.php';
  19808.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/AppService.php';
  19809.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycleIterator.php';
  19810.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  19811.         $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);
  19812.         $instance->setName('app:refresh');
  19813.         return $instance;
  19814.     }
  19815.     /**
  19816.      * Gets the private 'Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand' shared service.
  19817.      *
  19818.      * @return \Shopware\Core\Framework\App\Command\ResolveAppUrlChangeCommand
  19819.      */
  19820.     protected function getResolveAppUrlChangeCommandService()
  19821.     {
  19822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ResolveAppUrlChangeCommand.php';
  19824.         $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()));
  19825.         $instance->setName('app:url-change:resolve');
  19826.         return $instance;
  19827.     }
  19828.     /**
  19829.      * Gets the private 'Shopware\Core\Framework\App\Command\UninstallAppCommand' shared service.
  19830.      *
  19831.      * @return \Shopware\Core\Framework\App\Command\UninstallAppCommand
  19832.      */
  19833.     protected function getUninstallAppCommandService()
  19834.     {
  19835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/UninstallAppCommand.php';
  19837.         $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()));
  19838.         $instance->setName('app:uninstall');
  19839.         return $instance;
  19840.     }
  19841.     /**
  19842.      * Gets the private 'Shopware\Core\Framework\App\Command\ValidateAppCommand' shared service.
  19843.      *
  19844.      * @return \Shopware\Core\Framework\App\Command\ValidateAppCommand
  19845.      */
  19846.     protected function getValidateAppCommandService()
  19847.     {
  19848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19849.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Command/ValidateAppCommand.php';
  19850.         $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()));
  19851.         $instance->setName('app:validate');
  19852.         return $instance;
  19853.     }
  19854.     /**
  19855.      * Gets the private 'Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider' shared service.
  19856.      *
  19857.      * @return \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider
  19858.      */
  19859.     protected function getAppConfirmationDeltaProviderService()
  19860.     {
  19861.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Delta/AppConfirmationDeltaProvider.php';
  19862.         return $this->privates['Shopware\\Core\\Framework\\App\\Delta\\AppConfirmationDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\AppConfirmationDeltaProvider(new RewindableGenerator(function () {
  19863.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\PermissionsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\PermissionsDeltaProvider()));
  19864.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Delta\\DomainsDeltaProvider'] = new \Shopware\Core\Framework\App\Delta\DomainsDeltaProvider()));
  19865.         }, 2));
  19866.     }
  19867.     /**
  19868.      * Gets the private 'Shopware\Core\Framework\App\Hmac\QuerySigner' shared service.
  19869.      *
  19870.      * @return \Shopware\Core\Framework\App\Hmac\QuerySigner
  19871.      */
  19872.     protected function getQuerySignerService()
  19873.     {
  19874.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/QuerySigner.php';
  19875.         return $this->privates['Shopware\\Core\\Framework\\App\\Hmac\\QuerySigner'] = new \Shopware\Core\Framework\App\Hmac\QuerySigner($this->getEnv('APP_URL'), '6.4.16.1', ($this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] ?? $this->getLocaleProviderService()), ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService()));
  19876.     }
  19877.     /**
  19878.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLifecycle' shared service.
  19879.      *
  19880.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLifecycle
  19881.      */
  19882.     protected function getAppLifecycleService()
  19883.     {
  19884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AbstractAppLifecycle.php';
  19885.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/AppLifecycle.php';
  19886.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PermissionPersister.php';
  19887.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CustomFieldPersister.php';
  19888.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/ActionButtonPersister.php';
  19889.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/TemplatePersister.php';
  19890.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/AbstractTemplateLoader.php';
  19891.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/App/Template/IconTemplateLoader.php';
  19892.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Template/TemplateLoader.php';
  19893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/WebhookPersister.php';
  19894.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/PaymentMethodPersister.php';
  19895.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/CmsBlockPersister.php';
  19896.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/AbstractBlockTemplateLoader.php';
  19897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Cms/BlockTemplateLoader.php';
  19898.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomEntity/Schema/CustomEntityPersister.php';
  19899.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/FlowActionPersister.php';
  19900.         include_once \dirname(__DIR__4).'/vendor/shopware/administration/Snippet/AppAdministrationSnippetPersister.php';
  19901.         $a = ($this->services['app.repository'] ?? $this->getApp_RepositoryService());
  19902.         $b = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  19903.         $c = ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService());
  19904.         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())));
  19905.     }
  19906.     /**
  19907.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\AppLoader' shared service.
  19908.      *
  19909.      * @return \Shopware\Core\Framework\App\Lifecycle\AppLoader
  19910.      */
  19911.     protected function getAppLoaderService()
  19912.     {
  19913.         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());
  19914.     }
  19915.     /**
  19916.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister' shared service.
  19917.      *
  19918.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\RuleConditionPersister
  19919.      */
  19920.     protected function getRuleConditionPersisterService()
  19921.     {
  19922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Persister/RuleConditionPersister.php';
  19923.         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()));
  19924.     }
  19925.     /**
  19926.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister' shared service.
  19927.      *
  19928.      * @return \Shopware\Core\Framework\App\Lifecycle\Persister\ScriptPersister
  19929.      */
  19930.     protected function getScriptPersisterService()
  19931.     {
  19932.         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()));
  19933.     }
  19934.     /**
  19935.      * Gets the private 'Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService' shared service.
  19936.      *
  19937.      * @return \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService
  19938.      */
  19939.     protected function getAppRegistrationServiceService()
  19940.     {
  19941.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/AppRegistrationService.php';
  19942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Registration/HandshakeFactory.php';
  19943.         $a = ($this->services['Shopware\\Core\\Framework\\App\\ShopId\\ShopIdProvider'] ?? $this->getShopIdProviderService());
  19944.         return $this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\Registration\\AppRegistrationService'] = new \Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService(new \Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory($this->getEnv('APP_URL'), $a, ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] ?? $this->getStoreClientService()), '6.4.16.1'), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), ($this->services['app.repository'] ?? $this->getApp_RepositoryService()), $this->getEnv('APP_URL'), $a'6.4.16.1');
  19945.     }
  19946.     /**
  19947.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler' shared service.
  19948.      *
  19949.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler
  19950.      */
  19951.     protected function getAppAsyncPaymentHandlerService()
  19952.     {
  19953.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  19955.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  19956.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  19957.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/AsynchronousPaymentHandlerInterface.php';
  19958.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppAsyncPaymentHandler.php';
  19959.         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()));
  19960.     }
  19961.     /**
  19962.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler' shared service.
  19963.      *
  19964.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler
  19965.      */
  19966.     protected function getAppPaymentHandlerService()
  19967.     {
  19968.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  19970.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  19971.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  19972.         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()));
  19973.     }
  19974.     /**
  19975.      * Gets the private 'Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler' shared service.
  19976.      *
  19977.      * @return \Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler
  19978.      */
  19979.     protected function getAppSyncPaymentHandlerService()
  19980.     {
  19981.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerInterface.php';
  19982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/RefundPaymentHandlerInterface.php';
  19983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PreparedPaymentHandlerInterface.php';
  19984.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppPaymentHandler.php';
  19985.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/SynchronousPaymentHandlerInterface.php';
  19986.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Handler/AppSyncPaymentHandler.php';
  19987.         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()));
  19988.     }
  19989.     /**
  19990.      * Gets the private 'Shopware\Core\Framework\App\Payment\Payload\PayloadService' shared service.
  19991.      *
  19992.      * @return \Shopware\Core\Framework\App\Payment\Payload\PayloadService
  19993.      */
  19994.     protected function getPayloadServiceService()
  19995.     {
  19996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Payment/Payload/PayloadService.php';
  19997.         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'));
  19998.     }
  19999.     /**
  20000.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler' shared service.
  20001.      *
  20002.      * @return \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsHandler
  20003.      */
  20004.     protected function getDeleteCascadeAppsHandlerService()
  20005.     {
  20006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/DeleteCascadeAppsHandler.php';
  20007.         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()));
  20008.     }
  20009.     /**
  20010.      * Gets the private 'Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler' shared service.
  20011.      *
  20012.      * @return \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler
  20013.      */
  20014.     protected function getUpdateAppsHandlerService()
  20015.     {
  20016.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/ScheduledTask/UpdateAppsHandler.php';
  20017.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AbstractAppUpdater.php';
  20018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Lifecycle/Update/AppUpdater.php';
  20019.         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())));
  20020.     }
  20021.     /**
  20022.      * Gets the private 'Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber' shared service.
  20023.      *
  20024.      * @return \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber
  20025.      */
  20026.     protected function getCustomFieldProtectionSubscriberService()
  20027.     {
  20028.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Subscriber/CustomFieldProtectionSubscriber.php';
  20029.         return $this->privates['Shopware\\Core\\Framework\\App\\Subscriber\\CustomFieldProtectionSubscriber'] = new \Shopware\Core\Framework\App\Subscriber\CustomFieldProtectionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20030.     }
  20031.     /**
  20032.      * Gets the private 'Shopware\Core\Framework\App\Validation\ConfigValidator' shared service.
  20033.      *
  20034.      * @return \Shopware\Core\Framework\App\Validation\ConfigValidator
  20035.      */
  20036.     protected function getConfigValidatorService()
  20037.     {
  20038.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  20039.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ConfigValidator.php';
  20040.         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())));
  20041.     }
  20042.     /**
  20043.      * Gets the private 'Shopware\Core\Framework\App\Validation\HookableValidator' shared service.
  20044.      *
  20045.      * @return \Shopware\Core\Framework\App\Validation\HookableValidator
  20046.      */
  20047.     protected function getHookableValidatorService()
  20048.     {
  20049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/AbstractManifestValidator.php';
  20050.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/HookableValidator.php';
  20051.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/HookableEventCollector.php';
  20052.         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())));
  20053.     }
  20054.     /**
  20055.      * Gets the private 'Shopware\Core\Framework\App\Validation\ManifestValidator' shared service.
  20056.      *
  20057.      * @return \Shopware\Core\Framework\App\Validation\ManifestValidator
  20058.      */
  20059.     protected function getManifestValidatorService()
  20060.     {
  20061.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Validation/ManifestValidator.php';
  20062.         return $this->privates['Shopware\\Core\\Framework\\App\\Validation\\ManifestValidator'] = new \Shopware\Core\Framework\App\Validation\ManifestValidator(new RewindableGenerator(function () {
  20063.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\TranslationValidator'] = new \Shopware\Core\Framework\App\Validation\TranslationValidator()));
  20064.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\AppNameValidator'] = new \Shopware\Core\Framework\App\Validation\AppNameValidator()));
  20065.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\ConfigValidator'] ?? $this->getConfigValidatorService());
  20066.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\Validation\\HookableValidator'] ?? $this->getHookableValidatorService());
  20067.         }, 4));
  20068.     }
  20069.     /**
  20070.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand' shared service.
  20071.      *
  20072.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand
  20073.      */
  20074.     protected function getChangelogChangeCommandService()
  20075.     {
  20076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogChangeCommand.php';
  20078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  20079.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseExporter.php';
  20080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  20081.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20082.         $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']));
  20083.         $instance->setName('changelog:change');
  20084.         return $instance;
  20085.     }
  20086.     /**
  20087.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand' shared service.
  20088.      *
  20089.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand
  20090.      */
  20091.     protected function getChangelogCheckCommandService()
  20092.     {
  20093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20094.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCheckCommand.php';
  20095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  20096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogValidator.php';
  20097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  20098.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20099.         $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']));
  20100.         $instance->setName('changelog:check');
  20101.         return $instance;
  20102.     }
  20103.     /**
  20104.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand' shared service.
  20105.      *
  20106.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand
  20107.      */
  20108.     protected function getChangelogCreateCommandService()
  20109.     {
  20110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20111.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogCreateCommand.php';
  20112.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  20113.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogGenerator.php';
  20114.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  20115.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20116.         $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']));
  20117.         $instance->setName('changelog:create');
  20118.         return $instance;
  20119.     }
  20120.     /**
  20121.      * Gets the private 'Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand' shared service.
  20122.      *
  20123.      * @return \Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand
  20124.      */
  20125.     protected function getChangelogReleaseCommandService()
  20126.     {
  20127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20128.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Command/ChangelogReleaseCommand.php';
  20129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogProcessor.php';
  20130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/Processor/ChangelogReleaseCreator.php';
  20131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Changelog/ChangelogParser.php';
  20132.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20133.         $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']));
  20134.         $instance->setName('changelog:release');
  20135.         return $instance;
  20136.     }
  20137.     /**
  20138.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand' shared service.
  20139.      *
  20140.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand
  20141.      */
  20142.     protected function getCreateEntitiesCommandService()
  20143.     {
  20144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20145.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateEntitiesCommand.php';
  20146.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/EntityGenerator.php';
  20147.         $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));
  20148.         $instance->setName('dal:create:entities');
  20149.         return $instance;
  20150.     }
  20151.     /**
  20152.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand' shared service.
  20153.      *
  20154.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateHydratorCommand
  20155.      */
  20156.     protected function getCreateHydratorCommandService()
  20157.     {
  20158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20159.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateHydratorCommand.php';
  20160.         $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));
  20161.         $instance->setName('dal:create:hydrators');
  20162.         return $instance;
  20163.     }
  20164.     /**
  20165.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand' shared service.
  20166.      *
  20167.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand
  20168.      */
  20169.     protected function getCreateSchemaCommandService()
  20170.     {
  20171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20172.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/CreateSchemaCommand.php';
  20173.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/SchemaGenerator.php';
  20174.         $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));
  20175.         $instance->setName('dal:create:schema');
  20176.         return $instance;
  20177.     }
  20178.     /**
  20179.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand' shared service.
  20180.      *
  20181.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand
  20182.      */
  20183.     protected function getDataAbstractionLayerValidateCommandService()
  20184.     {
  20185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20186.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/DataAbstractionLayerValidateCommand.php';
  20187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionValidator.php';
  20188.         $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())));
  20189.         $instance->setName('dal:validate');
  20190.         return $instance;
  20191.     }
  20192.     /**
  20193.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand' shared service.
  20194.      *
  20195.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand
  20196.      */
  20197.     protected function getRefreshIndexCommandService()
  20198.     {
  20199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20200.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  20201.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/RefreshIndexCommand.php';
  20202.         $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()));
  20203.         $instance->setName('dal:refresh:index');
  20204.         return $instance;
  20205.     }
  20206.     /**
  20207.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory' shared service.
  20208.      *
  20209.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\IteratorFactory
  20210.      */
  20211.     protected function getIteratorFactoryService()
  20212.     {
  20213.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/IteratorFactory.php';
  20214.         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()));
  20215.     }
  20216.     /**
  20217.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder' shared service.
  20218.      *
  20219.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder
  20220.      */
  20221.     protected function getCriteriaQueryBuilderService()
  20222.     {
  20223.         $a = ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\SqlQueryParser'] ?? $this->getSqlQueryParserService());
  20224.         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));
  20225.     }
  20226.     /**
  20227.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator' shared service.
  20228.      *
  20229.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator
  20230.      */
  20231.     protected function getAppContextCreatorService()
  20232.     {
  20233.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Facade/AppContextCreator.php';
  20234.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Facade\\AppContextCreator'] = new \Shopware\Core\Framework\DataAbstractionLayer\Facade\AppContextCreator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20235.     }
  20236.     /**
  20237.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater' shared service.
  20238.      *
  20239.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ChildCountUpdater
  20240.      */
  20241.     protected function getChildCountUpdaterService()
  20242.     {
  20243.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ChildCountUpdater.php';
  20244.         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()));
  20245.     }
  20246.     /**
  20247.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater' shared service.
  20248.      *
  20249.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\InheritanceUpdater
  20250.      */
  20251.     protected function getInheritanceUpdaterService()
  20252.     {
  20253.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/InheritanceUpdater.php';
  20254.         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()));
  20255.     }
  20256.     /**
  20257.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater' shared service.
  20258.      *
  20259.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\ManyToManyIdFieldUpdater
  20260.      */
  20261.     protected function getManyToManyIdFieldUpdaterService()
  20262.     {
  20263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/ManyToManyIdFieldUpdater.php';
  20264.         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()));
  20265.     }
  20266.     /**
  20267.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber' shared service.
  20268.      *
  20269.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\Subscriber\RegisteredIndexerSubscriber
  20270.      */
  20271.     protected function getRegisteredIndexerSubscriberService()
  20272.     {
  20273.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/Subscriber/RegisteredIndexerSubscriber.php';
  20274.         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()));
  20275.     }
  20276.     /**
  20277.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater' shared service.
  20278.      *
  20279.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Indexing\TreeUpdater
  20280.      */
  20281.     protected function getTreeUpdaterService()
  20282.     {
  20283.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/TreeUpdater.php';
  20284.         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()));
  20285.     }
  20286.     /**
  20287.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator' shared service.
  20288.      *
  20289.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
  20290.      */
  20291.     protected function getApiCriteriaValidatorService()
  20292.     {
  20293.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/ApiCriteriaValidator.php';
  20294.         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()));
  20295.     }
  20296.     /**
  20297.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher' shared service.
  20298.      *
  20299.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CompositeEntitySearcher
  20300.      */
  20301.     protected function getCompositeEntitySearcherService()
  20302.     {
  20303.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CompositeEntitySearcher.php';
  20304.         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 () {
  20305.             yield => ($this->services['Shopware\\Core\\Content\\LandingPage\\LandingPageDefinition'] ?? $this->getLandingPageDefinitionService());
  20306.             yield => ($this->services['Shopware\\Core\\Checkout\\Order\\OrderDefinition'] ?? $this->getOrderDefinitionService());
  20307.             yield => ($this->services['Shopware\\Core\\Checkout\\Customer\\CustomerDefinition'] ?? $this->getCustomerDefinitionService());
  20308.             yield => ($this->services['Shopware\\Core\\Content\\Product\\ProductDefinition'] ?? $this->getProductDefinitionService());
  20309.             yield => ($this->services['Shopware\\Core\\Content\\Category\\CategoryDefinition'] ?? $this->getCategoryDefinitionService());
  20310.             yield => ($this->services['Shopware\\Core\\Content\\Media\\MediaDefinition'] ?? $this->getMediaDefinitionService());
  20311.             yield => ($this->services['Shopware\\Core\\Content\\Product\\Aggregate\\ProductManufacturer\\ProductManufacturerDefinition'] ?? $this->getProductManufacturerDefinitionService());
  20312.             yield => ($this->services['Shopware\\Core\\System\\Tag\\TagDefinition'] ?? $this->getTagDefinitionService());
  20313.             yield => ($this->services['Shopware\\Core\\Content\\Cms\\CmsPageDefinition'] ?? $this->getCmsPageDefinitionService());
  20314.         }, 9));
  20315.     }
  20316.     /**
  20317.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter' shared service.
  20318.      *
  20319.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\CriteriaArrayConverter
  20320.      */
  20321.     protected function getCriteriaArrayConverterService()
  20322.     {
  20323.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/CriteriaArrayConverter.php';
  20324.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  20325.         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())));
  20326.     }
  20327.     /**
  20328.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser' shared service.
  20329.      *
  20330.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser
  20331.      */
  20332.     protected function getSqlQueryParserService()
  20333.     {
  20334.         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()));
  20335.     }
  20336.     /**
  20337.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\RequestCriteriaBuilder' shared service.
  20338.      *
  20339.      * @return \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed
  20340.      */
  20341.     protected function getRequestCriteriaBuilderService()
  20342.     {
  20343.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php';
  20344.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT32887/RequestCriteriaBuilderFixed.php';
  20345.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/AggregationParser.php';
  20346.         return $this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\RequestCriteriaBuilder'] = new \Swag\Security\Fixes\NEXT32887\RequestCriteriaBuilderFixed(($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] ?? ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\Parser\\AggregationParser'] = new \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);
  20347.     }
  20348.     /**
  20349.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter' shared service.
  20350.      *
  20351.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\Filter\TokenFilter
  20352.      */
  20353.     protected function getTokenFilterService()
  20354.     {
  20355.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/AbstractTokenFilter.php';
  20356.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Term/Filter/TokenFilter.php';
  20357.         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()));
  20358.     }
  20359.     /**
  20360.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter' shared service.
  20361.      *
  20362.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Search\Term\SearchTermInterpreter
  20363.      */
  20364.     protected function getSearchTermInterpreterService()
  20365.     {
  20366.         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')))));
  20367.     }
  20368.     /**
  20369.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator' shared service.
  20370.      *
  20371.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator
  20372.      */
  20373.     protected function getEntityExistsValidatorService()
  20374.     {
  20375.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20376.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20377.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExistsValidator.php';
  20378.         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()));
  20379.     }
  20380.     /**
  20381.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator' shared service.
  20382.      *
  20383.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator
  20384.      */
  20385.     protected function getEntityNotExistsValidatorService()
  20386.     {
  20387.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20388.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20389.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityNotExistsValidator.php';
  20390.         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()));
  20391.     }
  20392.     /**
  20393.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler' shared service.
  20394.      *
  20395.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Version\Cleanup\CleanupVersionTaskHandler
  20396.      */
  20397.     protected function getCleanupVersionTaskHandlerService()
  20398.     {
  20399.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Version/Cleanup/CleanupVersionTaskHandler.php';
  20400.         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);
  20401.     }
  20402.     /**
  20403.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator' shared service.
  20404.      *
  20405.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\LockValidator
  20406.      */
  20407.     protected function getLockValidatorService()
  20408.     {
  20409.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Write/Validation/LockValidator.php';
  20410.         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()));
  20411.     }
  20412.     /**
  20413.      * Gets the private 'Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor' shared service.
  20414.      *
  20415.      * @return \Shopware\Core\Framework\DataAbstractionLayer\Write\WriteCommandExtractor
  20416.      */
  20417.     protected function getWriteCommandExtractorService()
  20418.     {
  20419.         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()));
  20420.     }
  20421.     /**
  20422.      * Gets the private 'Shopware\Core\Framework\Demodata\Command\DemodataCommand' shared service.
  20423.      *
  20424.      * @return \Shopware\Core\Framework\Demodata\Command\DemodataCommand
  20425.      */
  20426.     protected function getDemodataCommandService()
  20427.     {
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Command/DemodataCommand.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataService.php';
  20431.         $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 () {
  20432.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\RuleGenerator'] ?? $this->getRuleGeneratorService());
  20433.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomerGenerator'] ?? $this->getCustomerGeneratorService());
  20434.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] ?? $this->getPropertyGroupGeneratorService());
  20435.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CategoryGenerator'] ?? $this->getCategoryGeneratorService());
  20436.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductManufacturerGenerator'] ?? $this->getProductManufacturerGeneratorService());
  20437.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\TagGenerator'] ?? $this->getTagGeneratorService());
  20438.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductReviewGenerator'] ?? $this->getProductReviewGeneratorService());
  20439.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductGenerator'] ?? $this->getProductGeneratorService());
  20440.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PromotionGenerator'] ?? $this->getPromotionGeneratorService());
  20441.             yield => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\FlowGenerator'] ?? $this->getFlowGeneratorService());
  20442.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MediaGenerator'] ?? $this->getMediaGeneratorService());
  20443.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\ProductStreamGenerator'] ?? $this->getProductStreamGeneratorService());
  20444.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\OrderGenerator'] ?? $this->getOrderGeneratorService());
  20445.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\CustomFieldGenerator'] ?? $this->getCustomFieldGeneratorService());
  20446.             yield 14 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailTemplateGenerator'] ?? $this->getMailTemplateGeneratorService());
  20447.             yield 15 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\MailHeaderFooterGenerator'] ?? $this->getMailHeaderFooterGeneratorService());
  20448.             yield 16 => ($this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\UserGenerator'] ?? $this->getUserGeneratorService());
  20449.         }, 17), \dirname(__DIR__4), ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\DefinitionInstanceRegistry'] ?? $this->getDefinitionInstanceRegistryService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'dev');
  20450.         $instance->addDefault('rules'25);
  20451.         $instance->addOption('rules'NULL4'Rules count');
  20452.         $instance->addDefault('customers'60);
  20453.         $instance->addOption('customers'NULL4'Customers count');
  20454.         $instance->addDefault('properties'10);
  20455.         $instance->addOption('properties'NULL4'Property group count (option count rand(30-300))');
  20456.         $instance->addDefault('categories'10);
  20457.         $instance->addOption('categories'NULL4'Categories count');
  20458.         $instance->addDefault('manufacturers'60);
  20459.         $instance->addOption('manufacturers'NULL4'Manufacturers count');
  20460.         $instance->addDefault('tags'50);
  20461.         $instance->addOption('tags'NULL4'Tags count');
  20462.         $instance->addDefault('reviews'20);
  20463.         $instance->addOption('reviews'NULL4'Reviews count');
  20464.         $instance->addDefault('products'1000);
  20465.         $instance->addOption('products'NULL4'Products count');
  20466.         $instance->addDefault('promotions'50);
  20467.         $instance->addOption('promotions'NULL4'Promotions count');
  20468.         $instance->addDefault('flows'0);
  20469.         $instance->addOption('flows'NULL4'Flows count');
  20470.         $instance->addDefault('media'300);
  20471.         $instance->addOption('media'NULL4'Media count');
  20472.         $instance->addDefault('product-streams'10);
  20473.         $instance->addOption('product-streams'NULL4'Product-streams count');
  20474.         $instance->addDefault('orders'60);
  20475.         $instance->addOption('orders'NULL4'Orders count');
  20476.         $instance->addDefault('attribute-sets'4);
  20477.         $instance->addOption('attribute-sets'NULL4'CustomField set count');
  20478.         $instance->addDefault('mail-template'10);
  20479.         $instance->addOption('mail-template'NULL4'Mail-template count');
  20480.         $instance->addDefault('mail-header-footer'3);
  20481.         $instance->addOption('mail-header-footer'NULL4'Mail header/footer count');
  20482.         $instance->addDefault('users'0);
  20483.         $instance->addOption('users'NULL4'Users count');
  20484.         $instance->setName('framework:demodata');
  20485.         return $instance;
  20486.     }
  20487.     /**
  20488.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CategoryGenerator' shared service.
  20489.      *
  20490.      * @return \Shopware\Core\Framework\Demodata\Generator\CategoryGenerator
  20491.      */
  20492.     protected function getCategoryGeneratorService()
  20493.     {
  20494.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20495.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CategoryGenerator.php';
  20496.         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()));
  20497.     }
  20498.     /**
  20499.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator' shared service.
  20500.      *
  20501.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomFieldGenerator
  20502.      */
  20503.     protected function getCustomFieldGeneratorService()
  20504.     {
  20505.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomFieldGenerator.php';
  20507.         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()));
  20508.     }
  20509.     /**
  20510.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\CustomerGenerator' shared service.
  20511.      *
  20512.      * @return \Shopware\Core\Framework\Demodata\Generator\CustomerGenerator
  20513.      */
  20514.     protected function getCustomerGeneratorService()
  20515.     {
  20516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20517.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/CustomerGenerator.php';
  20518.         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()));
  20519.     }
  20520.     /**
  20521.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\FlowGenerator' shared service.
  20522.      *
  20523.      * @return \Shopware\Core\Framework\Demodata\Generator\FlowGenerator
  20524.      */
  20525.     protected function getFlowGeneratorService()
  20526.     {
  20527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20528.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/FlowGenerator.php';
  20529.         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()));
  20530.     }
  20531.     /**
  20532.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator' shared service.
  20533.      *
  20534.      * @return \Shopware\Core\Framework\Demodata\Generator\MailHeaderFooterGenerator
  20535.      */
  20536.     protected function getMailHeaderFooterGeneratorService()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20539.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailHeaderFooterGenerator.php';
  20540.         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()));
  20541.     }
  20542.     /**
  20543.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator' shared service.
  20544.      *
  20545.      * @return \Shopware\Core\Framework\Demodata\Generator\MailTemplateGenerator
  20546.      */
  20547.     protected function getMailTemplateGeneratorService()
  20548.     {
  20549.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20550.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MailTemplateGenerator.php';
  20551.         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()));
  20552.     }
  20553.     /**
  20554.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\MediaGenerator' shared service.
  20555.      *
  20556.      * @return \Shopware\Core\Framework\Demodata\Generator\MediaGenerator
  20557.      */
  20558.     protected function getMediaGeneratorService()
  20559.     {
  20560.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20561.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/MediaGenerator.php';
  20562.         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()));
  20563.     }
  20564.     /**
  20565.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\OrderGenerator' shared service.
  20566.      *
  20567.      * @return \Shopware\Core\Framework\Demodata\Generator\OrderGenerator
  20568.      */
  20569.     protected function getOrderGeneratorService()
  20570.     {
  20571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20572.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/OrderGenerator.php';
  20573.         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()));
  20574.     }
  20575.     /**
  20576.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductGenerator' shared service.
  20577.      *
  20578.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductGenerator
  20579.      */
  20580.     protected function getProductGeneratorService()
  20581.     {
  20582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductGenerator.php';
  20584.         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()));
  20585.     }
  20586.     /**
  20587.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator' shared service.
  20588.      *
  20589.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductManufacturerGenerator
  20590.      */
  20591.     protected function getProductManufacturerGeneratorService()
  20592.     {
  20593.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20594.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductManufacturerGenerator.php';
  20595.         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()));
  20596.     }
  20597.     /**
  20598.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator' shared service.
  20599.      *
  20600.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductReviewGenerator
  20601.      */
  20602.     protected function getProductReviewGeneratorService()
  20603.     {
  20604.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20605.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductReviewGenerator.php';
  20606.         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()));
  20607.     }
  20608.     /**
  20609.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator' shared service.
  20610.      *
  20611.      * @return \Shopware\Core\Framework\Demodata\Generator\ProductStreamGenerator
  20612.      */
  20613.     protected function getProductStreamGeneratorService()
  20614.     {
  20615.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20616.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/ProductStreamGenerator.php';
  20617.         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()));
  20618.     }
  20619.     /**
  20620.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PromotionGenerator' shared service.
  20621.      *
  20622.      * @return \Shopware\Core\Framework\Demodata\Generator\PromotionGenerator
  20623.      */
  20624.     protected function getPromotionGeneratorService()
  20625.     {
  20626.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20627.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PromotionGenerator.php';
  20628.         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()));
  20629.     }
  20630.     /**
  20631.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator' shared service.
  20632.      *
  20633.      * @return \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator
  20634.      */
  20635.     protected function getPropertyGroupGeneratorService()
  20636.     {
  20637.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20638.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/PropertyGroupGenerator.php';
  20639.         return $this->privates['Shopware\\Core\\Framework\\Demodata\\Generator\\PropertyGroupGenerator'] = new \Shopware\Core\Framework\Demodata\Generator\PropertyGroupGenerator(($this->services['property_group.repository'] ?? $this->getPropertyGroup_RepositoryService()));
  20640.     }
  20641.     /**
  20642.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\RuleGenerator' shared service.
  20643.      *
  20644.      * @return \Shopware\Core\Framework\Demodata\Generator\RuleGenerator
  20645.      */
  20646.     protected function getRuleGeneratorService()
  20647.     {
  20648.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20649.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/RuleGenerator.php';
  20650.         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()));
  20651.     }
  20652.     /**
  20653.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\TagGenerator' shared service.
  20654.      *
  20655.      * @return \Shopware\Core\Framework\Demodata\Generator\TagGenerator
  20656.      */
  20657.     protected function getTagGeneratorService()
  20658.     {
  20659.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20660.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/TagGenerator.php';
  20661.         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()));
  20662.     }
  20663.     /**
  20664.      * Gets the private 'Shopware\Core\Framework\Demodata\Generator\UserGenerator' shared service.
  20665.      *
  20666.      * @return \Shopware\Core\Framework\Demodata\Generator\UserGenerator
  20667.      */
  20668.     protected function getUserGeneratorService()
  20669.     {
  20670.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/DemodataGeneratorInterface.php';
  20671.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/Generator/UserGenerator.php';
  20672.         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()));
  20673.     }
  20674.     /**
  20675.      * Gets the private 'Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand' shared service.
  20676.      *
  20677.      * @return \Shopware\Core\Framework\Demodata\PersonalData\CleanPersonalDataCommand
  20678.      */
  20679.     protected function getCleanPersonalDataCommandService()
  20680.     {
  20681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20682.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Demodata/PersonalData/CleanPersonalDataCommand.php';
  20683.         $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()));
  20684.         $instance->setName('database:clean-personal-data');
  20685.         return $instance;
  20686.     }
  20687.     /**
  20688.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventCollector' shared service.
  20689.      *
  20690.      * @return \Shopware\Core\Framework\Event\BusinessEventCollector
  20691.      */
  20692.     protected function getBusinessEventCollectorService()
  20693.     {
  20694.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/BusinessEventCollector.php';
  20695.         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()));
  20696.     }
  20697.     /**
  20698.      * Gets the private 'Shopware\Core\Framework\Event\BusinessEventDispatcher' shared service.
  20699.      *
  20700.      * @return \Shopware\Core\Framework\Event\BusinessEventDispatcher
  20701.      */
  20702.     protected function getBusinessEventDispatcherService()
  20703.     {
  20704.         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()));
  20705.     }
  20706.     /**
  20707.      * Gets the private 'Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand' shared service.
  20708.      *
  20709.      * @return \Shopware\Core\Framework\Event\Command\DebugDumpBusinessEventsCommand
  20710.      */
  20711.     protected function getDebugDumpBusinessEventsCommandService()
  20712.     {
  20713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/Command/DebugDumpBusinessEventsCommand.php';
  20715.         $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()));
  20716.         $instance->setName('debug:business-events');
  20717.         return $instance;
  20718.     }
  20719.     /**
  20720.      * Gets the private 'Shopware\Core\Framework\Event\EventAction\EventActionSubscriber' shared service.
  20721.      *
  20722.      * @return \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber
  20723.      */
  20724.     protected function getEventActionSubscriberService()
  20725.     {
  20726.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Event/EventAction/EventActionSubscriber.php';
  20727.         return $this->privates['Shopware\\Core\\Framework\\Event\\EventAction\\EventActionSubscriber'] = new \Shopware\Core\Framework\Event\EventAction\EventActionSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  20728.     }
  20729.     /**
  20730.      * Gets the private 'Shopware\Core\Framework\Feature\Command\FeatureDumpCommand' shared service.
  20731.      *
  20732.      * @return \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand
  20733.      */
  20734.     protected function getFeatureDumpCommandService()
  20735.     {
  20736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20737.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Feature/Command/FeatureDumpCommand.php';
  20738.         $this->privates['Shopware\\Core\\Framework\\Feature\\Command\\FeatureDumpCommand'] = $instance = new \Shopware\Core\Framework\Feature\Command\FeatureDumpCommand(($this->services['kernel'] ?? $this->get('kernel'1)));
  20739.         $instance->setName('feature:dump');
  20740.         $instance->setAliases([=> 'administration:dump:features']);
  20741.         return $instance;
  20742.     }
  20743.     /**
  20744.      * Gets the private 'Shopware\Core\Framework\Log\LoggingService' shared service.
  20745.      *
  20746.      * @return \Shopware\Core\Framework\Log\LoggingService
  20747.      */
  20748.     protected function getLoggingServiceService()
  20749.     {
  20750.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/LoggingService.php';
  20751.         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()));
  20752.     }
  20753.     /**
  20754.      * Gets the private 'Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler' shared service.
  20755.      *
  20756.      * @return \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler
  20757.      */
  20758.     protected function getExcludeExceptionHandlerService()
  20759.     {
  20760.         $a = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  20761.         $a->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  20762.         return $this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] = new \Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler($a$this->parameters['shopware.logger.exclude_exception']);
  20763.     }
  20764.     /**
  20765.      * Gets the private 'Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler' shared service.
  20766.      *
  20767.      * @return \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTaskHandler
  20768.      */
  20769.     protected function getLogCleanupTaskHandlerService()
  20770.     {
  20771.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/ScheduledTask/LogCleanupTaskHandler.php';
  20772.         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()));
  20773.     }
  20774.     /**
  20775.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand' shared service.
  20776.      *
  20777.      * @return \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand
  20778.      */
  20779.     protected function getDispatchSleepMessageCommandService()
  20780.     {
  20781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20782.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  20783.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Command/DispatchSleepMessageCommand.php';
  20784.         $this->privates['Shopware\\Core\\Framework\\MessageQueue\\Command\\DispatchSleepMessageCommand'] = $instance = new \Shopware\Core\Framework\MessageQueue\Command\DispatchSleepMessageCommand(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  20785.         $instance->setName('debug:messenger:dispatch-sleep');
  20786.         return $instance;
  20787.     }
  20788.     /**
  20789.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler' shared service.
  20790.      *
  20791.      * @return \Shopware\Core\Framework\MessageQueue\Handler\EncryptedMessageHandler
  20792.      */
  20793.     protected function getEncryptedMessageHandlerService()
  20794.     {
  20795.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/EncryptedMessageHandler.php';
  20796.         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')))));
  20797.     }
  20798.     /**
  20799.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler' shared service.
  20800.      *
  20801.      * @return \Shopware\Core\Framework\MessageQueue\Handler\RetryMessageHandler
  20802.      */
  20803.     protected function getRetryMessageHandlerService()
  20804.     {
  20805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/RetryMessageHandler.php';
  20806.         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 () {
  20807.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'] ?? $this->getLogCleanupTaskHandlerService());
  20808.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService());
  20809.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'] ?? $this->getCacheClearer2Service());
  20810.             yield => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'] ?? $this->getGenerateThumbnailsHandlerService());
  20811.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'] ?? $this->getUpdateAppsHandlerService());
  20812.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'] ?? $this->getDeleteCascadeAppsHandlerService());
  20813.             yield => ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService());
  20814.             yield => ($this->privates['Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'] ?? $this->getCleanupVersionTaskHandlerService());
  20815.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'] ?? $this->getEncryptedMessageHandlerService());
  20816.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'] ?? $this->getRetryMessageHandlerService());
  20817.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'] ?? $this->getSleepTaskHandlerService());
  20818.             yield 11 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'] ?? $this->getRequeueDeadMessagesHandlerService());
  20819.             yield 12 => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'] ?? $this->getRegisterScheduledTaskHandlerService());
  20820.             yield 13 => ($this->privates['Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'] ?? $this->getWebhookEventMessageHandlerService());
  20821.             yield 14 => ($this->privates['Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'] ?? $this->getCleanupSalesChannelContextTaskHandlerService());
  20822.             yield 15 => ($this->privates['Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandler2Service());
  20823.             yield 16 => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'] ?? $this->getCleanupProductKeywordDictionaryTaskHandlerService());
  20824.             yield 17 => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'] ?? $this->getNewsletterRecipientTaskHandlerService());
  20825.             yield 18 => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'] ?? $this->getUpdateProductStreamMappingTaskHandlerService());
  20826.             yield 19 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'] ?? $this->getProductExportGenerateTaskHandlerService());
  20827.             yield 20 => ($this->privates['Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'] ?? $this->getProductExportPartialGenerationHandlerService());
  20828.             yield 21 => ($this->services['Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'] ?? $this->getImportExportHandlerService());
  20829.             yield 22 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'] ?? $this->getDeleteFileHandlerService());
  20830.             yield 23 => ($this->privates['Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'] ?? $this->getCleanupImportExportFileTaskHandlerService());
  20831.             yield 24 => ($this->privates['Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'] ?? $this->getSitemapGenerateTaskHandlerService());
  20832.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'] ?? $this->getCleanupCartTaskHandlerService());
  20833.             yield 26 => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  20834.             yield 27 => ($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService());
  20835.             yield 28 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'] ?? $this->getElasticsearchIndexerService());
  20836.             yield 29 => ($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService());
  20837.         }, 30), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20838.     }
  20839.     /**
  20840.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler' shared service.
  20841.      *
  20842.      * @return \Shopware\Core\Framework\MessageQueue\Handler\SleepTaskHandler
  20843.      */
  20844.     protected function getSleepTaskHandlerService()
  20845.     {
  20846.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Handler/SleepTaskHandler.php';
  20847.         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()));
  20848.     }
  20849.     /**
  20850.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware' shared service.
  20851.      *
  20852.      * @return \Shopware\Core\Framework\MessageQueue\Middleware\RetryMiddleware
  20853.      */
  20854.     protected function getRetryMiddlewareService()
  20855.     {
  20856.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Middleware/RetryMiddleware.php';
  20858.         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()));
  20859.     }
  20860.     /**
  20861.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand' shared service.
  20862.      *
  20863.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\RegisterScheduledTasksCommand
  20864.      */
  20865.     protected function getRegisterScheduledTasksCommandService()
  20866.     {
  20867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20868.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/RegisterScheduledTasksCommand.php';
  20869.         $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()));
  20870.         $instance->setName('scheduled-task:register');
  20871.         return $instance;
  20872.     }
  20873.     /**
  20874.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner' shared service.
  20875.      *
  20876.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Command\ScheduledTaskRunner
  20877.      */
  20878.     protected function getScheduledTaskRunnerService()
  20879.     {
  20880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20881.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Command/ScheduledTaskRunner.php';
  20882.         $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()));
  20883.         $instance->setName('scheduled-task:run');
  20884.         return $instance;
  20885.     }
  20886.     /**
  20887.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler' shared service.
  20888.      *
  20889.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\MessageQueue\RegisterScheduledTaskHandler
  20890.      */
  20891.     protected function getRegisterScheduledTaskHandlerService()
  20892.     {
  20893.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/MessageQueue/RegisterScheduledTaskHandler.php';
  20894.         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()));
  20895.     }
  20896.     /**
  20897.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry' shared service.
  20898.      *
  20899.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry
  20900.      */
  20901.     protected function getTaskRegistryService()
  20902.     {
  20903.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Registry/TaskRegistry.php';
  20904.         return $this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\Registry\\TaskRegistry'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\Registry\TaskRegistry(new RewindableGenerator(function () {
  20905.             yield => ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask'] = new \Shopware\Core\Framework\Log\ScheduledTask\LogCleanupTask()));
  20906.             yield => ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask'] = new \Shopware\Core\Framework\Adapter\Cache\InvalidateCacheTask()));
  20907.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\UpdateAppsTask()));
  20908.             yield => ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] ?? ($this->privates['Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask'] = new \Shopware\Core\Framework\App\ScheduledTask\DeleteCascadeAppsTask()));
  20909.             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()));
  20910.             yield => ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] ?? ($this->privates['Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask'] = new \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesTask()));
  20911.             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()));
  20912.             yield => ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] ?? ($this->privates['Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask'] = new \Shopware\Core\Content\Product\Cleanup\CleanupProductKeywordDictionaryTask()));
  20913.             yield => ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] ?? ($this->privates['Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask'] = new \Shopware\Core\Content\Newsletter\ScheduledTask\NewsletterRecipientTask()));
  20914.             yield => ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] ?? ($this->privates['Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask'] = new \Shopware\Core\Content\ProductStream\ScheduledTask\UpdateProductStreamMappingTask()));
  20915.             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()));
  20916.             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()));
  20917.             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()));
  20918.             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()));
  20919.             yield 14 => ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] ?? ($this->privates['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask'] = new \Shopware\Elasticsearch\Framework\Indexing\CreateAliasTask()));
  20920.         }, 15), ($this->services['scheduled_task.repository'] ?? $this->getScheduledTask_RepositoryService()));
  20921.     }
  20922.     /**
  20923.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler' shared service.
  20924.      *
  20925.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\RequeueDeadMessagesHandler
  20926.      */
  20927.     protected function getRequeueDeadMessagesHandlerService()
  20928.     {
  20929.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/RequeueDeadMessagesHandler.php';
  20930.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DeadMessage/RequeueDeadMessagesService.php';
  20931.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/EncryptedBus.php';
  20932.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20933.         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())));
  20934.     }
  20935.     /**
  20936.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler' shared service.
  20937.      *
  20938.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler
  20939.      */
  20940.     protected function getTaskSchedulerService()
  20941.     {
  20942.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Scheduler/TaskScheduler.php';
  20943.         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))));
  20944.     }
  20945.     /**
  20946.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber' shared service.
  20947.      *
  20948.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\PluginLifecycleSubscriber
  20949.      */
  20950.     protected function getPluginLifecycleSubscriberService()
  20951.     {
  20952.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/PluginLifecycleSubscriber.php';
  20953.         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()));
  20954.     }
  20955.     /**
  20956.      * Gets the private 'Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber' shared service.
  20957.      *
  20958.      * @return \Shopware\Core\Framework\MessageQueue\ScheduledTask\Subscriber\UpdatePostFinishSubscriber
  20959.      */
  20960.     protected function getUpdatePostFinishSubscriberService()
  20961.     {
  20962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/Subscriber/UpdatePostFinishSubscriber.php';
  20963.         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()));
  20964.     }
  20965.     /**
  20966.      * Gets the private 'Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler' shared service.
  20967.      *
  20968.      * @return \Shopware\Core\Framework\MessageQueue\Subscriber\MessageFailedHandler
  20969.      */
  20970.     protected function getMessageFailedHandlerService()
  20971.     {
  20972.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/Subscriber/MessageFailedHandler.php';
  20973.         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');
  20974.     }
  20975.     /**
  20976.      * Gets the private 'Shopware\Core\Framework\Migration\Command\CreateMigrationCommand' shared service.
  20977.      *
  20978.      * @return \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand
  20979.      */
  20980.     protected function getCreateMigrationCommandService()
  20981.     {
  20982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20983.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/CreateMigrationCommand.php';
  20984.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\CreateMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\CreateMigrationCommand(($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), (\dirname(__DIR__4).'/vendor/shopware/core'), '6.4.16.1');
  20985.         $instance->setName('database:create-migration');
  20986.         return $instance;
  20987.     }
  20988.     /**
  20989.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationCommand' shared service.
  20990.      *
  20991.      * @return \Shopware\Core\Framework\Migration\Command\MigrationCommand
  20992.      */
  20993.     protected function getMigrationCommandService()
  20994.     {
  20995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  20997.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.16.1');
  20998.         $instance->setName('database:migrate');
  20999.         return $instance;
  21000.     }
  21001.     /**
  21002.      * Gets the private 'Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand' shared service.
  21003.      *
  21004.      * @return \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand
  21005.      */
  21006.     protected function getMigrationDestructiveCommandService()
  21007.     {
  21008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21009.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationCommand.php';
  21010.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/MigrationDestructiveCommand.php';
  21011.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\MigrationDestructiveCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\MigrationDestructiveCommand(($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheDecorator'] ?? $this->getCacheDecoratorService()), '6.4.16.1');
  21012.         $instance->setName('database:migrate-destructive');
  21013.         return $instance;
  21014.     }
  21015.     /**
  21016.      * Gets the private 'Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand' shared service.
  21017.      *
  21018.      * @return \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand
  21019.      */
  21020.     protected function getRefreshMigrationCommandService()
  21021.     {
  21022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21023.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/Command/RefreshMigrationCommand.php';
  21024.         $this->privates['Shopware\\Core\\Framework\\Migration\\Command\\RefreshMigrationCommand'] = $instance = new \Shopware\Core\Framework\Migration\Command\RefreshMigrationCommand();
  21025.         $instance->setName('database:refresh-migration');
  21026.         return $instance;
  21027.     }
  21028.     /**
  21029.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_3' shared service.
  21030.      *
  21031.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  21032.      */
  21033.     protected function getMigrationSource_Core_V63Service()
  21034.     {
  21035.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  21036.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_3'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_3');
  21037.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_3'), 'Shopware\\Core\\Migration\\V6_3');
  21038.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  21039.         $instance->addReplacementPattern('#^(Shopware\\\\Core\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  21040.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_3'), 'Shopware\\Storefront\\Migration\\V6_3');
  21041.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_3\\\\([^\\\\]*)$#''$1$2');
  21042.         $instance->addReplacementPattern('#^(Shopware\\\\Storefront\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  21043.         return $instance;
  21044.     }
  21045.     /**
  21046.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_4' shared service.
  21047.      *
  21048.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  21049.      */
  21050.     protected function getMigrationSource_Core_V64Service()
  21051.     {
  21052.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  21053.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_4'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_4');
  21054.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_4'), 'Shopware\\Core\\Migration\\V6_4');
  21055.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/administration/Migration/V6_4'), 'Shopware\\Administration\\Migration\\V6_4');
  21056.         $instance->addReplacementPattern('#^(Shopware\\\\Administration\\\\Migration\\\\)V6_4\\\\([^\\\\]*)$#''$1$2');
  21057.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/storefront/Migration/V6_4'), 'Shopware\\Storefront\\Migration\\V6_4');
  21058.         return $instance;
  21059.     }
  21060.     /**
  21061.      * Gets the private 'Shopware\Core\Framework\Migration\MigrationSource.core.V6_5' shared service.
  21062.      *
  21063.      * @return \Shopware\Core\Framework\Migration\MigrationSource
  21064.      */
  21065.     protected function getMigrationSource_Core_V65Service()
  21066.     {
  21067.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Migration/MigrationSource.php';
  21068.         $this->privates['Shopware\\Core\\Framework\\Migration\\MigrationSource.core.V6_5'] = $instance = new \Shopware\Core\Framework\Migration\MigrationSource('core.V6_5');
  21069.         $instance->addDirectory((\dirname(__DIR__4).'/vendor/shopware/core/Migration/V6_5'), 'Shopware\\Core\\Migration\\V6_5');
  21070.         return $instance;
  21071.     }
  21072.     /**
  21073.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\BundleDumpCommand' shared service.
  21074.      *
  21075.      * @return \Shopware\Core\Framework\Plugin\Command\BundleDumpCommand
  21076.      */
  21077.     protected function getBundleDumpCommandService()
  21078.     {
  21079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21080.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/BundleDumpCommand.php';
  21081.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGeneratorInterface.php';
  21082.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/BundleConfigGenerator.php';
  21083.         $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));
  21084.         $instance->setName('bundle:dump');
  21085.         return $instance;
  21086.     }
  21087.     /**
  21088.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand' shared service.
  21089.      *
  21090.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginActivateCommand
  21091.      */
  21092.     protected function getPluginActivateCommandService()
  21093.     {
  21094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21095.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  21096.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginActivateCommand.php';
  21097.         $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()));
  21098.         $instance->setName('plugin:activate');
  21099.         return $instance;
  21100.     }
  21101.     /**
  21102.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand' shared service.
  21103.      *
  21104.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginDeactivateCommand
  21105.      */
  21106.     protected function getPluginDeactivateCommandService()
  21107.     {
  21108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21109.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  21110.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginDeactivateCommand.php';
  21111.         $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()));
  21112.         $instance->setName('plugin:deactivate');
  21113.         return $instance;
  21114.     }
  21115.     /**
  21116.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand' shared service.
  21117.      *
  21118.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginInstallCommand
  21119.      */
  21120.     protected function getPluginInstallCommandService()
  21121.     {
  21122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21123.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  21124.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginInstallCommand.php';
  21125.         $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()));
  21126.         $instance->setName('plugin:install');
  21127.         return $instance;
  21128.     }
  21129.     /**
  21130.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand' shared service.
  21131.      *
  21132.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUninstallCommand
  21133.      */
  21134.     protected function getPluginUninstallCommandService()
  21135.     {
  21136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21137.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  21138.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUninstallCommand.php';
  21139.         $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()));
  21140.         $instance->setName('plugin:uninstall');
  21141.         return $instance;
  21142.     }
  21143.     /**
  21144.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand' shared service.
  21145.      *
  21146.      * @return \Shopware\Core\Framework\Plugin\Command\Lifecycle\PluginUpdateCommand
  21147.      */
  21148.     protected function getPluginUpdateCommandService()
  21149.     {
  21150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21151.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/AbstractPluginLifecycleCommand.php';
  21152.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/Lifecycle/PluginUpdateCommand.php';
  21153.         $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()));
  21154.         $instance->setName('plugin:update');
  21155.         return $instance;
  21156.     }
  21157.     /**
  21158.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginCreateCommand' shared service.
  21159.      *
  21160.      * @return \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand
  21161.      */
  21162.     protected function getPluginCreateCommandService()
  21163.     {
  21164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21165.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginCreateCommand.php';
  21166.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginCreateCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginCreateCommand(\dirname(__DIR__4));
  21167.         $instance->setName('plugin:create');
  21168.         return $instance;
  21169.     }
  21170.     /**
  21171.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginListCommand' shared service.
  21172.      *
  21173.      * @return \Shopware\Core\Framework\Plugin\Command\PluginListCommand
  21174.      */
  21175.     protected function getPluginListCommandService()
  21176.     {
  21177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21178.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginListCommand.php';
  21179.         $this->privates['Shopware\\Core\\Framework\\Plugin\\Command\\PluginListCommand'] = $instance = new \Shopware\Core\Framework\Plugin\Command\PluginListCommand(($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()));
  21180.         $instance->setName('plugin:list');
  21181.         return $instance;
  21182.     }
  21183.     /**
  21184.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand' shared service.
  21185.      *
  21186.      * @return \Shopware\Core\Framework\Plugin\Command\PluginRefreshCommand
  21187.      */
  21188.     protected function getPluginRefreshCommandService()
  21189.     {
  21190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginRefreshCommand.php';
  21192.         $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()));
  21193.         $instance->setName('plugin:refresh');
  21194.         return $instance;
  21195.     }
  21196.     /**
  21197.      * Gets the private 'Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand' shared service.
  21198.      *
  21199.      * @return \Shopware\Core\Framework\Plugin\Command\PluginZipImportCommand
  21200.      */
  21201.     protected function getPluginZipImportCommandService()
  21202.     {
  21203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21204.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Command/PluginZipImportCommand.php';
  21205.         $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()));
  21206.         $instance->setName('plugin:zip-import');
  21207.         return $instance;
  21208.     }
  21209.     /**
  21210.      * Gets the private 'Shopware\Core\Framework\Plugin\Composer\CommandExecutor' shared service.
  21211.      *
  21212.      * @return \Shopware\Core\Framework\Plugin\Composer\CommandExecutor
  21213.      */
  21214.     protected function getCommandExecutorService($lazyLoad true)
  21215.     {
  21216.         if ($lazyLoad) {
  21217.             return $this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] = $this->createProxy('CommandExecutor_2fbbc6d', function () {
  21218.                 return \CommandExecutor_2fbbc6d::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21219.                     $wrappedInstance $this->getCommandExecutorService(false);
  21220.                     $proxy->setProxyInitializer(null);
  21221.                     return true;
  21222.                 });
  21223.             });
  21224.         }
  21225.         return new \Shopware\Core\Framework\Plugin\Composer\CommandExecutor(\dirname(__DIR__4));
  21226.     }
  21227.     /**
  21228.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginLifecycleService' shared service.
  21229.      *
  21230.      * @return \Shopware\Core\Framework\Plugin\PluginLifecycleService
  21231.      */
  21232.     protected function getPluginLifecycleServiceService()
  21233.     {
  21234.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginLifecycleService.php';
  21235.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Requirement/RequirementsValidator.php';
  21236.         $a = ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService());
  21237.         return $this->privates['Shopware\\Core\\Framework\\Plugin\\PluginLifecycleService'] = new \Shopware\Core\Framework\Plugin\PluginLifecycleService($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['Shopware\\Core\\Framework\\Plugin\\KernelPluginCollection'] ?? $this->getKernelPluginCollectionService()), $this, ($this->services['Shopware\\Core\\Framework\\Migration\\MigrationCollectionLoader'] ?? $this->getMigrationCollectionLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Util\\AssetService'] ?? $this->getAssetServiceService()), ($this->privates['Shopware\\Core\\Framework\\Plugin\\Composer\\CommandExecutor'] ?? $this->getCommandExecutorService()), new \Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator($a, \dirname(__DIR__4)), ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '6.4.16.1', ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  21238.     }
  21239.     /**
  21240.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginManagementService' shared service.
  21241.      *
  21242.      * @return \Shopware\Core\Framework\Plugin\PluginManagementService
  21243.      */
  21244.     protected function getPluginManagementServiceService()
  21245.     {
  21246.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginManagementService.php';
  21247.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginZipDetector.php';
  21248.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginExtractor.php';
  21249.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  21250.         $a = ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem()));
  21251.         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());
  21252.     }
  21253.     /**
  21254.      * Gets the private 'Shopware\Core\Framework\Plugin\PluginService' shared service.
  21255.      *
  21256.      * @return \Shopware\Core\Framework\Plugin\PluginService
  21257.      */
  21258.     protected function getPluginServiceService()
  21259.     {
  21260.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/PluginService.php';
  21261.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogService.php';
  21262.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Changelog/ChangelogParser.php';
  21263.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/PluginFinder.php';
  21264.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Composer/PackageProvider.php';
  21265.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/VersionSanitizer.php';
  21266.         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());
  21267.     }
  21268.     /**
  21269.      * Gets the private 'Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber' shared service.
  21270.      *
  21271.      * @return \Shopware\Core\Framework\Plugin\Subscriber\PluginAclPrivilegesSubscriber
  21272.      */
  21273.     protected function getPluginAclPrivilegesSubscriberService()
  21274.     {
  21275.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Subscriber/PluginAclPrivilegesSubscriber.php';
  21276.         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()));
  21277.     }
  21278.     /**
  21279.      * Gets the private 'Shopware\Core\Framework\Plugin\Util\AssetService' shared service.
  21280.      *
  21281.      * @return \Shopware\Core\Framework\Plugin\Util\AssetService
  21282.      */
  21283.     protected function getAssetServiceService()
  21284.     {
  21285.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/Util/AssetService.php';
  21286.         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))));
  21287.     }
  21288.     /**
  21289.      * Gets the private 'Shopware\Core\Framework\Routing\ContextResolverListener' shared service.
  21290.      *
  21291.      * @return \Shopware\Core\Framework\Routing\ContextResolverListener
  21292.      */
  21293.     protected function getContextResolverListenerService()
  21294.     {
  21295.         return $this->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] = new \Shopware\Core\Framework\Routing\ContextResolverListener(($this->privates['Shopware\\Core\\Framework\\Routing\\SalesChannelRequestContextResolver'] ?? $this->getSalesChannelRequestContextResolverService()));
  21296.     }
  21297.     /**
  21298.      * Gets the private 'Shopware\Core\Framework\Routing\CoreSubscriber' shared service.
  21299.      *
  21300.      * @return \Shopware\Core\Framework\Routing\CoreSubscriber
  21301.      */
  21302.     protected function getCoreSubscriberService()
  21303.     {
  21304.         return $this->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] = new \Shopware\Core\Framework\Routing\CoreSubscriber($this->parameters['shopware.security.csp_templates']);
  21305.     }
  21306.     /**
  21307.      * Gets the private 'Shopware\Core\Framework\Routing\RouteEventSubscriber' shared service.
  21308.      *
  21309.      * @return \Shopware\Core\Framework\Routing\RouteEventSubscriber
  21310.      */
  21311.     protected function getRouteEventSubscriberService()
  21312.     {
  21313.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteEventSubscriber'] = new \Shopware\Core\Framework\Routing\RouteEventSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21314.     }
  21315.     /**
  21316.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeListener' shared service.
  21317.      *
  21318.      * @return \Shopware\Core\Framework\Routing\RouteScopeListener
  21319.      */
  21320.     protected function getRouteScopeListenerService()
  21321.     {
  21322.         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 () {
  21323.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\SymfonyRouteScopeWhitelist'] = new \Shopware\Core\Framework\Routing\SymfonyRouteScopeWhitelist()));
  21324.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\PaymentScopeWhitelist'] = new \Shopware\Core\Framework\Routing\PaymentScopeWhitelist()));
  21325.         }, 2));
  21326.     }
  21327.     /**
  21328.      * Gets the private 'Shopware\Core\Framework\Routing\RouteScopeRegistry' shared service.
  21329.      *
  21330.      * @return \Shopware\Core\Framework\Routing\RouteScopeRegistry
  21331.      */
  21332.     protected function getRouteScopeRegistryService()
  21333.     {
  21334.         return $this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] = new \Shopware\Core\Framework\Routing\RouteScopeRegistry(new RewindableGenerator(function () {
  21335.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScope'] = new \Shopware\Core\Framework\Routing\RouteScope()));
  21336.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\ApiRouteScope'] = new \Shopware\Core\Framework\Routing\ApiRouteScope()));
  21337.             yield => ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] ?? ($this->privates['Shopware\\Core\\Framework\\Routing\\StoreApiRouteScope'] = new \Shopware\Core\Framework\Routing\StoreApiRouteScope()));
  21338.             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'))));
  21339.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] ?? ($this->privates['Shopware\\Storefront\\Framework\\Routing\\StorefrontRouteScope'] = new \Shopware\Storefront\Framework\Routing\StorefrontRouteScope()));
  21340.         }, 5));
  21341.     }
  21342.     /**
  21343.      * Gets the private 'Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver' shared service.
  21344.      *
  21345.      * @return \Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver
  21346.      */
  21347.     protected function getSalesChannelRequestContextResolverService()
  21348.     {
  21349.         $a = ($this->privates['Shopware\\Core\\Framework\\Routing\\RouteScopeRegistry'] ?? $this->getRouteScopeRegistryService());
  21350.         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);
  21351.     }
  21352.     /**
  21353.      * Gets the private 'Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber' shared service.
  21354.      *
  21355.      * @return \Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber
  21356.      */
  21357.     protected function getActiveRulesDataCollectorSubscriberService()
  21358.     {
  21359.         return $this->privates['Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber'] = new \Shopware\Core\Framework\Routing\Subscriber\ActiveRulesDataCollectorSubscriber(($this->services['rule.repository'] ?? $this->getRule_RepositoryService()));
  21360.     }
  21361.     /**
  21362.      * Gets the private 'Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry' shared service.
  21363.      *
  21364.      * @return \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry
  21365.      */
  21366.     protected function getRuleConditionRegistryService()
  21367.     {
  21368.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php';
  21369.         return $this->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () {
  21370.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] = new \Shopware\Core\Framework\Rule\Container\AndRule()));
  21371.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\NotRule'] = new \Shopware\Core\Framework\Rule\Container\NotRule()));
  21372.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\OrRule'] = new \Shopware\Core\Framework\Rule\Container\OrRule()));
  21373.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\XorRule'] = new \Shopware\Core\Framework\Rule\Container\XorRule()));
  21374.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\Container\\MatchAllLineItemsRule'] = new \Shopware\Core\Framework\Rule\Container\MatchAllLineItemsRule()));
  21375.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\ScriptRule'] = new \Shopware\Core\Framework\Rule\ScriptRule()));
  21376.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\DateRangeRule'] = new \Shopware\Core\Framework\Rule\DateRangeRule()));
  21377.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SimpleRule'] = new \Shopware\Core\Framework\Rule\SimpleRule()));
  21378.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\SalesChannelRule'] = new \Shopware\Core\Framework\Rule\SalesChannelRule()));
  21379.             yield => ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\TimeRangeRule'] = new \Shopware\Core\Framework\Rule\TimeRangeRule()));
  21380.             yield 10 => ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] ?? ($this->privates['Shopware\\Core\\Framework\\Rule\\WeekdayRule'] = new \Shopware\Core\Framework\Rule\WeekdayRule()));
  21381.             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()));
  21382.             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()));
  21383.             yield 13 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartAmountRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartAmountRule()));
  21384.             yield 14 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartPositionPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartPositionPriceRule()));
  21385.             yield 15 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsCountRule()));
  21386.             yield 16 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\GoodsPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule()));
  21387.             yield 17 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfTypeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfTypeRule()));
  21388.             yield 18 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemRule()));
  21389.             yield 19 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionLineItemRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionLineItemRule()));
  21390.             yield 20 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionCodeOfTypeRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionCodeOfTypeRule()));
  21391.             yield 21 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionValueRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionValueRule()));
  21392.             yield 22 => ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Promotion\\Rule\\PromotionsInCartCountRule'] = new \Shopware\Core\Checkout\Promotion\Rule\PromotionsInCartCountRule()));
  21393.             yield 23 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartRule()));
  21394.             yield 24 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTotalPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTotalPriceRule()));
  21395.             yield 25 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemUnitPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemUnitPriceRule()));
  21396.             yield 26 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWithQuantityRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWithQuantityRule()));
  21397.             yield 27 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemWrapperRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemWrapperRule()));
  21398.             yield 28 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartWeightRule()));
  21399.             yield 29 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartVolumeRule()));
  21400.             yield 30 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartHasDeliveryFreeItemRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartHasDeliveryFreeItemRule()));
  21401.             yield 31 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingCountryRule()));
  21402.             yield 32 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingStreetRule()));
  21403.             yield 33 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\BillingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\BillingZipCodeRule()));
  21404.             yield 34 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerGroupRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule()));
  21405.             yield 35 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerTagRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerTagRule()));
  21406.             yield 36 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerNumberRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerNumberRule()));
  21407.             yield 37 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DifferentAddressesRule'] = new \Shopware\Core\Checkout\Customer\Rule\DifferentAddressesRule()));
  21408.             yield 38 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\EmailRule'] = new \Shopware\Core\Checkout\Customer\Rule\EmailRule()));
  21409.             yield 39 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule()));
  21410.             yield 40 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\LastNameRule'] = new \Shopware\Core\Checkout\Customer\Rule\LastNameRule()));
  21411.             yield 41 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsCompanyRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsCompanyRule()));
  21412.             yield 42 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\CartTaxDisplayRule'] = new \Shopware\Core\Checkout\Cart\Rule\CartTaxDisplayRule()));
  21413.             yield 43 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsGuestCustomerRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsGuestCustomerRule()));
  21414.             yield 44 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\IsNewsletterRecipientRule'] = new \Shopware\Core\Checkout\Customer\Rule\IsNewsletterRecipientRule()));
  21415.             yield 45 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingCountryRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingCountryRule()));
  21416.             yield 46 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingStreetRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingStreetRule()));
  21417.             yield 47 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\ShippingZipCodeRule'] = new \Shopware\Core\Checkout\Customer\Rule\ShippingZipCodeRule()));
  21418.             yield 48 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerLoggedInRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerLoggedInRule()));
  21419.             yield 49 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemsInCartCountRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemsInCartCountRule()));
  21420.             yield 50 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderCountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderCountRule()));
  21421.             yield 51 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\DaysSinceLastOrderRule'] = new \Shopware\Core\Checkout\Customer\Rule\DaysSinceLastOrderRule()));
  21422.             yield 52 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTagRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTagRule()));
  21423.             yield 53 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\AlwaysValidRule'] = new \Shopware\Core\Checkout\Cart\Rule\AlwaysValidRule()));
  21424.             yield 54 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPropertyRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPropertyRule()));
  21425.             yield 55 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemIsNewRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemIsNewRule()));
  21426.             yield 56 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemOfManufacturerRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemOfManufacturerRule()));
  21427.             yield 57 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPurchasePriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPurchasePriceRule()));
  21428.             yield 58 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCreationDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCreationDateRule()));
  21429.             yield 59 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemReleaseDateRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemReleaseDateRule()));
  21430.             yield 60 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemClearanceSaleRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemClearanceSaleRule()));
  21431.             yield 61 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemPromotedRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemPromotedRule()));
  21432.             yield 62 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInCategoryRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInCategoryRule()));
  21433.             yield 63 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemInProductStreamRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemInProductStreamRule()));
  21434.             yield 64 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemTaxationRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemTaxationRule()));
  21435.             yield 65 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWidthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWidthRule()));
  21436.             yield 66 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionHeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionHeightRule()));
  21437.             yield 67 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionLengthRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionLengthRule()));
  21438.             yield 68 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionWeightRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionWeightRule()));
  21439.             yield 69 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemDimensionVolumeRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemDimensionVolumeRule()));
  21440.             yield 70 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRule()));
  21441.             yield 71 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemListPriceRatioRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemListPriceRatioRule()));
  21442.             yield 72 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemCustomFieldRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemCustomFieldRule()));
  21443.             yield 73 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemStockRule()));
  21444.             yield 74 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemActualStockRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemActualStockRule()));
  21445.             yield 75 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\PaymentMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\PaymentMethodRule()));
  21446.             yield 76 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\ShippingMethodRule'] = new \Shopware\Core\Checkout\Cart\Rule\ShippingMethodRule()));
  21447.             yield 77 => ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Cart\\Rule\\LineItemGoodsTotalRule'] = new \Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule()));
  21448.             yield 78 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\OrderTotalAmountRule'] = new \Shopware\Core\Checkout\Customer\Rule\OrderTotalAmountRule()));
  21449.             yield 79 => ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] ?? ($this->privates['Shopware\\Core\\Checkout\\Customer\\Rule\\CustomerCustomFieldRule'] = new \Shopware\Core\Checkout\Customer\Rule\CustomerCustomFieldRule()));
  21450.         }, 80));
  21451.     }
  21452.     /**
  21453.      * Gets the private 'Shopware\Core\Framework\Script\Api\ScriptResponseEncoder' shared service.
  21454.      *
  21455.      * @return \Shopware\Core\Framework\Script\Api\ScriptResponseEncoder
  21456.      */
  21457.     protected function getScriptResponseEncoderService()
  21458.     {
  21459.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Script/Api/ScriptResponseEncoder.php';
  21460.         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()));
  21461.     }
  21462.     /**
  21463.      * Gets the private 'Shopware\Core\Framework\Script\Execution\ScriptLoader' shared service.
  21464.      *
  21465.      * @return \Shopware\Core\Framework\Script\Execution\ScriptLoader
  21466.      */
  21467.     protected function getScriptLoaderService()
  21468.     {
  21469.         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);
  21470.     }
  21471.     /**
  21472.      * Gets the private 'Shopware\Core\Framework\Store\Authentication\LocaleProvider' shared service.
  21473.      *
  21474.      * @return \Shopware\Core\Framework\Store\Authentication\LocaleProvider
  21475.      */
  21476.     protected function getLocaleProviderService()
  21477.     {
  21478.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/LocaleProvider.php';
  21479.         return $this->privates['Shopware\\Core\\Framework\\Store\\Authentication\\LocaleProvider'] = new \Shopware\Core\Framework\Store\Authentication\LocaleProvider(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  21480.     }
  21481.     /**
  21482.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreDownloadCommand' shared service.
  21483.      *
  21484.      * @return \Shopware\Core\Framework\Store\Command\StoreDownloadCommand
  21485.      */
  21486.     protected function getStoreDownloadCommandService()
  21487.     {
  21488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21489.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreDownloadCommand.php';
  21490.         $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()));
  21491.         $instance->setName('store:download');
  21492.         return $instance;
  21493.     }
  21494.     /**
  21495.      * Gets the private 'Shopware\Core\Framework\Store\Command\StoreLoginCommand' shared service.
  21496.      *
  21497.      * @return \Shopware\Core\Framework\Store\Command\StoreLoginCommand
  21498.      */
  21499.     protected function getStoreLoginCommandService()
  21500.     {
  21501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21502.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Command/StoreLoginCommand.php';
  21503.         $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()));
  21504.         $instance->setName('store:login');
  21505.         return $instance;
  21506.     }
  21507.     /**
  21508.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider' shared service.
  21509.      *
  21510.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDataProvider
  21511.      */
  21512.     protected function getAbstractExtensionDataProviderService()
  21513.     {
  21514.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionDataProvider.php';
  21515.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDataProvider.php';
  21516.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionListingLoader.php';
  21517.         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())));
  21518.     }
  21519.     /**
  21520.      * Gets the private 'Shopware\Core\Framework\Store\Services\AbstractStoreAppLifecycleService' shared service.
  21521.      *
  21522.      * @return \Shopware\Core\Framework\Store\Services\StoreAppLifecycleService
  21523.      */
  21524.     protected function getAbstractStoreAppLifecycleServiceService()
  21525.     {
  21526.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractStoreAppLifecycleService.php';
  21527.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreAppLifecycleService.php';
  21528.         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()));
  21529.     }
  21530.     /**
  21531.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionDownloader' shared service.
  21532.      *
  21533.      * @return \Shopware\Core\Framework\Store\Services\ExtensionDownloader
  21534.      */
  21535.     protected function getExtensionDownloaderService()
  21536.     {
  21537.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionDownloader.php';
  21538.         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()));
  21539.     }
  21540.     /**
  21541.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLifecycleService' shared service.
  21542.      *
  21543.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLifecycleService
  21544.      */
  21545.     protected function getExtensionLifecycleServiceService()
  21546.     {
  21547.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/AbstractExtensionLifecycle.php';
  21548.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLifecycleService.php';
  21549.         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()));
  21550.     }
  21551.     /**
  21552.      * Gets the private 'Shopware\Core\Framework\Store\Services\ExtensionLoader' shared service.
  21553.      *
  21554.      * @return \Shopware\Core\Framework\Store\Services\ExtensionLoader
  21555.      */
  21556.     protected function getExtensionLoaderService()
  21557.     {
  21558.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/ExtensionLoader.php';
  21559.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] = new \Shopware\Core\Framework\Store\Services\ExtensionLoader(($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\App\\Lifecycle\\AppLoader'] ?? $this->getAppLoaderService()), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] ?? $this->getLanguageLocaleCodeProviderService()));
  21560.     }
  21561.     /**
  21562.      * Gets the private 'Shopware\Core\Framework\Store\Services\FirstRunWizardClient' shared service.
  21563.      *
  21564.      * @return \Shopware\Core\Framework\Store\Services\FirstRunWizardClient
  21565.      */
  21566.     protected function getFirstRunWizardClientService()
  21567.     {
  21568.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/FirstRunWizardClient.php';
  21569.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/AbstractStoreRequestOptionsProvider.php';
  21570.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Authentication/FrwRequestOptionsProvider.php';
  21571.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  21572.         $a = ($this->services['user_config.repository'] ?? $this->getUserConfig_RepositoryService());
  21573.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\FirstRunWizardClient'] = new \Shopware\Core\Framework\Store\Services\FirstRunWizardClient(($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['shopware.filesystem.public'] ?? $this->getShopware_Filesystem_PublicService()), true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), new \Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider(($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), $a), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.16.1'$this->getEnv('INSTANCE_ID')))), $a);
  21574.     }
  21575.     /**
  21576.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreClient' shared service.
  21577.      *
  21578.      * @return \Shopware\Core\Framework\Store\Services\StoreClient
  21579.      */
  21580.     protected function getStoreClientService()
  21581.     {
  21582.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/StoreClient.php';
  21583.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  21584.         return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreClient'] = new \Shopware\Core\Framework\Store\Services\StoreClient($this->parameters['shopware.store_endpoints'], ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] ?? $this->getStoreServiceService()), ($this->services['plugin.repository'] ?? $this->getPlugin_RepositoryService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()), ($this->services['Shopware\\Core\\Framework\\Store\\Authentication\\StoreRequestOptionsProvider'] ?? $this->getStoreRequestOptionsProviderService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\ExtensionLoader'] ?? $this->getExtensionLoaderService()), ($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.16.1'$this->getEnv('INSTANCE_ID')))));
  21585.     }
  21586.     /**
  21587.      * Gets the private 'Shopware\Core\Framework\Store\Services\StoreService' shared service.
  21588.      *
  21589.      * @return \Shopware\Core\Framework\Store\Services\StoreService
  21590.      */
  21591.     protected function getStoreServiceService($lazyLoad true)
  21592.     {
  21593.         if ($lazyLoad) {
  21594.             return $this->privates['Shopware\\Core\\Framework\\Store\\Services\\StoreService'] = $this->createProxy('StoreService_93b91c4', function () {
  21595.                 return \StoreService_93b91c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21596.                     $wrappedInstance $this->getStoreServiceService(false);
  21597.                     $proxy->setProxyInitializer(null);
  21598.                     return true;
  21599.                 });
  21600.             });
  21601.         }
  21602.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Services/InstanceService.php';
  21603.         return new \Shopware\Core\Framework\Store\Services\StoreService(($this->services['shopware.store_client'] ?? $this->getShopware_StoreClientService()), ($this->services['user.repository'] ?? $this->getUser_RepositoryService()), ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] ?? ($this->privates['Shopware\\Core\\Framework\\Store\\Services\\InstanceService'] = new \Shopware\Core\Framework\Store\Services\InstanceService('6.4.16.1'$this->getEnv('INSTANCE_ID')))));
  21604.     }
  21605.     /**
  21606.      * Gets the private 'Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber' shared service.
  21607.      *
  21608.      * @return \Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber
  21609.      */
  21610.     protected function getLicenseHostChangedSubscriberService()
  21611.     {
  21612.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Store/Subscriber/LicenseHostChangedSubscriber.php';
  21613.         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()));
  21614.     }
  21615.     /**
  21616.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\LicenseCheck' shared service.
  21617.      *
  21618.      * @return \Shopware\Core\Framework\Update\Checkers\LicenseCheck
  21619.      */
  21620.     protected function getLicenseCheckService()
  21621.     {
  21622.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/LicenseCheck.php';
  21624.         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()));
  21625.     }
  21626.     /**
  21627.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck' shared service.
  21628.      *
  21629.      * @return \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck
  21630.      */
  21631.     protected function getMysqlVersionCheckService()
  21632.     {
  21633.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  21634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/MysqlVersionCheck.php';
  21635.         return $this->privates['Shopware\\Core\\Framework\\Update\\Checkers\\MysqlVersionCheck'] = new \Shopware\Core\Framework\Update\Checkers\MysqlVersionCheck(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21636.     }
  21637.     /**
  21638.      * Gets the private 'Shopware\Core\Framework\Update\Checkers\WriteableCheck' shared service.
  21639.      *
  21640.      * @return \Shopware\Core\Framework\Update\Checkers\WriteableCheck
  21641.      */
  21642.     protected function getWriteableCheckService()
  21643.     {
  21644.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/CheckerInterface.php';
  21645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Checkers/WriteableCheck.php';
  21646.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Update/Services/Filesystem.php';
  21647.         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));
  21648.     }
  21649.     /**
  21650.      * Gets the private 'Shopware\Core\Framework\Validation\DataValidator' shared service.
  21651.      *
  21652.      * @return \Shopware\Core\Framework\Validation\DataValidator
  21653.      */
  21654.     protected function getDataValidatorService()
  21655.     {
  21656.         return $this->privates['Shopware\\Core\\Framework\\Validation\\DataValidator'] = new \Shopware\Core\Framework\Validation\DataValidator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  21657.     }
  21658.     /**
  21659.      * Gets the private 'Shopware\Core\Framework\Webhook\BusinessEventEncoder' shared service.
  21660.      *
  21661.      * @return \Shopware\Core\Framework\Webhook\BusinessEventEncoder
  21662.      */
  21663.     protected function getBusinessEventEncoderService()
  21664.     {
  21665.         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()));
  21666.     }
  21667.     /**
  21668.      * Gets the private 'Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler' shared service.
  21669.      *
  21670.      * @return \Shopware\Core\Framework\Webhook\Handler\WebhookEventMessageHandler
  21671.      */
  21672.     protected function getWebhookEventMessageHandlerService()
  21673.     {
  21674.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Handler/WebhookEventMessageHandler.php';
  21675.         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()));
  21676.     }
  21677.     /**
  21678.      * Gets the private 'Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory' shared service.
  21679.      *
  21680.      * @return \Shopware\Core\Framework\Webhook\Hookable\HookableEventFactory
  21681.      */
  21682.     protected function getHookableEventFactoryService($lazyLoad true)
  21683.     {
  21684.         if ($lazyLoad) {
  21685.             return $this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] = $this->createProxy('HookableEventFactory_f62e15e', function () {
  21686.                 return \HookableEventFactory_f62e15e::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21687.                     $wrappedInstance $this->getHookableEventFactoryService(false);
  21688.                     $proxy->setProxyInitializer(null);
  21689.                     return true;
  21690.                 });
  21691.             });
  21692.         }
  21693.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Hookable/WriteResultMerger.php';
  21694.         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())));
  21695.     }
  21696.     /**
  21697.      * Gets the private 'Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber' shared service.
  21698.      *
  21699.      * @return \Shopware\Core\Framework\Webhook\Subscriber\RetryWebhookMessageFailedSubscriber
  21700.      */
  21701.     protected function getRetryWebhookMessageFailedSubscriberService()
  21702.     {
  21703.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/Subscriber/RetryWebhookMessageFailedSubscriber.php';
  21704.         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()));
  21705.     }
  21706.     /**
  21707.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookCacheClearer' shared service.
  21708.      *
  21709.      * @return \Shopware\Core\Framework\Webhook\WebhookCacheClearer
  21710.      */
  21711.     protected function getWebhookCacheClearerService()
  21712.     {
  21713.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Webhook/WebhookCacheClearer.php';
  21714.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookCacheClearer'] = new \Shopware\Core\Framework\Webhook\WebhookCacheClearer(($this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] ?? $this->getWebhookDispatcherService()));
  21715.     }
  21716.     /**
  21717.      * Gets the private 'Shopware\Core\Framework\Webhook\WebhookDispatcher' shared service.
  21718.      *
  21719.      * @return \Shopware\Core\Framework\Webhook\WebhookDispatcher
  21720.      */
  21721.     protected function getWebhookDispatcherService()
  21722.     {
  21723.         $a = new \Shopware\Core\Content\Flow\Dispatching\FlowDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  21724.         $a->setContainer($this);
  21725.         return $this->privates['Shopware\\Core\\Framework\\Webhook\\WebhookDispatcher'] = new \Shopware\Core\Framework\Webhook\WebhookDispatcher($a, ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()), ($this->privates['shopware.app_system.guzzle'] ?? $this->getShopware_AppSystem_GuzzleService()), $this->getEnv('APP_URL'), $this, ($this->privates['Shopware\\Core\\Framework\\Webhook\\Hookable\\HookableEventFactory'] ?? $this->getHookableEventFactoryService()), '6.4.16.1', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), true);
  21726.     }
  21727.     /**
  21728.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand' shared autowired service.
  21729.      *
  21730.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelCreateCommand
  21731.      */
  21732.     protected function getSalesChannelCreateCommandService()
  21733.     {
  21734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21735.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  21736.         $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()));
  21737.         $instance->setName('sales-channel:create');
  21738.         return $instance;
  21739.     }
  21740.     /**
  21741.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand' shared autowired service.
  21742.      *
  21743.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand
  21744.      */
  21745.     protected function getSalesChannelListCommandService()
  21746.     {
  21747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21748.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelListCommand.php';
  21749.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelListCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelListCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  21750.         $instance->setName('sales-channel:list');
  21751.         return $instance;
  21752.     }
  21753.     /**
  21754.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand' shared autowired service.
  21755.      *
  21756.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand
  21757.      */
  21758.     protected function getSalesChannelMaintenanceDisableCommandService()
  21759.     {
  21760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21761.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  21762.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceDisableCommand.php';
  21763.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceDisableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceDisableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  21764.         $instance->setName('sales-channel:maintenance:disable');
  21765.         return $instance;
  21766.     }
  21767.     /**
  21768.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand' shared autowired service.
  21769.      *
  21770.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand
  21771.      */
  21772.     protected function getSalesChannelMaintenanceEnableCommandService()
  21773.     {
  21774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21775.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelMaintenanceEnableCommand.php';
  21776.         $this->privates['Shopware\\Core\\Maintenance\\SalesChannel\\Command\\SalesChannelMaintenanceEnableCommand'] = $instance = new \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelMaintenanceEnableCommand(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  21777.         $instance->setName('sales-channel:maintenance:enable');
  21778.         return $instance;
  21779.     }
  21780.     /**
  21781.      * Gets the private 'Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand' shared autowired service.
  21782.      *
  21783.      * @return \Shopware\Core\Maintenance\SalesChannel\Command\SalesChannelUpdateDomainCommand
  21784.      */
  21785.     protected function getSalesChannelUpdateDomainCommandService()
  21786.     {
  21787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21788.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelUpdateDomainCommand.php';
  21789.         $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()));
  21790.         $instance->setName('sales-channel:update:domain');
  21791.         $instance->setDescription('Changes the domain of all sales channels');
  21792.         return $instance;
  21793.     }
  21794.     /**
  21795.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand' shared autowired service.
  21796.      *
  21797.      * @return \Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand
  21798.      */
  21799.     protected function getSystemConfigureShopCommandService()
  21800.     {
  21801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21802.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemConfigureShopCommand.php';
  21803.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/ShopConfigurator.php';
  21804.         $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()));
  21805.         $instance->setName('system:configure-shop');
  21806.         return $instance;
  21807.     }
  21808.     /**
  21809.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand' shared autowired service.
  21810.      *
  21811.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand
  21812.      */
  21813.     protected function getSystemGenerateAppSecretCommandService()
  21814.     {
  21815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21816.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateAppSecretCommand.php';
  21817.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemGenerateAppSecretCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemGenerateAppSecretCommand();
  21818.         $instance->setName('system:generate-app-secret');
  21819.         return $instance;
  21820.     }
  21821.     /**
  21822.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand' shared autowired service.
  21823.      *
  21824.      * @return \Shopware\Core\Maintenance\System\Command\SystemGenerateJwtSecretCommand
  21825.      */
  21826.     protected function getSystemGenerateJwtSecretCommandService()
  21827.     {
  21828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21829.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemGenerateJwtSecretCommand.php';
  21830.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  21831.         $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())));
  21832.         $instance->setName('system:generate-jwt-secret');
  21833.         return $instance;
  21834.     }
  21835.     /**
  21836.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemInstallCommand' shared autowired service.
  21837.      *
  21838.      * @return \Shopware\Core\Maintenance\System\Command\SystemInstallCommand
  21839.      */
  21840.     protected function getSystemInstallCommandService()
  21841.     {
  21842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21843.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemInstallCommand.php';
  21844.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/SetupDatabaseAdapter.php';
  21845.         $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());
  21846.         $instance->setName('system:install');
  21847.         return $instance;
  21848.     }
  21849.     /**
  21850.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemSetupCommand' shared autowired service.
  21851.      *
  21852.      * @return \Shopware\Core\Maintenance\System\Command\SystemSetupCommand
  21853.      */
  21854.     protected function getSystemSetupCommandService()
  21855.     {
  21856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21857.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemSetupCommand.php';
  21858.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Service/JwtCertificateGenerator.php';
  21859.         $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()));
  21860.         $instance->setName('system:setup');
  21861.         return $instance;
  21862.     }
  21863.     /**
  21864.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand' shared autowired service.
  21865.      *
  21866.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand
  21867.      */
  21868.     protected function getSystemUpdateFinishCommandService()
  21869.     {
  21870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21871.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdateFinishCommand.php';
  21872.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdateFinishCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdateFinishCommand($this);
  21873.         $instance->setName('system:update:finish');
  21874.         return $instance;
  21875.     }
  21876.     /**
  21877.      * Gets the private 'Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand' shared autowired service.
  21878.      *
  21879.      * @return \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand
  21880.      */
  21881.     protected function getSystemUpdatePrepareCommandService()
  21882.     {
  21883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21884.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/System/Command/SystemUpdatePrepareCommand.php';
  21885.         $this->privates['Shopware\\Core\\Maintenance\\System\\Command\\SystemUpdatePrepareCommand'] = $instance = new \Shopware\Core\Maintenance\System\Command\SystemUpdatePrepareCommand($this);
  21886.         $instance->setName('system:update:prepare');
  21887.         return $instance;
  21888.     }
  21889.     /**
  21890.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand' shared autowired service.
  21891.      *
  21892.      * @return \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand
  21893.      */
  21894.     protected function getUserChangePasswordCommandService()
  21895.     {
  21896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21897.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserChangePasswordCommand.php';
  21898.         $this->privates['Shopware\\Core\\Maintenance\\User\\Command\\UserChangePasswordCommand'] = $instance = new \Shopware\Core\Maintenance\User\Command\UserChangePasswordCommand(($this->services['user.repository'] ?? $this->getUser_RepositoryService()));
  21899.         $instance->setName('user:change-password');
  21900.         return $instance;
  21901.     }
  21902.     /**
  21903.      * Gets the private 'Shopware\Core\Maintenance\User\Command\UserCreateCommand' shared autowired service.
  21904.      *
  21905.      * @return \Shopware\Core\Maintenance\User\Command\UserCreateCommand
  21906.      */
  21907.     protected function getUserCreateCommandService()
  21908.     {
  21909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21910.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/User/Command/UserCreateCommand.php';
  21911.         $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()));
  21912.         $instance->setName('user:create');
  21913.         return $instance;
  21914.     }
  21915.     /**
  21916.      * Gets the private 'Shopware\Core\Profiling\Integration\Stopwatch' shared service.
  21917.      *
  21918.      * @return \Shopware\Core\Profiling\Integration\Stopwatch
  21919.      */
  21920.     protected function getStopwatchService()
  21921.     {
  21922.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/ProfilerInterface.php';
  21923.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Profiling/Integration/Stopwatch.php';
  21924.         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))));
  21925.     }
  21926.     /**
  21927.      * Gets the private 'Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater' shared service.
  21928.      *
  21929.      * @return \Shopware\Core\System\Country\CountryTaxFreeDeprecationUpdater
  21930.      */
  21931.     protected function getCountryTaxFreeDeprecationUpdaterService()
  21932.     {
  21933.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Country/CountryTaxFreeDeprecationUpdater.php';
  21934.         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()));
  21935.     }
  21936.     /**
  21937.      * Gets the private 'Shopware\Core\System\CustomField\CustomFieldService' shared service.
  21938.      *
  21939.      * @return \Shopware\Core\System\CustomField\CustomFieldService
  21940.      */
  21941.     protected function getCustomFieldServiceService()
  21942.     {
  21943.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/CustomField/CustomFieldService.php';
  21944.         return $this->privates['Shopware\\Core\\System\\CustomField\\CustomFieldService'] = new \Shopware\Core\System\CustomField\CustomFieldService(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21945.     }
  21946.     /**
  21947.      * Gets the private 'Shopware\Core\System\Language\CachedLanguageLoader' shared service.
  21948.      *
  21949.      * @return \Shopware\Core\System\Language\CachedLanguageLoader
  21950.      */
  21951.     protected function getCachedLanguageLoaderService()
  21952.     {
  21953.         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()));
  21954.     }
  21955.     /**
  21956.      * Gets the private 'Shopware\Core\System\Language\LanguageValidator' shared service.
  21957.      *
  21958.      * @return \Shopware\Core\System\Language\LanguageValidator
  21959.      */
  21960.     protected function getLanguageValidatorService()
  21961.     {
  21962.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Language/LanguageValidator.php';
  21963.         return $this->privates['Shopware\\Core\\System\\Language\\LanguageValidator'] = new \Shopware\Core\System\Language\LanguageValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  21964.     }
  21965.     /**
  21966.      * Gets the private 'Shopware\Core\System\Locale\LanguageLocaleCodeProvider' shared service.
  21967.      *
  21968.      * @return \Shopware\Core\System\Locale\LanguageLocaleCodeProvider
  21969.      */
  21970.     protected function getLanguageLocaleCodeProviderService()
  21971.     {
  21972.         return $this->privates['Shopware\\Core\\System\\Locale\\LanguageLocaleCodeProvider'] = new \Shopware\Core\System\Locale\LanguageLocaleCodeProvider(($this->privates['Shopware\\Core\\System\\Language\\CachedLanguageLoader'] ?? $this->getCachedLanguageLoaderService()));
  21973.     }
  21974.     /**
  21975.      * Gets the private 'Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand' shared service.
  21976.      *
  21977.      * @return \Shopware\Core\System\NumberRange\Command\MigrateIncrementStorageCommand
  21978.      */
  21979.     protected function getMigrateIncrementStorageCommandService()
  21980.     {
  21981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21982.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/Command/MigrateIncrementStorageCommand.php';
  21983.         $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()));
  21984.         $instance->setName('number-range:migrate');
  21985.         return $instance;
  21986.     }
  21987.     /**
  21988.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage' shared service.
  21989.      *
  21990.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementSqlStorage
  21991.      */
  21992.     protected function getIncrementSqlStorageService()
  21993.     {
  21994.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  21995.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageInterface.php';
  21996.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementSqlStorage.php';
  21997.         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()));
  21998.     }
  21999.     /**
  22000.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry' shared service.
  22001.      *
  22002.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry
  22003.      */
  22004.     protected function getIncrementStorageRegistryService()
  22005.     {
  22006.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/IncrementStorageRegistry.php';
  22007.         return $this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementStorageRegistry'] = new \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementStorageRegistry(new RewindableGenerator(function () {
  22008.             yield 'SQL' => ($this->privates['Shopware\\Core\\System\\NumberRange\\ValueGenerator\\Pattern\\IncrementStorage\\IncrementSqlStorage'] ?? $this->getIncrementSqlStorageService());
  22009.         }, 1), 'SQL');
  22010.     }
  22011.     /**
  22012.      * Gets the private 'Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement' shared service.
  22013.      *
  22014.      * @return \Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement
  22015.      */
  22016.     protected function getValueGeneratorPatternIncrementService()
  22017.     {
  22018.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/AbstractValueGenerator.php';
  22019.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternInterface.php';
  22020.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/ValueGeneratorPatternIncrement.php';
  22021.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/NumberRange/ValueGenerator/Pattern/IncrementStorage/AbstractIncrementStorage.php';
  22022.         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());
  22023.     }
  22024.     /**
  22025.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener' shared service.
  22026.      *
  22027.      * @return \Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener
  22028.      */
  22029.     protected function getStoreApiResponseListenerService()
  22030.     {
  22031.         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()));
  22032.     }
  22033.     /**
  22034.      * Gets the private 'Shopware\Core\System\SalesChannel\Api\StructEncoder' shared service.
  22035.      *
  22036.      * @return \Shopware\Core\System\SalesChannel\Api\StructEncoder
  22037.      */
  22038.     protected function getStructEncoderService()
  22039.     {
  22040.         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()));
  22041.     }
  22042.     /**
  22043.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\CartRestorer' shared service.
  22044.      *
  22045.      * @return \Shopware\Core\System\SalesChannel\Context\CartRestorer
  22046.      */
  22047.     protected function getCartRestorerService()
  22048.     {
  22049.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/CartRestorer.php';
  22050.         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()));
  22051.     }
  22052.     /**
  22053.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler' shared service.
  22054.      *
  22055.      * @return \Shopware\Core\System\SalesChannel\Context\Cleanup\CleanupSalesChannelContextTaskHandler
  22056.      */
  22057.     protected function getCleanupSalesChannelContextTaskHandlerService()
  22058.     {
  22059.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/Cleanup/CleanupSalesChannelContextTaskHandler.php';
  22060.         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);
  22061.     }
  22062.     /**
  22063.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister' shared service.
  22064.      *
  22065.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister
  22066.      */
  22067.     protected function getSalesChannelContextPersisterService()
  22068.     {
  22069.         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');
  22070.     }
  22071.     /**
  22072.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer' shared service.
  22073.      *
  22074.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer
  22075.      */
  22076.     protected function getSalesChannelContextRestorerService()
  22077.     {
  22078.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextRestorer.php';
  22079.         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()));
  22080.     }
  22081.     /**
  22082.      * Gets the private 'Shopware\Core\System\SalesChannel\Context\SalesChannelContextService' shared service.
  22083.      *
  22084.      * @return \Shopware\Core\System\SalesChannel\Context\SalesChannelContextService
  22085.      */
  22086.     protected function getSalesChannelContextServiceService()
  22087.     {
  22088.         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()));
  22089.     }
  22090.     /**
  22091.      * Gets the private 'Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer' shared service.
  22092.      *
  22093.      * @return \Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer
  22094.      */
  22095.     protected function getSalesChannelIndexerService()
  22096.     {
  22097.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22098.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/DataAbstractionLayer/SalesChannelIndexer.php';
  22099.         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()));
  22100.     }
  22101.     /**
  22102.      * Gets the private 'Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper' shared service.
  22103.      *
  22104.      * @return \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper
  22105.      */
  22106.     protected function getStoreApiCustomFieldMapperService()
  22107.     {
  22108.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/StoreApiCustomFieldMapper.php';
  22109.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\StoreApiCustomFieldMapper'] = new \Shopware\Core\System\SalesChannel\StoreApiCustomFieldMapper(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22110.     }
  22111.     /**
  22112.      * Gets the private 'Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator' shared service.
  22113.      *
  22114.      * @return \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator
  22115.      */
  22116.     protected function getSalesChannelValidatorService()
  22117.     {
  22118.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Validation/SalesChannelValidator.php';
  22119.         return $this->privates['Shopware\\Core\\System\\SalesChannel\\Validation\\SalesChannelValidator'] = new \Shopware\Core\System\SalesChannel\Validation\SalesChannelValidator(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22120.     }
  22121.     /**
  22122.      * Gets the private 'Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand' shared service.
  22123.      *
  22124.      * @return \Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand
  22125.      */
  22126.     protected function getValidateSnippetsCommandService()
  22127.     {
  22128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22129.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Command/ValidateSnippetsCommand.php';
  22130.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidatorInterface.php';
  22131.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetValidator.php';
  22132.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFileHandler.php';
  22133.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/SnippetFixer.php';
  22134.         $a = new \Shopware\Core\System\Snippet\SnippetFileHandler();
  22135.         $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));
  22136.         $instance->setName('snippets:validate');
  22137.         return $instance;
  22138.     }
  22139.     /**
  22140.      * Gets the private 'Shopware\Core\System\Snippet\SnippetService' shared service.
  22141.      *
  22142.      * @return \Shopware\Core\System\Snippet\SnippetService
  22143.      */
  22144.     protected function getSnippetServiceService()
  22145.     {
  22146.         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()));
  22147.     }
  22148.     /**
  22149.      * Gets the private 'Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber' shared service.
  22150.      *
  22151.      * @return \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber
  22152.      */
  22153.     protected function getCustomFieldSubscriberService()
  22154.     {
  22155.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/Snippet/Subscriber/CustomFieldSubscriber.php';
  22156.         return $this->privates['Shopware\\Core\\System\\Snippet\\Subscriber\\CustomFieldSubscriber'] = new \Shopware\Core\System\Snippet\Subscriber\CustomFieldSubscriber(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22157.     }
  22158.     /**
  22159.      * Gets the private 'Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand' shared service.
  22160.      *
  22161.      * @return \Shopware\Core\System\StateMachine\Command\WorkflowDumpCommand
  22162.      */
  22163.     protected function getWorkflowDumpCommandService()
  22164.     {
  22165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22166.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/Command/WorkflowDumpCommand.php';
  22167.         $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()));
  22168.         $instance->setName('state-machine:dump');
  22169.         return $instance;
  22170.     }
  22171.     /**
  22172.      * Gets the private 'Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader' shared service.
  22173.      *
  22174.      * @return \Shopware\Core\System\StateMachine\Loader\InitialStateIdLoader
  22175.      */
  22176.     protected function getInitialStateIdLoaderService()
  22177.     {
  22178.         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()));
  22179.     }
  22180.     /**
  22181.      * Gets the private 'Shopware\Core\System\StateMachine\StateMachineRegistry' shared service.
  22182.      *
  22183.      * @return \Shopware\Core\System\StateMachine\StateMachineRegistry
  22184.      */
  22185.     protected function getStateMachineRegistryService()
  22186.     {
  22187.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/StateMachine/StateMachineRegistry.php';
  22188.         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()));
  22189.     }
  22190.     /**
  22191.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigGet' shared service.
  22192.      *
  22193.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigGet
  22194.      */
  22195.     protected function getConfigGetService()
  22196.     {
  22197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22198.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigGet.php';
  22199.         $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()));
  22200.         $instance->setName('system:config:get');
  22201.         return $instance;
  22202.     }
  22203.     /**
  22204.      * Gets the private 'Shopware\Core\System\SystemConfig\Command\ConfigSet' shared service.
  22205.      *
  22206.      * @return \Shopware\Core\System\SystemConfig\Command\ConfigSet
  22207.      */
  22208.     protected function getConfigSetService()
  22209.     {
  22210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22211.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SystemConfig/Command/ConfigSet.php';
  22212.         $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()));
  22213.         $instance->setName('system:config:set');
  22214.         return $instance;
  22215.     }
  22216.     /**
  22217.      * Gets the private 'Shopware\Core\System\SystemConfig\Service\ConfigurationService' shared service.
  22218.      *
  22219.      * @return \Shopware\Core\System\SystemConfig\Service\ConfigurationService
  22220.      */
  22221.     protected function getConfigurationServiceService()
  22222.     {
  22223.         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()));
  22224.     }
  22225.     /**
  22226.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand' shared service.
  22227.      *
  22228.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand
  22229.      */
  22230.     protected function getElasticsearchCleanIndicesCommandService()
  22231.     {
  22232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22233.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCleanIndicesCommand.php';
  22234.         $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()));
  22235.         $instance->setName('es:index:cleanup');
  22236.         return $instance;
  22237.     }
  22238.     /**
  22239.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand' shared service.
  22240.      *
  22241.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand
  22242.      */
  22243.     protected function getElasticsearchCreateAliasCommandService()
  22244.     {
  22245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22246.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchCreateAliasCommand.php';
  22247.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchCreateAliasCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchCreateAliasCommand(($this->services['Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'] ?? $this->getCreateAliasTaskHandlerService()));
  22248.         $instance->setName('es:create:alias');
  22249.         return $instance;
  22250.     }
  22251.     /**
  22252.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand' shared service.
  22253.      *
  22254.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand
  22255.      */
  22256.     protected function getElasticsearchIndexingCommandService()
  22257.     {
  22258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22259.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  22260.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchIndexingCommand.php';
  22261.         $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()));
  22262.         $instance->setName('es:index');
  22263.         return $instance;
  22264.     }
  22265.     /**
  22266.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand' shared service.
  22267.      *
  22268.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand
  22269.      */
  22270.     protected function getElasticsearchResetCommandService()
  22271.     {
  22272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22273.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchResetCommand.php';
  22274.         $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()));
  22275.         $instance->setName('es:reset');
  22276.         return $instance;
  22277.     }
  22278.     /**
  22279.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand' shared service.
  22280.      *
  22281.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand
  22282.      */
  22283.     protected function getElasticsearchStatusCommandService()
  22284.     {
  22285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22286.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Command/ConsoleProgressTrait.php';
  22287.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchStatusCommand.php';
  22288.         $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()));
  22289.         $instance->setName('es:status');
  22290.         return $instance;
  22291.     }
  22292.     /**
  22293.      * Gets the private 'Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand' shared service.
  22294.      *
  22295.      * @return \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand
  22296.      */
  22297.     protected function getElasticsearchTestAnalyzerCommandService()
  22298.     {
  22299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22300.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Command/ElasticsearchTestAnalyzerCommand.php';
  22301.         $this->privates['Shopware\\Elasticsearch\\Framework\\Command\\ElasticsearchTestAnalyzerCommand'] = $instance = new \Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand(($this->services['Elasticsearch\\Client'] ?? $this->getClientService()));
  22302.         $instance->setName('es:test:analyzer');
  22303.         return $instance;
  22304.     }
  22305.     /**
  22306.      * Gets the private 'Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser' shared service.
  22307.      *
  22308.      * @return \Shopware\Elasticsearch\Framework\DataAbstractionLayer\CriteriaParser
  22309.      */
  22310.     protected function getCriteriaParserService()
  22311.     {
  22312.         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())));
  22313.     }
  22314.     /**
  22315.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector' shared service.
  22316.      *
  22317.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector
  22318.      */
  22319.     protected function getElasticsearchOutdatedIndexDetectorService()
  22320.     {
  22321.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/ElasticsearchOutdatedIndexDetector.php';
  22322.         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()));
  22323.     }
  22324.     /**
  22325.      * Gets the private 'Shopware\Elasticsearch\Framework\ElasticsearchRegistry' shared service.
  22326.      *
  22327.      * @return \Shopware\Elasticsearch\Framework\ElasticsearchRegistry
  22328.      */
  22329.     protected function getElasticsearchRegistryService()
  22330.     {
  22331.         return $this->privates['Shopware\\Elasticsearch\\Framework\\ElasticsearchRegistry'] = new \Shopware\Elasticsearch\Framework\ElasticsearchRegistry(new RewindableGenerator(function () {
  22332.             yield => ($this->privates['Shopware\\Elasticsearch\\Product\\ElasticsearchProductDefinition'] ?? $this->getElasticsearchProductDefinitionService());
  22333.         }, 1));
  22334.     }
  22335.     /**
  22336.      * Gets the private 'Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer' shared service.
  22337.      *
  22338.      * @return \Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer
  22339.      */
  22340.     protected function getElasticsearchIndexerService()
  22341.     {
  22342.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/ElasticsearchIndexer.php';
  22343.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/IndexCreator.php';
  22344.         $a = ($this->services['Elasticsearch\\Client'] ?? $this->getClientService());
  22345.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22346.         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()));
  22347.     }
  22348.     /**
  22349.      * Gets the private 'Shopware\Elasticsearch\Product\CustomFieldUpdater' shared service.
  22350.      *
  22351.      * @return \Shopware\Elasticsearch\Product\CustomFieldUpdater
  22352.      */
  22353.     protected function getCustomFieldUpdaterService()
  22354.     {
  22355.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/CustomFieldUpdater.php';
  22356.         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()));
  22357.     }
  22358.     /**
  22359.      * Gets the private 'Shopware\Elasticsearch\Product\ElasticsearchProductDefinition' shared service.
  22360.      *
  22361.      * @return \Shopware\Elasticsearch\Product\ElasticsearchProductDefinition
  22362.      */
  22363.     protected function getElasticsearchProductDefinitionService()
  22364.     {
  22365.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/AbstractElasticsearchDefinition.php';
  22366.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ElasticsearchProductDefinition.php';
  22367.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Framework/Indexing/EntityMapper.php';
  22368.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/AbstractProductSearchQueryBuilder.php';
  22369.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchQueryBuilder.php';
  22370.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  22371.         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())));
  22372.     }
  22373.     /**
  22374.      * Gets the private 'Shopware\Elasticsearch\Product\LanguageSubscriber' shared service.
  22375.      *
  22376.      * @return \Shopware\Elasticsearch\Product\LanguageSubscriber
  22377.      */
  22378.     protected function getLanguageSubscriberService()
  22379.     {
  22380.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/LanguageSubscriber.php';
  22381.         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()));
  22382.     }
  22383.     /**
  22384.      * Gets the private 'Shopware\Elasticsearch\Product\ProductSearchBuilder' shared service.
  22385.      *
  22386.      * @return \Shopware\Elasticsearch\Product\ProductSearchBuilder
  22387.      */
  22388.     protected function getProductSearchBuilderService()
  22389.     {
  22390.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilderInterface.php';
  22391.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductSearchBuilder.php';
  22392.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchBuilder.php';
  22393.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreterInterface.php';
  22394.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchTermInterpreter.php';
  22395.         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()));
  22396.     }
  22397.     /**
  22398.      * Gets the private 'Shopware\Elasticsearch\Product\ProductUpdater' shared service.
  22399.      *
  22400.      * @return \Shopware\Elasticsearch\Product\ProductUpdater
  22401.      */
  22402.     protected function getProductUpdaterService()
  22403.     {
  22404.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/ProductUpdater.php';
  22405.         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()));
  22406.     }
  22407.     /**
  22408.      * Gets the private 'Shopware\Elasticsearch\Product\SearchKeywordReplacement' shared service.
  22409.      *
  22410.      * @return \Shopware\Elasticsearch\Product\SearchKeywordReplacement
  22411.      */
  22412.     protected function getSearchKeywordReplacementService()
  22413.     {
  22414.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/DataAbstractionLayer/SearchKeywordUpdater.php';
  22415.         include_once \dirname(__DIR__4).'/vendor/shopware/elasticsearch/Product/SearchKeywordReplacement.php';
  22416.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzerInterface.php';
  22417.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SearchKeyword/ProductSearchKeywordAnalyzer.php';
  22418.         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()));
  22419.     }
  22420.     /**
  22421.      * Gets the private 'Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade' shared autowired service.
  22422.      *
  22423.      * @return \Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade
  22424.      */
  22425.     protected function getStorefrontCartFacadeService()
  22426.     {
  22427.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Cart/SalesChannel/StorefrontCartFacade.php';
  22428.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Shipping/BlockedShippingMethodSwitcher.php';
  22429.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Checkout/Payment/BlockedPaymentMethodSwitcher.php';
  22430.         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()));
  22431.     }
  22432.     /**
  22433.      * Gets the private 'Shopware\Storefront\Event\CartMergedSubscriber' shared autowired service.
  22434.      *
  22435.      * @return \Shopware\Storefront\Event\CartMergedSubscriber
  22436.      */
  22437.     protected function getCartMergedSubscriberService()
  22438.     {
  22439.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Event/CartMergedSubscriber.php';
  22440.         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())));
  22441.     }
  22442.     /**
  22443.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheResponseSubscriber' shared autowired service.
  22444.      *
  22445.      * @return \Shopware\Storefront\Framework\Cache\CacheResponseSubscriber
  22446.      */
  22447.     protected function getCacheResponseSubscriberService()
  22448.     {
  22449.         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);
  22450.     }
  22451.     /**
  22452.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheTracer' shared autowired service.
  22453.      *
  22454.      * @return \Shopware\Storefront\Framework\Cache\CacheTracer
  22455.      */
  22456.     protected function getCacheTracerService()
  22457.     {
  22458.         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()));
  22459.     }
  22460.     /**
  22461.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer' shared autowired service.
  22462.      *
  22463.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer
  22464.      */
  22465.     protected function getCacheWarmer2Service()
  22466.     {
  22467.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheWarmer.php';
  22468.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmerRegistry.php';
  22469.         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 () {
  22470.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Product\\ProductRouteWarmer'] ?? $this->getProductRouteWarmerService());
  22471.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\Navigation\\NavigationRouteWarmer'] ?? $this->getNavigationRouteWarmerService());
  22472.         }, 2)), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['router'] ?? $this->getRouterService()), ($this->services['Shopware\\Core\\Framework\\Routing\\RequestTransformerInterface'] ?? $this->getRequestTransformerInterfaceService()), ($this->services['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheIdLoader'] ?? $this->getCacheIdLoaderService()), ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] ?? ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheTagCollection'] = new \Shopware\Core\Framework\Adapter\Cache\CacheTagCollection())));
  22473.     }
  22474.     /**
  22475.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer' shared autowired service.
  22476.      *
  22477.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Navigation\NavigationRouteWarmer
  22478.      */
  22479.     protected function getNavigationRouteWarmerService()
  22480.     {
  22481.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  22482.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Navigation/NavigationRouteWarmer.php';
  22483.         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()));
  22484.     }
  22485.     /**
  22486.      * Gets the private 'Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer' shared autowired service.
  22487.      *
  22488.      * @return \Shopware\Storefront\Framework\Cache\CacheWarmer\Product\ProductRouteWarmer
  22489.      */
  22490.     protected function getProductRouteWarmerService()
  22491.     {
  22492.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/CacheRouteWarmer.php';
  22493.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Cache/CacheWarmer/Product/ProductRouteWarmer.php';
  22494.         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()));
  22495.     }
  22496.     /**
  22497.      * Gets the private 'Shopware\Storefront\Framework\Captcha\BasicCaptcha' shared autowired service.
  22498.      *
  22499.      * @return \Shopware\Storefront\Framework\Captcha\BasicCaptcha
  22500.      */
  22501.     protected function getBasicCaptchaService()
  22502.     {
  22503.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  22504.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/BasicCaptcha.php';
  22505.         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()));
  22506.     }
  22507.     /**
  22508.      * Gets the private 'Shopware\Storefront\Framework\Captcha\CaptchaRouteListener' shared autowired service.
  22509.      *
  22510.      * @return \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener
  22511.      */
  22512.     protected function getCaptchaRouteListenerService()
  22513.     {
  22514.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\CaptchaRouteListener'] = new \Shopware\Storefront\Framework\Captcha\CaptchaRouteListener(new RewindableGenerator(function () {
  22515.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] ?? $this->getHoneypotCaptchaService());
  22516.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\BasicCaptcha'] ?? $this->getBasicCaptchaService());
  22517.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV2'] ?? $this->getGoogleReCaptchaV2Service());
  22518.             yield => ($this->privates['Shopware\\Storefront\\Framework\\Captcha\\GoogleReCaptchaV3'] ?? $this->getGoogleReCaptchaV3Service());
  22519.         }, 4), ($this->services['Shopware\\Storefront\\Controller\\ErrorController'] ?? $this->getErrorControllerService()), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService()));
  22520.     }
  22521.     /**
  22522.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2' shared autowired service.
  22523.      *
  22524.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV2
  22525.      */
  22526.     protected function getGoogleReCaptchaV2Service()
  22527.     {
  22528.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  22529.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV2.php';
  22530.         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())));
  22531.     }
  22532.     /**
  22533.      * Gets the private 'Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3' shared autowired service.
  22534.      *
  22535.      * @return \Shopware\Storefront\Framework\Captcha\GoogleReCaptchaV3
  22536.      */
  22537.     protected function getGoogleReCaptchaV3Service()
  22538.     {
  22539.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  22540.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/GoogleReCaptchaV3.php';
  22541.         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())));
  22542.     }
  22543.     /**
  22544.      * Gets the private 'Shopware\Storefront\Framework\Captcha\HoneypotCaptcha' shared autowired service.
  22545.      *
  22546.      * @return \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha
  22547.      */
  22548.     protected function getHoneypotCaptchaService()
  22549.     {
  22550.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/AbstractCaptcha.php';
  22551.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Captcha/HoneypotCaptcha.php';
  22552.         return $this->privates['Shopware\\Storefront\\Framework\\Captcha\\HoneypotCaptcha'] = new \Shopware\Storefront\Framework\Captcha\HoneypotCaptcha(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  22553.     }
  22554.     /**
  22555.      * Gets the private 'Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand' shared autowired service.
  22556.      *
  22557.      * @return \Shopware\Storefront\Framework\Command\HttpCacheWarmUpCommand
  22558.      */
  22559.     protected function getHttpCacheWarmUpCommandService()
  22560.     {
  22561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22562.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/HttpCacheWarmUpCommand.php';
  22563.         $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()));
  22564.         $instance->setName('http:cache:warm:up');
  22565.         return $instance;
  22566.     }
  22567.     /**
  22568.      * Gets the private 'Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand' shared autowired service.
  22569.      *
  22570.      * @return \Shopware\Storefront\Framework\Command\SalesChannelCreateStorefrontCommand
  22571.      */
  22572.     protected function getSalesChannelCreateStorefrontCommandService()
  22573.     {
  22574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22575.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Maintenance/SalesChannel/Command/SalesChannelCreateCommand.php';
  22576.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Command/SalesChannelCreateStorefrontCommand.php';
  22577.         $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()));
  22578.         $instance->setName('sales-channel:create:storefront');
  22579.         return $instance;
  22580.     }
  22581.     /**
  22582.      * Gets the private 'Shopware\Storefront\Framework\Csrf\CsrfRouteListener' shared autowired service.
  22583.      *
  22584.      * @return \Shopware\Storefront\Framework\Csrf\CsrfRouteListener
  22585.      */
  22586.     protected function getCsrfRouteListenerService()
  22587.     {
  22588.         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()));
  22589.     }
  22590.     /**
  22591.      * Gets the private 'Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator' shared autowired service.
  22592.      *
  22593.      * @return \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator
  22594.      */
  22595.     protected function getCachedDomainLoaderInvalidatorService()
  22596.     {
  22597.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Routing/CachedDomainLoaderInvalidator.php';
  22598.         return $this->privates['Shopware\\Storefront\\Framework\\Routing\\CachedDomainLoaderInvalidator'] = new \Shopware\Storefront\Framework\Routing\CachedDomainLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  22599.     }
  22600.     /**
  22601.      * Gets the private 'Shopware\Storefront\Framework\Routing\MaintenanceModeResolver' shared autowired service.
  22602.      *
  22603.      * @return \Shopware\Storefront\Framework\Routing\MaintenanceModeResolver
  22604.      */
  22605.     protected function getMaintenanceModeResolverService()
  22606.     {
  22607.         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())));
  22608.     }
  22609.     /**
  22610.      * Gets the private 'Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber' shared autowired service.
  22611.      *
  22612.      * @return \Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber
  22613.      */
  22614.     protected function getNotFoundSubscriberService()
  22615.     {
  22616.         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()));
  22617.     }
  22618.     /**
  22619.      * Gets the private 'Shopware\Storefront\Framework\Routing\StorefrontSubscriber' shared autowired service.
  22620.      *
  22621.      * @return \Shopware\Storefront\Framework\Routing\StorefrontSubscriber
  22622.      */
  22623.     protected function getStorefrontSubscriberService()
  22624.     {
  22625.         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()));
  22626.     }
  22627.     /**
  22628.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute' shared service.
  22629.      *
  22630.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\LandingPageSeoUrlRoute
  22631.      */
  22632.     protected function getLandingPageSeoUrlRouteService()
  22633.     {
  22634.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  22635.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/LandingPageSeoUrlRoute.php';
  22636.         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()));
  22637.     }
  22638.     /**
  22639.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute' shared service.
  22640.      *
  22641.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\NavigationPageSeoUrlRoute
  22642.      */
  22643.     protected function getNavigationPageSeoUrlRouteService()
  22644.     {
  22645.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  22646.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/NavigationPageSeoUrlRoute.php';
  22647.         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()));
  22648.     }
  22649.     /**
  22650.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute' shared service.
  22651.      *
  22652.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\ProductPageSeoUrlRoute
  22653.      */
  22654.     protected function getProductPageSeoUrlRouteService()
  22655.     {
  22656.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlRoute/SeoUrlRouteInterface.php';
  22657.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/ProductPageSeoUrlRoute.php';
  22658.         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()));
  22659.     }
  22660.     /**
  22661.      * Gets the private 'Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener' shared service.
  22662.      *
  22663.      * @return \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener
  22664.      */
  22665.     protected function getSeoUrlUpdateListenerService()
  22666.     {
  22667.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Framework/Seo/SeoUrlRoute/SeoUrlUpdateListener.php';
  22668.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Seo/SeoUrlUpdater.php';
  22669.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  22670.         return $this->privates['Shopware\\Storefront\\Framework\\Seo\\SeoUrlRoute\\SeoUrlUpdateListener'] = new \Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener(new \Shopware\Core\Content\Seo\SeoUrlUpdater(($this->services['language.repository'] ?? $this->getLanguage_RepositoryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlRoute\\SeoUrlRouteRegistry'] ?? $this->getSeoUrlRouteRegistryService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlGenerator'] ?? $this->getSeoUrlGeneratorService()), ($this->privates['Shopware\\Core\\Content\\Seo\\SeoUrlPersister'] ?? $this->getSeoUrlPersisterService()), $a, ($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService())), $a, ($this->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'] ?? $this->getEntityIndexerRegistryService()));
  22671.     }
  22672.     /**
  22673.      * Gets the private 'Shopware\Storefront\Framework\Twig\TwigDateRequestListener' shared autowired service.
  22674.      *
  22675.      * @return \Shopware\Storefront\Framework\Twig\TwigDateRequestListener
  22676.      */
  22677.     protected function getTwigDateRequestListenerService()
  22678.     {
  22679.         return $this->privates['Shopware\\Storefront\\Framework\\Twig\\TwigDateRequestListener'] = new \Shopware\Storefront\Framework\Twig\TwigDateRequestListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22680.     }
  22681.     /**
  22682.      * Gets the private 'Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader' shared autowired service.
  22683.      *
  22684.      * @return \Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader
  22685.      */
  22686.     protected function getAccountLoginPageLoaderService()
  22687.     {
  22688.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Account/Login/AccountLoginPageLoader.php';
  22689.         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()));
  22690.     }
  22691.     /**
  22692.      * Gets the private 'Shopware\Storefront\Page\Cms\DefaultMediaResolver' shared autowired service.
  22693.      *
  22694.      * @return \Shopware\Storefront\Page\Cms\DefaultMediaResolver
  22695.      */
  22696.     protected function getDefaultMediaResolverService()
  22697.     {
  22698.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/AbstractDefaultMediaResolver.php';
  22699.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Cms/DefaultMediaResolver.php';
  22700.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Media/Cms/DefaultMediaResolver.php';
  22701.         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()));
  22702.     }
  22703.     /**
  22704.      * Gets the private 'Shopware\Storefront\Page\GenericPageLoader' shared autowired service.
  22705.      *
  22706.      * @return \Shopware\Storefront\Page\GenericPageLoader
  22707.      */
  22708.     protected function getGenericPageLoaderService()
  22709.     {
  22710.         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()));
  22711.     }
  22712.     /**
  22713.      * Gets the private 'Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader' shared autowired service.
  22714.      *
  22715.      * @return \Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader
  22716.      */
  22717.     protected function getProductPageConfiguratorLoaderService()
  22718.     {
  22719.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductConfiguratorLoader.php';
  22720.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Page/Product/Configurator/ProductPageConfiguratorLoader.php';
  22721.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Product/SalesChannel/Detail/AvailableCombinationLoader.php';
  22722.         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()))));
  22723.     }
  22724.     /**
  22725.      * Gets the private 'Shopware\Storefront\Pagelet\Footer\FooterPageletLoader' shared autowired service.
  22726.      *
  22727.      * @return \Shopware\Storefront\Pagelet\Footer\FooterPageletLoader
  22728.      */
  22729.     protected function getFooterPageletLoaderService()
  22730.     {
  22731.         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()));
  22732.     }
  22733.     /**
  22734.      * Gets the private 'Shopware\Storefront\Pagelet\Header\HeaderPageletLoader' shared autowired service.
  22735.      *
  22736.      * @return \Shopware\Storefront\Pagelet\Header\HeaderPageletLoader
  22737.      */
  22738.     protected function getHeaderPageletLoaderService()
  22739.     {
  22740.         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()));
  22741.     }
  22742.     /**
  22743.      * Gets the private 'Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader' shared autowired service.
  22744.      *
  22745.      * @return \Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader
  22746.      */
  22747.     protected function getNewsletterAccountPageletLoaderService()
  22748.     {
  22749.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Pagelet/Newsletter/Account/NewsletterAccountPageletLoader.php';
  22750.         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()));
  22751.     }
  22752.     /**
  22753.      * Gets the private 'Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator' shared service.
  22754.      *
  22755.      * @return \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator
  22756.      */
  22757.     protected function getCachedResolvedConfigLoaderInvalidatorService()
  22758.     {
  22759.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/CachedResolvedConfigLoaderInvalidator.php';
  22760.         return $this->privates['Shopware\\Storefront\\Theme\\CachedResolvedConfigLoaderInvalidator'] = new \Shopware\Storefront\Theme\CachedResolvedConfigLoaderInvalidator(($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()));
  22761.     }
  22762.     /**
  22763.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeChangeCommand' shared service.
  22764.      *
  22765.      * @return \Shopware\Storefront\Theme\Command\ThemeChangeCommand
  22766.      */
  22767.     protected function getThemeChangeCommandService()
  22768.     {
  22769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22770.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeChangeCommand.php';
  22771.         $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()));
  22772.         $instance->setName('theme:change');
  22773.         return $instance;
  22774.     }
  22775.     /**
  22776.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCompileCommand' shared service.
  22777.      *
  22778.      * @return \Shopware\Storefront\Theme\Command\ThemeCompileCommand
  22779.      */
  22780.     protected function getThemeCompileCommandService()
  22781.     {
  22782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22783.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCompileCommand.php';
  22784.         $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()));
  22785.         $instance->setName('theme:compile');
  22786.         return $instance;
  22787.     }
  22788.     /**
  22789.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeCreateCommand' shared service.
  22790.      *
  22791.      * @return \Shopware\Storefront\Theme\Command\ThemeCreateCommand
  22792.      */
  22793.     protected function getThemeCreateCommandService()
  22794.     {
  22795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22796.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeCreateCommand.php';
  22797.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeCreateCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeCreateCommand(\dirname(__DIR__4));
  22798.         $instance->setName('theme:create');
  22799.         return $instance;
  22800.     }
  22801.     /**
  22802.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeDumpCommand' shared service.
  22803.      *
  22804.      * @return \Shopware\Storefront\Theme\Command\ThemeDumpCommand
  22805.      */
  22806.     protected function getThemeDumpCommandService()
  22807.     {
  22808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22809.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeDumpCommand.php';
  22810.         $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()));
  22811.         $instance->setName('theme:dump');
  22812.         return $instance;
  22813.     }
  22814.     /**
  22815.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand' shared service.
  22816.      *
  22817.      * @return \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand
  22818.      */
  22819.     protected function getThemePrepareIconsCommandService()
  22820.     {
  22821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22822.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemePrepareIconsCommand.php';
  22823.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemePrepareIconsCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemePrepareIconsCommand();
  22824.         $instance->setName('theme:prepare-icons');
  22825.         return $instance;
  22826.     }
  22827.     /**
  22828.      * Gets the private 'Shopware\Storefront\Theme\Command\ThemeRefreshCommand' shared service.
  22829.      *
  22830.      * @return \Shopware\Storefront\Theme\Command\ThemeRefreshCommand
  22831.      */
  22832.     protected function getThemeRefreshCommandService()
  22833.     {
  22834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22835.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Command/ThemeRefreshCommand.php';
  22836.         $this->privates['Shopware\\Storefront\\Theme\\Command\\ThemeRefreshCommand'] = $instance = new \Shopware\Storefront\Theme\Command\ThemeRefreshCommand(($this->privates['Shopware\\Storefront\\Theme\\ThemeLifecycleService'] ?? $this->getThemeLifecycleServiceService()));
  22837.         $instance->setName('theme:refresh');
  22838.         return $instance;
  22839.     }
  22840.     /**
  22841.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider' shared service.
  22842.      *
  22843.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider
  22844.      */
  22845.     protected function getDatabaseAvailableThemeProviderService()
  22846.     {
  22847.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/AbstractAvailableThemeProvider.php';
  22848.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/DatabaseAvailableThemeProvider.php';
  22849.         return $this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider'] = new \Shopware\Storefront\Theme\ConfigLoader\DatabaseAvailableThemeProvider(($this->services['sales_channel.repository'] ?? $this->getSalesChannel_RepositoryService()));
  22850.     }
  22851.     /**
  22852.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader' shared service.
  22853.      *
  22854.      * @return \Shopware\Storefront\Theme\ConfigLoader\DatabaseConfigLoader
  22855.      */
  22856.     protected function getDatabaseConfigLoaderService()
  22857.     {
  22858.         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()));
  22859.     }
  22860.     /**
  22861.      * Gets the private 'Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper' shared service.
  22862.      *
  22863.      * @return \Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigDumper
  22864.      */
  22865.     protected function getStaticFileConfigDumperService()
  22866.     {
  22867.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ConfigLoader/StaticFileConfigDumper.php';
  22868.         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()));
  22869.     }
  22870.     /**
  22871.      * Gets the private 'Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer' shared service.
  22872.      *
  22873.      * @return \Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer
  22874.      */
  22875.     protected function getThemeIndexerService()
  22876.     {
  22877.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/DataAbstractionLayer/Indexing/EntityIndexer.php';
  22878.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/DataAbstractionLayer/ThemeIndexer.php';
  22879.         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()));
  22880.     }
  22881.     /**
  22882.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber' shared service.
  22883.      *
  22884.      * @return \Shopware\Storefront\Theme\Subscriber\AppLifecycleSubscriber
  22885.      */
  22886.     protected function getAppLifecycleSubscriberService()
  22887.     {
  22888.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/AppLifecycleSubscriber.php';
  22889.         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()));
  22890.     }
  22891.     /**
  22892.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber' shared service.
  22893.      *
  22894.      * @return \Shopware\Storefront\Theme\Subscriber\FirstRunWizardSubscriber
  22895.      */
  22896.     protected function getFirstRunWizardSubscriberService()
  22897.     {
  22898.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/FirstRunWizardSubscriber.php';
  22899.         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()));
  22900.     }
  22901.     /**
  22902.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber' shared service.
  22903.      *
  22904.      * @return \Shopware\Storefront\Theme\Subscriber\PluginLifecycleSubscriber
  22905.      */
  22906.     protected function getPluginLifecycleSubscriber2Service()
  22907.     {
  22908.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/PluginLifecycleSubscriber.php';
  22909.         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()));
  22910.     }
  22911.     /**
  22912.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber' shared service.
  22913.      *
  22914.      * @return \Shopware\Storefront\Theme\Subscriber\ThemeCompilerEnrichScssVarSubscriber
  22915.      */
  22916.     protected function getThemeCompilerEnrichScssVarSubscriberService()
  22917.     {
  22918.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/ThemeCompilerEnrichScssVarSubscriber.php';
  22919.         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()));
  22920.     }
  22921.     /**
  22922.      * Gets the private 'Shopware\Storefront\Theme\Subscriber\UpdateSubscriber' shared service.
  22923.      *
  22924.      * @return \Shopware\Storefront\Theme\Subscriber\UpdateSubscriber
  22925.      */
  22926.     protected function getUpdateSubscriberService()
  22927.     {
  22928.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/Subscriber/UpdateSubscriber.php';
  22929.         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()));
  22930.     }
  22931.     /**
  22932.      * Gets the private 'Shopware\Storefront\Theme\ThemeAppLifecycleHandler' shared service.
  22933.      *
  22934.      * @return \Shopware\Storefront\Theme\ThemeAppLifecycleHandler
  22935.      */
  22936.     protected function getThemeAppLifecycleHandlerService()
  22937.     {
  22938.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeAppLifecycleHandler.php';
  22939.         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()));
  22940.     }
  22941.     /**
  22942.      * Gets the private 'Shopware\Storefront\Theme\ThemeConfigValueAccessor' shared autowired service.
  22943.      *
  22944.      * @return \Shopware\Storefront\Theme\ThemeConfigValueAccessor
  22945.      */
  22946.     protected function getThemeConfigValueAccessorService()
  22947.     {
  22948.         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())));
  22949.     }
  22950.     /**
  22951.      * Gets the private 'Shopware\Storefront\Theme\ThemeFileResolver' shared service.
  22952.      *
  22953.      * @return \Shopware\Storefront\Theme\ThemeFileResolver
  22954.      */
  22955.     protected function getThemeFileResolverService()
  22956.     {
  22957.         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)))));
  22958.     }
  22959.     /**
  22960.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleHandler' shared service.
  22961.      *
  22962.      * @return \Shopware\Storefront\Theme\ThemeLifecycleHandler
  22963.      */
  22964.     protected function getThemeLifecycleHandlerService()
  22965.     {
  22966.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleHandler.php';
  22967.         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()));
  22968.     }
  22969.     /**
  22970.      * Gets the private 'Shopware\Storefront\Theme\ThemeLifecycleService' shared service.
  22971.      *
  22972.      * @return \Shopware\Storefront\Theme\ThemeLifecycleService
  22973.      */
  22974.     protected function getThemeLifecycleServiceService()
  22975.     {
  22976.         include_once \dirname(__DIR__4).'/vendor/shopware/storefront/Theme/ThemeLifecycleService.php';
  22977.         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()));
  22978.     }
  22979.     /**
  22980.      * Gets the private 'Shopware\Storefront\Theme\ThemeService' shared service.
  22981.      *
  22982.      * @return \Shopware\Storefront\Theme\ThemeService
  22983.      */
  22984.     protected function getThemeServiceService()
  22985.     {
  22986.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  22987.         return $this->privates['Shopware\\Storefront\\Theme\\ThemeService'] = new \Shopware\Storefront\Theme\ThemeService(($this->services['Shopware\\Storefront\\Theme\\StorefrontPluginRegistry'] ?? $this->getStorefrontPluginRegistryService()), ($this->services['theme.repository'] ?? $this->getTheme_RepositoryService()), ($this->services['theme_sales_channel.repository'] ?? $this->getThemeSalesChannel_RepositoryService()), new \Shopware\Storefront\Theme\ThemeCompiler(($this->services['shopware.filesystem.theme'] ?? $this->getShopware_Filesystem_ThemeService()), ($this->services['shopware.filesystem.temp'] ?? $this->getShopware_Filesystem_TempService()), ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileResolver'] ?? $this->getThemeFileResolverService()), true$a, ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] ?? ($this->privates['Shopware\\Storefront\\Theme\\ThemeFileImporter'] = new \Shopware\Storefront\Theme\ThemeFileImporter(\dirname(__DIR__4)))), ['public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService()), 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService()), 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()), 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService())], ($this->privates['Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'] ?? $this->getCacheInvalidatorService()), ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] ?? ($this->privates['Shopware\\Storefront\\Theme\\MD5ThemePathBuilder'] = new \Shopware\Storefront\Theme\MD5ThemePathBuilder())), \dirname(__DIR__4), ($this->privates['Shopware\\Core\\System\\SystemConfig\\Service\\ConfigurationService'] ?? $this->getConfigurationServiceService()), ($this->privates['Shopware\\Core\\Framework\\App\\ActiveAppsLoader'] ?? $this->getActiveAppsLoaderService())), $a, ($this->privates['Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader'] ?? $this->getDatabaseConfigLoaderService()), ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  22988.     }
  22989.     /**
  22990.      * Gets the private 'Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder' shared service.
  22991.      *
  22992.      * @return \Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder
  22993.      */
  22994.     protected function getThemeNamespaceHierarchyBuilderService()
  22995.     {
  22996.         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()));
  22997.     }
  22998.     /**
  22999.      * Gets the private 'Swag\Security\Components\State' shared service.
  23000.      *
  23001.      * @return \Swag\Security\Components\State
  23002.      */
  23003.     protected function getStateService()
  23004.     {
  23005.         return $this->privates['Swag\\Security\\Components\\State'] = new \Swag\Security\Components\State($this->parameters['SwagPlatformSecurity.availableFixes'], $this->parameters['SwagPlatformSecurity.activeFixes']);
  23006.     }
  23007.     /**
  23008.      * Gets the private 'Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory' shared service.
  23009.      *
  23010.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  23011.      */
  23012.     protected function getPsrHttpFactoryService()
  23013.     {
  23014.         $a = ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] ?? ($this->privates['Nyholm\\Psr7\\Factory\\Psr17Factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  23015.         return $this->privates['Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  23016.     }
  23017.     /**
  23018.      * Gets the private 'Symfony\Component\Dotenv\Command\DotenvDumpCommand' shared autowired service.
  23019.      *
  23020.      * @return \Symfony\Component\Dotenv\Command\DotenvDumpCommand
  23021.      */
  23022.     protected function getDotenvDumpCommandService()
  23023.     {
  23024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23025.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DotenvDumpCommand.php';
  23026.         $this->privates['Symfony\\Component\\Dotenv\\Command\\DotenvDumpCommand'] = $instance = new \Symfony\Component\Dotenv\Command\DotenvDumpCommand(\dirname(__DIR__4));
  23027.         $instance->setName('dotenv:dump');
  23028.         $instance->setDescription('Compiles .env files to .env.local.php');
  23029.         return $instance;
  23030.     }
  23031.     /**
  23032.      * Gets the private 'annotations.cache_adapter' shared service.
  23033.      *
  23034.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  23035.      */
  23036.     protected function getAnnotations_CacheAdapterService()
  23037.     {
  23038.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  23039.     }
  23040.     /**
  23041.      * Gets the private 'annotations.cache_warmer' shared service.
  23042.      *
  23043.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  23044.      */
  23045.     protected function getAnnotations_CacheWarmerService()
  23046.     {
  23047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  23049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  23050.         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);
  23051.     }
  23052.     /**
  23053.      * Gets the private 'annotations.cached_reader' shared service.
  23054.      *
  23055.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  23056.      */
  23057.     protected function getAnnotations_CachedReaderService()
  23058.     {
  23059.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  23060.     }
  23061.     /**
  23062.      * Gets the private 'annotations.reader' shared service.
  23063.      *
  23064.      * @return \Shopware\Core\Framework\Compatibility\AnnotationReader
  23065.      */
  23066.     protected function getAnnotations_ReaderService()
  23067.     {
  23068.         $this->privates['annotations.reader'] = $instance = new \Shopware\Core\Framework\Compatibility\AnnotationReader();
  23069.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  23070.         $a->registerUniqueLoader('class_exists');
  23071.         $instance->addGlobalIgnoredName('required'$a);
  23072.         return $instance;
  23073.     }
  23074.     /**
  23075.      * Gets the private 'assets.packages' shared service.
  23076.      *
  23077.      * @return \Symfony\Component\Asset\Packages
  23078.      */
  23079.     protected function getAssets_PackagesService()
  23080.     {
  23081.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  23082.         $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 () {
  23083.             yield 'public' => ($this->privates['shopware.asset.public'] ?? $this->getShopware_Asset_PublicService());
  23084.             yield 'theme' => ($this->privates['shopware.asset.theme'] ?? $this->getShopware_Asset_ThemeService());
  23085.             yield 'asset' => ($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService());
  23086.             yield 'sitemap' => ($this->privates['shopware.asset.sitemap'] ?? $this->getShopware_Asset_SitemapService());
  23087.         }, 4));
  23088.         $instance->setDefaultPackage(($this->privates['shopware.asset.asset'] ?? $this->getShopware_Asset_AssetService()));
  23089.         return $instance;
  23090.     }
  23091.     /**
  23092.      * Gets the private 'cache.annotations' shared service.
  23093.      *
  23094.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23095.      */
  23096.     protected function getCache_AnnotationsService()
  23097.     {
  23098.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LRjuUyZ7EX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  23099.     }
  23100.     /**
  23101.      * Gets the private 'cache.http' shared service.
  23102.      *
  23103.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  23104.      */
  23105.     protected function getCache_HttpService()
  23106.     {
  23107.         $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()));
  23108.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23109.         return $instance;
  23110.     }
  23111.     /**
  23112.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  23113.      *
  23114.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23115.      */
  23116.     protected function getCache_Messenger_RestartWorkersSignalService()
  23117.     {
  23118.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  23119.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23120.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  23121.     }
  23122.     /**
  23123.      * Gets the private 'cache.property_info' shared service.
  23124.      *
  23125.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23126.      */
  23127.     protected function getCache_PropertyInfoService()
  23128.     {
  23129.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kE-1ihpQqV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  23130.     }
  23131.     /**
  23132.      * Gets the private 'cache.rate_limiter' shared service.
  23133.      *
  23134.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23135.      */
  23136.     protected function getCache_RateLimiterService()
  23137.     {
  23138.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  23139.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23140.         return $this->privates['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  23141.     }
  23142.     /**
  23143.      * Gets the private 'cache.serializer' shared service.
  23144.      *
  23145.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23146.      */
  23147.     protected function getCache_SerializerService()
  23148.     {
  23149.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XkrVUKBmDE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  23150.     }
  23151.     /**
  23152.      * Gets the private 'cache.tags' shared service.
  23153.      *
  23154.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23155.      */
  23156.     protected function getCache_TagsService()
  23157.     {
  23158.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0);
  23159.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  23160.         return $this->privates['cache.tags'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  23161.     }
  23162.     /**
  23163.      * Gets the private 'cache.validator' shared service.
  23164.      *
  23165.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  23166.      */
  23167.     protected function getCache_ValidatorService()
  23168.     {
  23169.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EDe3Dgmrnm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  23170.     }
  23171.     /**
  23172.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  23173.      *
  23174.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  23175.      */
  23176.     protected function getCachePoolClearer_CacheWarmerService()
  23177.     {
  23178.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  23180.         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']);
  23181.     }
  23182.     /**
  23183.      * Gets the private 'config_builder.warmer' shared service.
  23184.      *
  23185.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  23186.      */
  23187.     protected function getConfigBuilder_WarmerService()
  23188.     {
  23189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  23191.         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()));
  23192.     }
  23193.     /**
  23194.      * Gets the private 'config_cache_factory' shared service.
  23195.      *
  23196.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  23197.      */
  23198.     protected function getConfigCacheFactoryService()
  23199.     {
  23200.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  23201.             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)));
  23202.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  23203.         }, 2));
  23204.     }
  23205.     /**
  23206.      * Gets the private 'console.command.about' shared service.
  23207.      *
  23208.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  23209.      */
  23210.     protected function getConsole_Command_AboutService()
  23211.     {
  23212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  23214.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  23215.         $instance->setName('about');
  23216.         $instance->setDescription('Display information about the current project');
  23217.         return $instance;
  23218.     }
  23219.     /**
  23220.      * Gets the private 'console.command.assets_install' shared service.
  23221.      *
  23222.      * @return \Shopware\Core\Framework\Adapter\Asset\AssetInstallCommand
  23223.      */
  23224.     protected function getConsole_Command_AssetsInstallService()
  23225.     {
  23226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23227.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Adapter/Asset/AssetInstallCommand.php';
  23228.         $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()));
  23229.         $instance->setName('assets:install');
  23230.         return $instance;
  23231.     }
  23232.     /**
  23233.      * Gets the private 'console.command.cache_clear' shared service.
  23234.      *
  23235.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  23236.      */
  23237.     protected function getConsole_Command_CacheClearService()
  23238.     {
  23239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  23241.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  23242.         $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())));
  23243.         $instance->setName('cache:clear');
  23244.         $instance->setDescription('Clear the cache');
  23245.         return $instance;
  23246.     }
  23247.     /**
  23248.      * Gets the private 'console.command.cache_pool_clear' shared service.
  23249.      *
  23250.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  23251.      */
  23252.     protected function getConsole_Command_CachePoolClearService()
  23253.     {
  23254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23255.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  23256.         $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']);
  23257.         $instance->setName('cache:pool:clear');
  23258.         $instance->setDescription('Clear cache pools');
  23259.         return $instance;
  23260.     }
  23261.     /**
  23262.      * Gets the private 'console.command.cache_pool_delete' shared service.
  23263.      *
  23264.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  23265.      */
  23266.     protected function getConsole_Command_CachePoolDeleteService()
  23267.     {
  23268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  23270.         $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']);
  23271.         $instance->setName('cache:pool:delete');
  23272.         $instance->setDescription('Delete an item from a cache pool');
  23273.         return $instance;
  23274.     }
  23275.     /**
  23276.      * Gets the private 'console.command.cache_pool_list' shared service.
  23277.      *
  23278.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  23279.      */
  23280.     protected function getConsole_Command_CachePoolListService()
  23281.     {
  23282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  23284.         $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']);
  23285.         $instance->setName('cache:pool:list');
  23286.         $instance->setDescription('List available cache pools');
  23287.         return $instance;
  23288.     }
  23289.     /**
  23290.      * Gets the private 'console.command.cache_pool_prune' shared service.
  23291.      *
  23292.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  23293.      */
  23294.     protected function getConsole_Command_CachePoolPruneService()
  23295.     {
  23296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  23298.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  23299.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  23300.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  23301.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  23302.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  23303.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  23304.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  23305.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  23306.             yield 'cache.rate_limiter' => ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  23307.             yield '.cache.object.inner' => ($this->privates['.cache.object.inner'] ?? $this->get_Cache_Object_InnerService());
  23308.             yield '.cache.http.inner' => ($this->privates['.cache.http.inner'] ?? $this->get_Cache_Http_InnerService());
  23309.             yield 'cache.tags' => ($this->privates['cache.tags'] ?? $this->getCache_TagsService());
  23310.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  23311.         }, 12));
  23312.         $instance->setName('cache:pool:prune');
  23313.         $instance->setDescription('Prune cache pools');
  23314.         return $instance;
  23315.     }
  23316.     /**
  23317.      * Gets the private 'console.command.cache_warmup' shared service.
  23318.      *
  23319.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  23320.      */
  23321.     protected function getConsole_Command_CacheWarmupService()
  23322.     {
  23323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  23325.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  23326.         $instance->setName('cache:warmup');
  23327.         $instance->setDescription('Warm up an empty cache');
  23328.         return $instance;
  23329.     }
  23330.     /**
  23331.      * Gets the private 'console.command.config_debug' shared service.
  23332.      *
  23333.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  23334.      */
  23335.     protected function getConsole_Command_ConfigDebugService()
  23336.     {
  23337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  23339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  23340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  23341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  23342.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  23343.         $instance->setName('debug:config');
  23344.         $instance->setDescription('Dump the current configuration for an extension');
  23345.         return $instance;
  23346.     }
  23347.     /**
  23348.      * Gets the private 'console.command.config_dump_reference' shared service.
  23349.      *
  23350.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  23351.      */
  23352.     protected function getConsole_Command_ConfigDumpReferenceService()
  23353.     {
  23354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  23356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  23357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  23358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  23359.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  23360.         $instance->setName('config:dump-reference');
  23361.         $instance->setDescription('Dump the default configuration for an extension');
  23362.         return $instance;
  23363.     }
  23364.     /**
  23365.      * Gets the private 'console.command.container_debug' shared service.
  23366.      *
  23367.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  23368.      */
  23369.     protected function getConsole_Command_ContainerDebugService()
  23370.     {
  23371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  23373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  23374.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  23375.         $instance->setName('debug:container');
  23376.         $instance->setDescription('Display current services for an application');
  23377.         return $instance;
  23378.     }
  23379.     /**
  23380.      * Gets the private 'console.command.container_lint' shared service.
  23381.      *
  23382.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  23383.      */
  23384.     protected function getConsole_Command_ContainerLintService()
  23385.     {
  23386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  23388.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  23389.         $instance->setName('lint:container');
  23390.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  23391.         return $instance;
  23392.     }
  23393.     /**
  23394.      * Gets the private 'console.command.debug_autowiring' shared service.
  23395.      *
  23396.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  23397.      */
  23398.     protected function getConsole_Command_DebugAutowiringService()
  23399.     {
  23400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  23402.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  23403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  23404.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  23405.         $instance->setName('debug:autowiring');
  23406.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  23407.         return $instance;
  23408.     }
  23409.     /**
  23410.      * Gets the private 'console.command.dotenv_debug' shared service.
  23411.      *
  23412.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  23413.      */
  23414.     protected function getConsole_Command_DotenvDebugService()
  23415.     {
  23416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23417.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  23418.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  23419.         $instance->setName('debug:dotenv');
  23420.         $instance->setDescription('Lists all dotenv files with variables and values');
  23421.         return $instance;
  23422.     }
  23423.     /**
  23424.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  23425.      *
  23426.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  23427.      */
  23428.     protected function getConsole_Command_EventDispatcherDebugService()
  23429.     {
  23430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  23432.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23433.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  23434.         ], [
  23435.             'event_dispatcher' => '?',
  23436.         ]));
  23437.         $instance->setName('debug:event-dispatcher');
  23438.         $instance->setDescription('Display configured listeners for an application');
  23439.         return $instance;
  23440.     }
  23441.     /**
  23442.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  23443.      *
  23444.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  23445.      */
  23446.     protected function getConsole_Command_MessengerConsumeMessagesService()
  23447.     {
  23448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23449.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  23450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  23451.         $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']);
  23452.         $instance->setName('messenger:consume');
  23453.         $instance->setDescription('Consume messages');
  23454.         return $instance;
  23455.     }
  23456.     /**
  23457.      * Gets the private 'console.command.messenger_debug' shared service.
  23458.      *
  23459.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  23460.      */
  23461.     protected function getConsole_Command_MessengerDebugService()
  23462.     {
  23463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  23465.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.shopware' => ['Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask' => [=> [=> 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheInvalidator'=> []]], 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => [=> [=> 'Shopware\\Core\\Framework\\Adapter\\Cache\\CacheClearer'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsHandler'=> []]], 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => [=> [=> 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsHandler'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexerRegistry'=> []]], 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => [=> [=> 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\EncryptedMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\RetryMessageHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\Handler\\SleepTaskHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesHandler'=> []]], 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => [=> [=> 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskHandler'=> []]], 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => [=> [=> 'Shopware\\Core\\Framework\\Webhook\\Handler\\WebhookEventMessageHandler'=> []]], 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => [=> [=> 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTaskHandler'=> []]], 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => [=> [=> 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTaskHandler'=> []]], 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => [=> [=> 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => [=> [=> 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => [=> [=> 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGenerationHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileHandler'=> []]], 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => [=> [=> 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => [=> [=> 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTaskHandler'=> []]], 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => [=> [=> 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTaskHandler'=> []]], 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => [=> [=> 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\CacheWarmer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTaskHandler'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => [=> [=> 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexer'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  23466.         $instance->setName('debug:messenger');
  23467.         $instance->setDescription('List messages you can dispatch using the message buses');
  23468.         return $instance;
  23469.     }
  23470.     /**
  23471.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  23472.      *
  23473.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  23474.      */
  23475.     protected function getConsole_Command_MessengerSetupTransportsService()
  23476.     {
  23477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23478.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  23479.         $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']);
  23480.         $instance->setName('messenger:setup-transports');
  23481.         $instance->setDescription('Prepare the required infrastructure for the transport');
  23482.         return $instance;
  23483.     }
  23484.     /**
  23485.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  23486.      *
  23487.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  23488.      */
  23489.     protected function getConsole_Command_MessengerStopWorkersService()
  23490.     {
  23491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23492.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  23493.         $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()));
  23494.         $instance->setName('messenger:stop-workers');
  23495.         $instance->setDescription('Stop workers after their current message');
  23496.         return $instance;
  23497.     }
  23498.     /**
  23499.      * Gets the private 'console.command.router_debug' shared service.
  23500.      *
  23501.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  23502.      */
  23503.     protected function getConsole_Command_RouterDebugService()
  23504.     {
  23505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23506.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  23507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  23508.         $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()));
  23509.         $instance->setName('debug:router');
  23510.         $instance->setDescription('Display current routes for an application');
  23511.         return $instance;
  23512.     }
  23513.     /**
  23514.      * Gets the private 'console.command.router_match' shared service.
  23515.      *
  23516.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  23517.      */
  23518.     protected function getConsole_Command_RouterMatchService()
  23519.     {
  23520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  23522.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  23523.             return new \EmptyIterator();
  23524.         }, 0));
  23525.         $instance->setName('router:match');
  23526.         $instance->setDescription('Help debug routes by simulating a path info match');
  23527.         return $instance;
  23528.     }
  23529.     /**
  23530.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  23531.      *
  23532.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  23533.      */
  23534.     protected function getConsole_Command_SecretsDecryptToLocalService()
  23535.     {
  23536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23537.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  23538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23540.         $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')))));
  23541.         $instance->setName('secrets:decrypt-to-local');
  23542.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  23543.         return $instance;
  23544.     }
  23545.     /**
  23546.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  23547.      *
  23548.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  23549.      */
  23550.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  23551.     {
  23552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  23554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23556.         $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')))));
  23557.         $instance->setName('secrets:encrypt-from-local');
  23558.         $instance->setDescription('Encrypt all local secrets to the vault');
  23559.         return $instance;
  23560.     }
  23561.     /**
  23562.      * Gets the private 'console.command.secrets_generate_key' shared service.
  23563.      *
  23564.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  23565.      */
  23566.     protected function getConsole_Command_SecretsGenerateKeyService()
  23567.     {
  23568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  23570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23572.         $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')))));
  23573.         $instance->setName('secrets:generate-keys');
  23574.         $instance->setDescription('Generate new encryption keys');
  23575.         return $instance;
  23576.     }
  23577.     /**
  23578.      * Gets the private 'console.command.secrets_list' shared service.
  23579.      *
  23580.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  23581.      */
  23582.     protected function getConsole_Command_SecretsListService()
  23583.     {
  23584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  23586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23588.         $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')))));
  23589.         $instance->setName('secrets:list');
  23590.         $instance->setDescription('List all secrets');
  23591.         return $instance;
  23592.     }
  23593.     /**
  23594.      * Gets the private 'console.command.secrets_remove' shared service.
  23595.      *
  23596.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  23597.      */
  23598.     protected function getConsole_Command_SecretsRemoveService()
  23599.     {
  23600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  23602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23604.         $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')))));
  23605.         $instance->setName('secrets:remove');
  23606.         $instance->setDescription('Remove a secret from the vault');
  23607.         return $instance;
  23608.     }
  23609.     /**
  23610.      * Gets the private 'console.command.secrets_set' shared service.
  23611.      *
  23612.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  23613.      */
  23614.     protected function getConsole_Command_SecretsSetService()
  23615.     {
  23616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  23618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  23620.         $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')))));
  23621.         $instance->setName('secrets:set');
  23622.         $instance->setDescription('Set a secret in the vault');
  23623.         return $instance;
  23624.     }
  23625.     /**
  23626.      * Gets the private 'console.command.translation_debug' shared service.
  23627.      *
  23628.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  23629.      */
  23630.     protected function getConsole_Command_TranslationDebugService()
  23631.     {
  23632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  23634.         $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')], []);
  23635.         $instance->setName('debug:translation');
  23636.         $instance->setDescription('Display translation messages information');
  23637.         return $instance;
  23638.     }
  23639.     /**
  23640.      * Gets the private 'console.command.translation_extract' shared service.
  23641.      *
  23642.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  23643.      */
  23644.     protected function getConsole_Command_TranslationExtractService()
  23645.     {
  23646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  23648.         $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')], []);
  23649.         $instance->setName('translation:extract');
  23650.         $instance->setAliases([=> 'translation:update']);
  23651.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  23652.         return $instance;
  23653.     }
  23654.     /**
  23655.      * Gets the private 'console.command.translation_pull' shared service.
  23656.      *
  23657.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  23658.      */
  23659.     protected function getConsole_Command_TranslationPullService()
  23660.     {
  23661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  23663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  23664.         $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', [], []);
  23665.         $instance->setName('translation:pull');
  23666.         $instance->setDescription('Pull translations from a given provider.');
  23667.         return $instance;
  23668.     }
  23669.     /**
  23670.      * Gets the private 'console.command.translation_push' shared service.
  23671.      *
  23672.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  23673.      */
  23674.     protected function getConsole_Command_TranslationPushService()
  23675.     {
  23676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  23678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  23679.         $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()), [], []);
  23680.         $instance->setName('translation:push');
  23681.         $instance->setDescription('Push translations to a given provider.');
  23682.         return $instance;
  23683.     }
  23684.     /**
  23685.      * Gets the private 'console.command.validator_debug' shared service.
  23686.      *
  23687.      * @return \Symfony\Component\Validator\Command\DebugCommand
  23688.      */
  23689.     protected function getConsole_Command_ValidatorDebugService()
  23690.     {
  23691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23692.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  23693.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  23694.         $instance->setName('debug:validator');
  23695.         $instance->setDescription('Display validation constraints for classes');
  23696.         return $instance;
  23697.     }
  23698.     /**
  23699.      * Gets the private 'console.command.xliff_lint' shared service.
  23700.      *
  23701.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  23702.      */
  23703.     protected function getConsole_Command_XliffLintService()
  23704.     {
  23705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  23707.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  23708.         $instance->setName('lint:xliff');
  23709.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  23710.         return $instance;
  23711.     }
  23712.     /**
  23713.      * Gets the private 'console.command.yaml_lint' shared service.
  23714.      *
  23715.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  23716.      */
  23717.     protected function getConsole_Command_YamlLintService()
  23718.     {
  23719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23720.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  23721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  23722.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  23723.         $instance->setName('lint:yaml');
  23724.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  23725.         return $instance;
  23726.     }
  23727.     /**
  23728.      * Gets the private 'console.error_listener' shared service.
  23729.      *
  23730.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  23731.      */
  23732.     protected function getConsole_ErrorListenerService()
  23733.     {
  23734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  23735.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  23736.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23737.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  23738.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  23739.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  23740.     }
  23741.     /**
  23742.      * Gets the private 'container.env_var_processor' shared service.
  23743.      *
  23744.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  23745.      */
  23746.     protected function getContainer_EnvVarProcessorService()
  23747.     {
  23748.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  23749.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  23750.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  23751.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  23752.         }, 1));
  23753.     }
  23754.     /**
  23755.      * Gets the private 'data_collector.request' shared service.
  23756.      *
  23757.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  23758.      */
  23759.     protected function getDataCollector_RequestService()
  23760.     {
  23761.         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())));
  23762.     }
  23763.     /**
  23764.      * Gets the private 'data_collector.request.session_collector' shared service.
  23765.      *
  23766.      * @return \Closure
  23767.      */
  23768.     protected function getDataCollector_Request_SessionCollectorService()
  23769.     {
  23770.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  23771.     }
  23772.     /**
  23773.      * Gets the private 'debug.Shopware\Core\Checkout\Cart\CartValueResolver' shared service.
  23774.      *
  23775.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23776.      */
  23777.     protected function getCartValueResolverService()
  23778.     {
  23779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23780.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23781.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Cart/CartValueResolver.php';
  23782.         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))));
  23783.     }
  23784.     /**
  23785.      * Gets the private 'debug.Shopware\Core\Checkout\Customer\CustomerValueResolver' shared service.
  23786.      *
  23787.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23788.      */
  23789.     protected function getCustomerValueResolverService()
  23790.     {
  23791.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23793.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Checkout/Customer/CustomerValueResolver.php';
  23794.         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))));
  23795.     }
  23796.     /**
  23797.      * Gets the private 'debug.Shopware\Core\Framework\Api\Context\ContextValueResolver' shared service.
  23798.      *
  23799.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23800.      */
  23801.     protected function getContextValueResolverService()
  23802.     {
  23803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23805.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Context/ContextValueResolver.php';
  23806.         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))));
  23807.     }
  23808.     /**
  23809.      * Gets the private 'debug.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver' shared service.
  23810.      *
  23811.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23812.      */
  23813.     protected function getResponseFactoryInterfaceValueResolverService()
  23814.     {
  23815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23817.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterfaceValueResolver.php';
  23818.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryRegistry.php';
  23819.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/ResponseFactoryInterface.php';
  23820.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/JsonFactoryBase.php';
  23821.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonApiType.php';
  23822.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Serializer/JsonApiEncoder.php';
  23823.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Api/Response/Type/Api/JsonType.php';
  23824.         $a = ($this->privates['Shopware\\Core\\System\\SalesChannel\\Api\\StructEncoder'] ?? $this->getStructEncoderService());
  23825.         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))));
  23826.     }
  23827.     /**
  23828.      * Gets the private 'debug.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver' shared service.
  23829.      *
  23830.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23831.      */
  23832.     protected function getCriteriaValueResolverService()
  23833.     {
  23834.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23835.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23836.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/Annotation/CriteriaValueResolver.php';
  23837.         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))));
  23838.     }
  23839.     /**
  23840.      * Gets the private 'debug.Shopware\Core\Framework\Routing\QueryDataBagResolver' shared service.
  23841.      *
  23842.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23843.      */
  23844.     protected function getQueryDataBagResolverService()
  23845.     {
  23846.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23848.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/QueryDataBagResolver.php';
  23849.         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))));
  23850.     }
  23851.     /**
  23852.      * Gets the private 'debug.Shopware\Core\Framework\Routing\RequestDataBagResolver' shared service.
  23853.      *
  23854.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23855.      */
  23856.     protected function getRequestDataBagResolverService()
  23857.     {
  23858.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23859.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23860.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Routing/RequestDataBagResolver.php';
  23861.         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))));
  23862.     }
  23863.     /**
  23864.      * Gets the private 'debug.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver' shared service.
  23865.      *
  23866.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23867.      */
  23868.     protected function getSalesChannelContextValueResolverService()
  23869.     {
  23870.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23871.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23872.         include_once \dirname(__DIR__4).'/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextValueResolver.php';
  23873.         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))));
  23874.     }
  23875.     /**
  23876.      * Gets the private 'debug.argument_resolver.default' shared service.
  23877.      *
  23878.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23879.      */
  23880.     protected function getDebug_ArgumentResolver_DefaultService()
  23881.     {
  23882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  23885.         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))));
  23886.     }
  23887.     /**
  23888.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  23889.      *
  23890.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23891.      */
  23892.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  23893.     {
  23894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23895.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23896.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  23897.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.73K_TWX'] ?? $this->get_ServiceLocator_73KTWXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  23898.     }
  23899.     /**
  23900.      * Gets the private 'debug.argument_resolver.request' shared service.
  23901.      *
  23902.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23903.      */
  23904.     protected function getDebug_ArgumentResolver_RequestService()
  23905.     {
  23906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23907.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23908.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  23909.         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))));
  23910.     }
  23911.     /**
  23912.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  23913.      *
  23914.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23915.      */
  23916.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  23917.     {
  23918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  23921.         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))));
  23922.     }
  23923.     /**
  23924.      * Gets the private 'debug.argument_resolver.service' shared service.
  23925.      *
  23926.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23927.      */
  23928.     protected function getDebug_ArgumentResolver_ServiceService()
  23929.     {
  23930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23932.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  23933.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.73K_TWX'] ?? $this->get_ServiceLocator_73KTWXService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  23934.     }
  23935.     /**
  23936.      * Gets the private 'debug.argument_resolver.session' shared service.
  23937.      *
  23938.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23939.      */
  23940.     protected function getDebug_ArgumentResolver_SessionService()
  23941.     {
  23942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  23945.         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))));
  23946.     }
  23947.     /**
  23948.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  23949.      *
  23950.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  23951.      */
  23952.     protected function getDebug_ArgumentResolver_VariadicService()
  23953.     {
  23954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  23955.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  23956.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  23957.         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))));
  23958.     }
  23959.     /**
  23960.      * Gets the private 'debug.debug_handlers_listener' shared service.
  23961.      *
  23962.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  23963.      */
  23964.     protected function getDebug_DebugHandlersListenerService()
  23965.     {
  23966.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  23967.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23968.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23969.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  23970.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  23971.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  23972.     }
  23973.     /**
  23974.      * Gets the private 'debug.dump_listener' shared service.
  23975.      *
  23976.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  23977.      */
  23978.     protected function getDebug_DumpListenerService()
  23979.     {
  23980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  23981.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  23982.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  23983.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  23984.         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);
  23985.     }
  23986.     /**
  23987.      * Gets the private 'debug.file_link_formatter' shared service.
  23988.      *
  23989.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  23990.      */
  23991.     protected function getDebug_FileLinkFormatterService()
  23992.     {
  23993.         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 () {
  23994.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  23995.         });
  23996.     }
  23997.     /**
  23998.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  23999.      *
  24000.      * @return \string
  24001.      */
  24002.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  24003.     {
  24004.         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');
  24005.     }
  24006.     /**
  24007.      * Gets the private 'debug.log_processor' shared service.
  24008.      *
  24009.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  24010.      */
  24011.     protected function getDebug_LogProcessorService()
  24012.     {
  24013.         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())));
  24014.     }
  24015.     /**
  24016.      * Gets the private 'debug.validator' shared service.
  24017.      *
  24018.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  24019.      */
  24020.     protected function getDebug_ValidatorService()
  24021.     {
  24022.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  24023.     }
  24024.     /**
  24025.      * Gets the private 'enqueue.client.consume_command' shared service.
  24026.      *
  24027.      * @return \Enqueue\Symfony\Client\ConsumeCommand
  24028.      */
  24029.     protected function getEnqueue_Client_ConsumeCommandService()
  24030.     {
  24031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24032.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  24033.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerExtensionCommandTrait.php';
  24034.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  24035.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  24036.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ConsumeCommand.php';
  24037.         $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');
  24038.         $instance->setName('enqueue:consume');
  24039.         return $instance;
  24040.     }
  24041.     /**
  24042.      * Gets the private 'enqueue.client.default.context' shared service.
  24043.      *
  24044.      * @return \Interop\Queue\Context
  24045.      */
  24046.     protected function getEnqueue_Client_Default_ContextService()
  24047.     {
  24048.         return $this->privates['enqueue.client.default.context'] = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService())->getContext();
  24049.     }
  24050.     /**
  24051.      * Gets the private 'enqueue.client.default.delegate_processor' shared service.
  24052.      *
  24053.      * @return \Enqueue\Client\DelegateProcessor
  24054.      */
  24055.     protected function getEnqueue_Client_Default_DelegateProcessorService()
  24056.     {
  24057.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  24058.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/DelegateProcessor.php';
  24059.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  24060.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  24061.         return $this->privates['enqueue.client.default.delegate_processor'] = new \Enqueue\Client\DelegateProcessor(new \Enqueue\Symfony\ContainerProcessorRegistry((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24062.             'enqueue.client.default.router_processor' => ['privates''enqueue.client.default.router_processor''getEnqueue_Client_Default_RouterProcessorService'false],
  24063.         ], [
  24064.             'enqueue.client.default.router_processor' => '?',
  24065.         ]))->withContext('enqueue.client.default.processor_registry'$this)));
  24066.     }
  24067.     /**
  24068.      * Gets the private 'enqueue.client.default.driver' shared service.
  24069.      *
  24070.      * @return \Enqueue\Client\DriverInterface
  24071.      */
  24072.     protected function getEnqueue_Client_Default_DriverService()
  24073.     {
  24074.         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([]));
  24075.     }
  24076.     /**
  24077.      * Gets the private 'enqueue.client.default.flush_spool_producer_listener' shared service.
  24078.      *
  24079.      * @return \Enqueue\Symfony\Client\FlushSpoolProducerListener
  24080.      */
  24081.     protected function getEnqueue_Client_Default_FlushSpoolProducerListenerService()
  24082.     {
  24083.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/FlushSpoolProducerListener.php';
  24084.         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()));
  24085.     }
  24086.     /**
  24087.      * Gets the private 'enqueue.client.default.lazy_producer' shared service.
  24088.      *
  24089.      * @return \Enqueue\Symfony\Client\LazyProducer
  24090.      */
  24091.     protected function getEnqueue_Client_Default_LazyProducerService()
  24092.     {
  24093.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/LazyProducer.php';
  24094.         return $this->privates['enqueue.client.default.lazy_producer'] = new \Enqueue\Symfony\Client\LazyProducer(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24095.             'enqueue.client.default.producer' => ['services''enqueue.client.default.producer''getEnqueue_Client_Default_ProducerService'false],
  24096.         ], [
  24097.             'enqueue.client.default.producer' => '?',
  24098.         ]), 'enqueue.client.default.producer');
  24099.     }
  24100.     /**
  24101.      * Gets the private 'enqueue.client.default.queue_consumer' shared service.
  24102.      *
  24103.      * @return \Enqueue\Consumption\QueueConsumer
  24104.      */
  24105.     protected function getEnqueue_Client_Default_QueueConsumerService()
  24106.     {
  24107.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  24108.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  24109.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  24110.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  24111.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  24112.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  24113.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  24114.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  24115.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  24116.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  24117.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  24118.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  24119.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  24120.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  24121.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/SetRouterPropertiesExtension.php';
  24122.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/ExclusiveCommandExtension.php';
  24123.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/ConsumptionExtension/FlushSpoolProducerExtension.php';
  24124.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  24125.         $a = ($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService());
  24126.         return $this->privates['enqueue.client.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.client.default.context'] ?? $this->getEnqueue_Client_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> new \Enqueue\Client\ConsumptionExtension\SetRouterPropertiesExtension($a), => new \Enqueue\Client\ConsumptionExtension\ExclusiveCommandExtension($a), => ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Client\ConsumptionExtension\FlushSpoolProducerExtension(($this->privates['enqueue.client.default.spool_producer'] ?? $this->getEnqueue_Client_Default_SpoolProducerService()))]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  24127.     }
  24128.     /**
  24129.      * Gets the private 'enqueue.client.default.router_processor' shared service.
  24130.      *
  24131.      * @return \Enqueue\Client\RouterProcessor
  24132.      */
  24133.     protected function getEnqueue_Client_Default_RouterProcessorService()
  24134.     {
  24135.         include_once \dirname(__DIR__4).'/vendor/queue-interop/queue-interop/src/Processor.php';
  24136.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/RouterProcessor.php';
  24137.         return $this->privates['enqueue.client.default.router_processor'] = new \Enqueue\Client\RouterProcessor(($this->privates['enqueue.client.default.driver'] ?? $this->getEnqueue_Client_Default_DriverService()));
  24138.     }
  24139.     /**
  24140.      * Gets the private 'enqueue.client.default.spool_producer' shared service.
  24141.      *
  24142.      * @return \Enqueue\Client\SpoolProducer
  24143.      */
  24144.     protected function getEnqueue_Client_Default_SpoolProducerService()
  24145.     {
  24146.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Client/SpoolProducer.php';
  24147.         return $this->privates['enqueue.client.default.spool_producer'] = new \Enqueue\Client\SpoolProducer(($this->privates['enqueue.client.default.lazy_producer'] ?? $this->getEnqueue_Client_Default_LazyProducerService()));
  24148.     }
  24149.     /**
  24150.      * Gets the private 'enqueue.client.produce_command' shared service.
  24151.      *
  24152.      * @return \Enqueue\Symfony\Client\ProduceCommand
  24153.      */
  24154.     protected function getEnqueue_Client_ProduceCommandService()
  24155.     {
  24156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24157.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/ProduceCommand.php';
  24158.         $this->privates['enqueue.client.produce_command'] = $instance = new \Enqueue\Symfony\Client\ProduceCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.producer');
  24159.         $instance->setName('enqueue:produce');
  24160.         return $instance;
  24161.     }
  24162.     /**
  24163.      * Gets the private 'enqueue.client.routes_command' shared service.
  24164.      *
  24165.      * @return \Enqueue\Symfony\Client\RoutesCommand
  24166.      */
  24167.     protected function getEnqueue_Client_RoutesCommandService()
  24168.     {
  24169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24170.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/RoutesCommand.php';
  24171.         $this->privates['enqueue.client.routes_command'] = $instance = new \Enqueue\Symfony\Client\RoutesCommand(($this->privates['enqueue.locator'] ?? $this->getEnqueue_LocatorService()), 'default''enqueue.client.%s.driver');
  24172.         $instance->setName('enqueue:routes');
  24173.         return $instance;
  24174.     }
  24175.     /**
  24176.      * Gets the private 'enqueue.client.setup_broker_command' shared service.
  24177.      *
  24178.      * @return \Enqueue\Symfony\Client\SetupBrokerCommand
  24179.      */
  24180.     protected function getEnqueue_Client_SetupBrokerCommandService()
  24181.     {
  24182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24183.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Client/SetupBrokerCommand.php';
  24184.         $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');
  24185.         $instance->setName('enqueue:setup-broker');
  24186.         return $instance;
  24187.     }
  24188.     /**
  24189.      * Gets the private 'enqueue.locator' shared service.
  24190.      *
  24191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24192.      */
  24193.     protected function getEnqueue_LocatorService()
  24194.     {
  24195.         return $this->privates['enqueue.locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24196.             'enqueue.client.default.delegate_processor' => ['privates''enqueue.client.default.delegate_processor''getEnqueue_Client_Default_DelegateProcessorService'false],
  24197.             'enqueue.client.default.driver' => ['privates''enqueue.client.default.driver''getEnqueue_Client_Default_DriverService'false],
  24198.             'enqueue.client.default.producer' => ['privates''enqueue.client.default.lazy_producer''getEnqueue_Client_Default_LazyProducerService'false],
  24199.             'enqueue.client.default.queue_consumer' => ['privates''enqueue.client.default.queue_consumer''getEnqueue_Client_Default_QueueConsumerService'false],
  24200.             'enqueue.transport.default.context' => ['privates''enqueue.transport.default.context''getEnqueue_Transport_Default_ContextService'false],
  24201.             'enqueue.transport.default.processor_registry' => ['privates''enqueue.transport.default.processor_registry''getEnqueue_Transport_Default_ProcessorRegistryService'false],
  24202.             'enqueue.transport.default.queue_consumer' => ['privates''enqueue.transport.default.queue_consumer''getEnqueue_Transport_Default_QueueConsumerService'false],
  24203.         ], [
  24204.             'enqueue.client.default.delegate_processor' => '?',
  24205.             'enqueue.client.default.driver' => '?',
  24206.             'enqueue.client.default.producer' => '?',
  24207.             'enqueue.client.default.queue_consumer' => '?',
  24208.             'enqueue.transport.default.context' => '?',
  24209.             'enqueue.transport.default.processor_registry' => '?',
  24210.             'enqueue.transport.default.queue_consumer' => '?',
  24211.         ]);
  24212.     }
  24213.     /**
  24214.      * Gets the private 'enqueue.messenger_transport.factory' shared service.
  24215.      *
  24216.      * @return \Enqueue\MessengerAdapter\QueueInteropTransportFactory
  24217.      */
  24218.     protected function getEnqueue_MessengerTransport_FactoryService()
  24219.     {
  24220.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  24221.         include_once \dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/QueueInteropTransportFactory.php';
  24222.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  24223.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  24224.         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);
  24225.     }
  24226.     /**
  24227.      * Gets the private 'enqueue.transport.consume_command' shared service.
  24228.      *
  24229.      * @return \Enqueue\Symfony\Consumption\ConfigurableConsumeCommand
  24230.      */
  24231.     protected function getEnqueue_Transport_ConsumeCommandService()
  24232.     {
  24233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24234.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/LimitsExtensionsCommandTrait.php';
  24235.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/QueueConsumerOptionsCommandTrait.php';
  24236.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ChooseLoggerCommandTrait.php';
  24237.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/Consumption/ConfigurableConsumeCommand.php';
  24238.         $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');
  24239.         $instance->setName('enqueue:transport:consume');
  24240.         return $instance;
  24241.     }
  24242.     /**
  24243.      * Gets the private 'enqueue.transport.default.connection_factory' shared service.
  24244.      *
  24245.      * @return \Interop\Queue\ConnectionFactory
  24246.      */
  24247.     protected function getEnqueue_Transport_Default_ConnectionFactoryService()
  24248.     {
  24249.         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:']);
  24250.     }
  24251.     /**
  24252.      * Gets the private 'enqueue.transport.default.context' shared service.
  24253.      *
  24254.      * @return \Interop\Queue\Context
  24255.      */
  24256.     protected function getEnqueue_Transport_Default_ContextService()
  24257.     {
  24258.         return $this->privates['enqueue.transport.default.context'] = ($this->privates['enqueue.transport.default.connection_factory'] ?? $this->getEnqueue_Transport_Default_ConnectionFactoryService())->createContext();
  24259.     }
  24260.     /**
  24261.      * Gets the private 'enqueue.transport.default.processor_registry' shared service.
  24262.      *
  24263.      * @return \Enqueue\Symfony\ContainerProcessorRegistry
  24264.      */
  24265.     protected function getEnqueue_Transport_Default_ProcessorRegistryService()
  24266.     {
  24267.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/ProcessorRegistryInterface.php';
  24268.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Symfony/ContainerProcessorRegistry.php';
  24269.         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));
  24270.     }
  24271.     /**
  24272.      * Gets the private 'enqueue.transport.default.queue_consumer' shared service.
  24273.      *
  24274.      * @return \Enqueue\Consumption\QueueConsumer
  24275.      */
  24276.     protected function getEnqueue_Transport_Default_QueueConsumerService()
  24277.     {
  24278.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumerInterface.php';
  24279.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/QueueConsumer.php';
  24280.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/StartExtensionInterface.php';
  24281.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreSubscribeExtensionInterface.php';
  24282.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PreConsumeExtensionInterface.php';
  24283.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageReceivedExtensionInterface.php';
  24284.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostMessageReceivedExtensionInterface.php';
  24285.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/MessageResultExtensionInterface.php';
  24286.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ProcessorExceptionExtensionInterface.php';
  24287.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/PostConsumeExtensionInterface.php';
  24288.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/EndExtensionInterface.php';
  24289.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/InitLoggerExtensionInterface.php';
  24290.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ExtensionInterface.php';
  24291.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/ChainExtension.php';
  24292.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/LogExtension.php';
  24293.         include_once \dirname(__DIR__4).'/vendor/enqueue/enqueue/Consumption/Extension/ReplyExtension.php';
  24294.         return $this->privates['enqueue.transport.default.queue_consumer'] = new \Enqueue\Consumption\QueueConsumer(($this->privates['enqueue.transport.default.context'] ?? $this->getEnqueue_Transport_Default_ContextService()), new \Enqueue\Consumption\ChainExtension([=> ($this->privates['enqueue.consumption.reply_extension'] ?? ($this->privates['enqueue.consumption.reply_extension'] = new \Enqueue\Consumption\Extension\ReplyExtension())), => new \Enqueue\Consumption\Extension\LogExtension()]), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 1000);
  24295.     }
  24296.     /**
  24297.      * Gets the private 'error_handler.error_renderer.html' shared service.
  24298.      *
  24299.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  24300.      */
  24301.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  24302.     {
  24303.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  24304.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  24305.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  24306.         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()));
  24307.     }
  24308.     /**
  24309.      * Gets the private 'esi_listener' shared service.
  24310.      *
  24311.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  24312.      */
  24313.     protected function getEsiListenerService()
  24314.     {
  24315.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  24316.     }
  24317.     /**
  24318.      * Gets the private 'exception_listener' shared service.
  24319.      *
  24320.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  24321.      */
  24322.     protected function getExceptionListenerService()
  24323.     {
  24324.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  24325.     }
  24326.     /**
  24327.      * Gets the private 'fragment.listener' shared service.
  24328.      *
  24329.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  24330.      */
  24331.     protected function getFragment_ListenerService()
  24332.     {
  24333.         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');
  24334.     }
  24335.     /**
  24336.      * Gets the private 'fragment.renderer.esi' shared service.
  24337.      *
  24338.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  24339.      */
  24340.     protected function getFragment_Renderer_EsiService()
  24341.     {
  24342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  24343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  24344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  24345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  24346.         $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')))));
  24347.         $instance->setFragmentPath('/_fragment');
  24348.         return $instance;
  24349.     }
  24350.     /**
  24351.      * Gets the private 'fragment.renderer.hinclude' shared service.
  24352.      *
  24353.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  24354.      */
  24355.     protected function getFragment_Renderer_HincludeService()
  24356.     {
  24357.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  24358.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  24359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  24360.         $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);
  24361.         $instance->setFragmentPath('/_fragment');
  24362.         return $instance;
  24363.     }
  24364.     /**
  24365.      * Gets the private 'fragment.renderer.inline' shared service.
  24366.      *
  24367.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  24368.      */
  24369.     protected function getFragment_Renderer_InlineService()
  24370.     {
  24371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  24372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  24373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  24374.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24375.         $instance->setFragmentPath('/_fragment');
  24376.         return $instance;
  24377.     }
  24378.     /**
  24379.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  24380.      *
  24381.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  24382.      */
  24383.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  24384.     {
  24385.         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);
  24386.     }
  24387.     /**
  24388.      * Gets the private 'kernel.bundles' shared service.
  24389.      *
  24390.      * @return \Iterator
  24391.      */
  24392.     protected function getKernel_BundlesService()
  24393.     {
  24394.         return $this->privates['kernel.bundles'] = ($this->services['kernel'] ?? $this->get('kernel'1))->getBundles();
  24395.     }
  24396.     /**
  24397.      * Gets the private 'locale_aware_listener' shared service.
  24398.      *
  24399.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  24400.      */
  24401.     protected function getLocaleAwareListenerService()
  24402.     {
  24403.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  24404.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en-GB')));
  24405.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  24406.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  24407.     }
  24408.     /**
  24409.      * Gets the private 'locale_listener' shared service.
  24410.      *
  24411.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  24412.      */
  24413.     protected function getLocaleListenerService()
  24414.     {
  24415.         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, []);
  24416.     }
  24417.     /**
  24418.      * Gets the private 'lock.default.factory' shared service.
  24419.      *
  24420.      * @return \Symfony\Component\Lock\LockFactory
  24421.      */
  24422.     protected function getLock_Default_FactoryService()
  24423.     {
  24424.         $this->privates['lock.default.factory'] = $instance = new \Symfony\Component\Lock\LockFactory(\Symfony\Component\Lock\Store\StoreFactory::createStore('semaphore'));
  24425.         $a = new \Symfony\Bridge\Monolog\Logger('lock');
  24426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24427.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24428.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  24430.         $instance->setLogger($a);
  24431.         return $instance;
  24432.     }
  24433.     /**
  24434.      * Gets the private 'mailer.messenger.message_handler' shared service.
  24435.      *
  24436.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  24437.      */
  24438.     protected function getMailer_Messenger_MessageHandlerService()
  24439.     {
  24440.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  24441.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
  24442.     }
  24443.     /**
  24444.      * Gets the private 'mailer.transport_factory.native' shared service.
  24445.      *
  24446.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  24447.      */
  24448.     protected function getMailer_TransportFactory_NativeService()
  24449.     {
  24450.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  24451.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  24452.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  24453.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  24454.     }
  24455.     /**
  24456.      * Gets the private 'mailer.transport_factory.null' shared service.
  24457.      *
  24458.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  24459.      */
  24460.     protected function getMailer_TransportFactory_NullService()
  24461.     {
  24462.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  24463.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  24464.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  24465.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  24466.     }
  24467.     /**
  24468.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  24469.      *
  24470.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  24471.      */
  24472.     protected function getMailer_TransportFactory_SendmailService()
  24473.     {
  24474.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  24475.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  24476.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  24477.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  24478.     }
  24479.     /**
  24480.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  24481.      *
  24482.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  24483.      */
  24484.     protected function getMailer_TransportFactory_SmtpService()
  24485.     {
  24486.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  24487.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  24488.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  24489.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  24490.     }
  24491.     /**
  24492.      * Gets the private 'mailer.transports' shared service.
  24493.      *
  24494.      * @return \Symfony\Component\Mailer\Transport\Transports
  24495.      */
  24496.     protected function getMailer_TransportsService()
  24497.     {
  24498.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  24499.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  24500.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  24501.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Content/Mail/Service/MailerTransportFactory.php';
  24502.         return $this->privates['mailer.transports'] = (new \Shopware\Core\Content\Mail\Service\MailerTransportFactory(new RewindableGenerator(function () {
  24503.             yield => $this->getMailer_TransportFactory_NullService();
  24504.             yield => $this->getMailer_TransportFactory_SendmailService();
  24505.             yield => $this->getMailer_TransportFactory_NativeService();
  24506.             yield => $this->getMailer_TransportFactory_SmtpService();
  24507.         }, 4), ($this->services['Shopware\\Core\\System\\SystemConfig\\SystemConfigService'] ?? $this->getSystemConfigServiceService())))->fromStrings(['main' => 'smtp://null']);
  24508.     }
  24509.     /**
  24510.      * Gets the private 'messenger.bus.shopware.middleware.handle_message' shared service.
  24511.      *
  24512.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  24513.      */
  24514.     protected function getMessenger_Bus_Shopware_Middleware_HandleMessageService()
  24515.     {
  24516.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  24517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  24518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  24519.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  24520.         $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 () {
  24521.             yield => ($this->privates['.messenger.handler_descriptor.h1gRAD1'] ?? $this->get_Messenger_HandlerDescriptor_H1gRAD1Service());
  24522.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask' => new RewindableGenerator(function () {
  24523.             yield => ($this->privates['.messenger.handler_descriptor.u_2ldqP'] ?? $this->get_Messenger_HandlerDescriptor_U2ldqPService());
  24524.         }, 1), 'Shopware\\Core\\Framework\\Adapter\\Cache\\Message\\CleanupOldCacheFolders' => new RewindableGenerator(function () {
  24525.             yield => ($this->privates['.messenger.handler_descriptor.CKTMT3c'] ?? $this->get_Messenger_HandlerDescriptor_CKTMT3cService());
  24526.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage' => new RewindableGenerator(function () {
  24527.             yield => ($this->privates['.messenger.handler_descriptor.6a6vTR.'] ?? $this->get_Messenger_HandlerDescriptor_6a6vTR_Service());
  24528.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\UpdateThumbnailsMessage' => new RewindableGenerator(function () {
  24529.             yield => ($this->privates['.messenger.handler_descriptor.88lOdtC'] ?? $this->get_Messenger_HandlerDescriptor_88lOdtCService());
  24530.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask' => new RewindableGenerator(function () {
  24531.             yield => ($this->privates['.messenger.handler_descriptor.vN2QjSm'] ?? $this->get_Messenger_HandlerDescriptor_VN2QjSmService());
  24532.         }, 1), 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask' => new RewindableGenerator(function () {
  24533.             yield => ($this->privates['.messenger.handler_descriptor.bD1J5H6'] ?? $this->get_Messenger_HandlerDescriptor_BD1J5H6Service());
  24534.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\EntityIndexingMessage' => new RewindableGenerator(function () {
  24535.             yield => ($this->privates['.messenger.handler_descriptor.2yo6BZJ'] ?? $this->get_Messenger_HandlerDescriptor_2yo6BZJService());
  24536.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage' => new RewindableGenerator(function () {
  24537.             yield => ($this->privates['.messenger.handler_descriptor.hq66vfV'] ?? $this->get_Messenger_HandlerDescriptor_Hq66vfVService());
  24538.         }, 1), 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask' => new RewindableGenerator(function () {
  24539.             yield => ($this->privates['.messenger.handler_descriptor.n5_pcyU'] ?? $this->get_Messenger_HandlerDescriptor_N5PcyUService());
  24540.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\EncryptedMessage' => new RewindableGenerator(function () {
  24541.             yield => ($this->privates['.messenger.handler_descriptor.W5d8anj'] ?? $this->get_Messenger_HandlerDescriptor_W5d8anjService());
  24542.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\RetryMessage' => new RewindableGenerator(function () {
  24543.             yield => ($this->privates['.messenger.handler_descriptor.rvKU_JQ'] ?? $this->get_Messenger_HandlerDescriptor_RvKUJQService());
  24544.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\Message\\SleepMessage' => new RewindableGenerator(function () {
  24545.             yield => ($this->privates['.messenger.handler_descriptor.6XWr01B'] ?? $this->get_Messenger_HandlerDescriptor_6XWr01BService());
  24546.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask' => new RewindableGenerator(function () {
  24547.             yield => ($this->privates['.messenger.handler_descriptor.BzkW.st'] ?? $this->get_Messenger_HandlerDescriptor_BzkW_StService());
  24548.         }, 1), 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\MessageQueue\\RegisterScheduledTaskMessage' => new RewindableGenerator(function () {
  24549.             yield => ($this->privates['.messenger.handler_descriptor.dVP21hY'] ?? $this->get_Messenger_HandlerDescriptor_DVP21hYService());
  24550.         }, 1), 'Shopware\\Core\\Framework\\Webhook\\Message\\WebhookEventMessage' => new RewindableGenerator(function () {
  24551.             yield => ($this->privates['.messenger.handler_descriptor.Z5qzcmD'] ?? $this->get_Messenger_HandlerDescriptor_Z5qzcmDService());
  24552.         }, 1), 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask' => new RewindableGenerator(function () {
  24553.             yield => ($this->privates['.messenger.handler_descriptor._mx1WXF'] ?? $this->get_Messenger_HandlerDescriptor_Mx1WXFService());
  24554.         }, 1), 'Shopware\\Core\\Content\\Media\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  24555.             yield => ($this->privates['.messenger.handler_descriptor.TaMu3bd'] ?? $this->get_Messenger_HandlerDescriptor_TaMu3bdService());
  24556.         }, 1), 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask' => new RewindableGenerator(function () {
  24557.             yield => ($this->privates['.messenger.handler_descriptor.vhvNn_P'] ?? $this->get_Messenger_HandlerDescriptor_VhvNnPService());
  24558.         }, 1), 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask' => new RewindableGenerator(function () {
  24559.             yield => ($this->privates['.messenger.handler_descriptor.6kBcctU'] ?? $this->get_Messenger_HandlerDescriptor_6kBcctUService());
  24560.         }, 1), 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask' => new RewindableGenerator(function () {
  24561.             yield => ($this->privates['.messenger.handler_descriptor.zfOhFjq'] ?? $this->get_Messenger_HandlerDescriptor_ZfOhFjqService());
  24562.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask' => new RewindableGenerator(function () {
  24563.             yield => ($this->privates['.messenger.handler_descriptor.wYSIMNj'] ?? $this->get_Messenger_HandlerDescriptor_WYSIMNjService());
  24564.         }, 1), 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportPartialGeneration' => new RewindableGenerator(function () {
  24565.             yield => ($this->privates['.messenger.handler_descriptor.4htA3jl'] ?? $this->get_Messenger_HandlerDescriptor_4htA3jlService());
  24566.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\ImportExportMessage' => new RewindableGenerator(function () {
  24567.             yield => ($this->privates['.messenger.handler_descriptor.Sx4TzkJ'] ?? $this->get_Messenger_HandlerDescriptor_Sx4TzkJService());
  24568.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\Message\\DeleteFileMessage' => new RewindableGenerator(function () {
  24569.             yield => ($this->privates['.messenger.handler_descriptor.3.rzR14'] ?? $this->get_Messenger_HandlerDescriptor_3_RzR14Service());
  24570.         }, 1), 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask' => new RewindableGenerator(function () {
  24571.             yield => ($this->privates['.messenger.handler_descriptor.yKXilMm'] ?? $this->get_Messenger_HandlerDescriptor_YKXilMmService());
  24572.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask' => new RewindableGenerator(function () {
  24573.             yield => ($this->privates['.messenger.handler_descriptor.RWDR7vF'] ?? $this->get_Messenger_HandlerDescriptor_RWDR7vFService());
  24574.         }, 1), 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage' => new RewindableGenerator(function () {
  24575.             yield => ($this->privates['.messenger.handler_descriptor.z290ooz'] ?? $this->get_Messenger_HandlerDescriptor_Z290oozService());
  24576.         }, 1), 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask' => new RewindableGenerator(function () {
  24577.             yield => ($this->privates['.messenger.handler_descriptor.D8Msq11'] ?? $this->get_Messenger_HandlerDescriptor_D8Msq11Service());
  24578.         }, 1), 'Shopware\\Storefront\\Framework\\Cache\\CacheWarmer\\WarmUpMessage' => new RewindableGenerator(function () {
  24579.             yield => ($this->privates['.messenger.handler_descriptor.1SPMxF6'] ?? $this->get_Messenger_HandlerDescriptor_1SPMxF6Service());
  24580.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask' => new RewindableGenerator(function () {
  24581.             yield => ($this->privates['.messenger.handler_descriptor.RaXVyBY'] ?? $this->get_Messenger_HandlerDescriptor_RaXVyBYService());
  24582.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchIndexingMessage' => new RewindableGenerator(function () {
  24583.             yield => ($this->privates['.messenger.handler_descriptor.9zA2HRZ'] ?? $this->get_Messenger_HandlerDescriptor_9zA2HRZService());
  24584.         }, 1), 'Shopware\\Elasticsearch\\Framework\\Indexing\\ElasticsearchLanguageIndexIteratorMessage' => new RewindableGenerator(function () {
  24585.             yield => ($this->privates['.messenger.handler_descriptor.ZFmY.qW'] ?? $this->get_Messenger_HandlerDescriptor_ZFmY_QWService());
  24586.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  24587.             yield => ($this->privates['.messenger.handler_descriptor.g5T3Vdz'] ?? $this->get_Messenger_HandlerDescriptor_G5T3VdzService());
  24588.         }, 1)]));
  24589.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  24590.         return $instance;
  24591.     }
  24592.     /**
  24593.      * Gets the private 'messenger.bus.shopware.middleware.traceable' shared service.
  24594.      *
  24595.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  24596.      */
  24597.     protected function getMessenger_Bus_Shopware_Middleware_TraceableService()
  24598.     {
  24599.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  24600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  24601.         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');
  24602.     }
  24603.     /**
  24604.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  24605.      *
  24606.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  24607.      */
  24608.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  24609.     {
  24610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  24611.         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()));
  24612.     }
  24613.     /**
  24614.      * Gets the private 'messenger.middleware.send_message' shared service.
  24615.      *
  24616.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  24617.      */
  24618.     protected function getMessenger_Middleware_SendMessageService()
  24619.     {
  24620.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  24621.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  24622.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  24623.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/MessageQueue/DefaultSenderLocator.php';
  24624.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  24625.         $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()));
  24626.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  24627.         return $instance;
  24628.     }
  24629.     /**
  24630.      * Gets the private 'messenger.receiver_locator' shared service.
  24631.      *
  24632.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  24633.      */
  24634.     protected function getMessenger_ReceiverLocatorService()
  24635.     {
  24636.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24637.             'default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  24638.             'messenger.transport.default' => ['privates''messenger.transport.default''getMessenger_Transport_DefaultService'false],
  24639.         ], [
  24640.             'default' => '?',
  24641.             'messenger.transport.default' => '?',
  24642.         ]);
  24643.     }
  24644.     /**
  24645.      * Gets the private 'messenger.retry.multiplier_retry_strategy.default' shared service.
  24646.      *
  24647.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  24648.      */
  24649.     protected function getMessenger_Retry_MultiplierRetryStrategy_DefaultService()
  24650.     {
  24651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  24652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  24653.         return $this->privates['messenger.retry.multiplier_retry_strategy.default'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  24654.     }
  24655.     /**
  24656.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  24657.      *
  24658.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  24659.      */
  24660.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  24661.     {
  24662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  24663.         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, [
  24664.             'default' => ['privates''messenger.retry.multiplier_retry_strategy.default''getMessenger_Retry_MultiplierRetryStrategy_DefaultService'false],
  24665.         ], [
  24666.             'default' => '?',
  24667.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  24668.     }
  24669.     /**
  24670.      * Gets the private 'messenger.routable_message_bus' shared service.
  24671.      *
  24672.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  24673.      */
  24674.     protected function getMessenger_RoutableMessageBusService()
  24675.     {
  24676.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  24677.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24678.             'messenger.bus.shopware' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  24679.         ], [
  24680.             'messenger.bus.shopware' => '?',
  24681.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  24682.     }
  24683.     /**
  24684.      * Gets the private 'messenger.transport.default' shared service.
  24685.      *
  24686.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  24687.      */
  24688.     protected function getMessenger_Transport_DefaultService()
  24689.     {
  24690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  24691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  24692.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  24693.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  24694.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  24695.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  24696.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  24697.         return $this->privates['messenger.transport.default'] = (new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  24698.             yield => (new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory());
  24699.             yield => (new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory());
  24700.             yield => $this->getMessenger_Transport_Sync_FactoryService();
  24701.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  24702.             yield => $this->getEnqueue_MessengerTransport_FactoryService();
  24703.         }, 5)))->createTransport('enqueue://default?receiveTimeout=100', ['transport_name' => 'default'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  24704.     }
  24705.     /**
  24706.      * Gets the private 'messenger.transport.sync.factory' shared service.
  24707.      *
  24708.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  24709.      */
  24710.     protected function getMessenger_Transport_Sync_FactoryService()
  24711.     {
  24712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  24713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  24714.         return new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  24715.     }
  24716.     /**
  24717.      * Gets the private 'mime_types' shared service.
  24718.      *
  24719.      * @return \Symfony\Component\Mime\MimeTypes
  24720.      */
  24721.     protected function getMimeTypesService()
  24722.     {
  24723.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  24724.         $instance->setDefault($instance);
  24725.         return $instance;
  24726.     }
  24727.     /**
  24728.      * Gets the private 'monolog.command.server_log' shared service.
  24729.      *
  24730.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  24731.      */
  24732.     protected function getMonolog_Command_ServerLogService()
  24733.     {
  24734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24735.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  24736.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  24737.         $instance->setName('server:log');
  24738.         $instance->setDescription('Start a log server that displays logs in real time');
  24739.         return $instance;
  24740.     }
  24741.     /**
  24742.      * Gets the private 'monolog.handler.business_event_handler_buffer' shared service.
  24743.      *
  24744.      * @return \Monolog\Handler\BufferHandler
  24745.      */
  24746.     protected function getMonolog_Handler_BusinessEventHandlerBufferService()
  24747.     {
  24748.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  24749.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Log/Monolog/DoctrineSQLHandler.php';
  24750.         include_once \dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Fixes/NEXT24679/DoctrineSQLHandlerDecorator.php';
  24751.         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);
  24752.     }
  24753.     /**
  24754.      * Gets the private 'monolog.handler.console' shared service.
  24755.      *
  24756.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  24757.      */
  24758.     protected function getMonolog_Handler_ConsoleService()
  24759.     {
  24760.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  24761.     }
  24762.     /**
  24763.      * Gets the private 'monolog.logger' shared service.
  24764.      *
  24765.      * @return \Symfony\Bridge\Monolog\Logger
  24766.      */
  24767.     protected function getMonolog_LoggerService()
  24768.     {
  24769.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  24770.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24771.         $instance->useMicrosecondTimestamps(true);
  24772.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24773.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24774.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24775.         return $instance;
  24776.     }
  24777.     /**
  24778.      * Gets the private 'monolog.logger.cache' shared service.
  24779.      *
  24780.      * @return \Symfony\Bridge\Monolog\Logger
  24781.      */
  24782.     protected function getMonolog_Logger_CacheService()
  24783.     {
  24784.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  24785.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24786.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24787.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24788.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24789.         return $instance;
  24790.     }
  24791.     /**
  24792.      * Gets the private 'monolog.logger.mailer' shared service.
  24793.      *
  24794.      * @return \Symfony\Bridge\Monolog\Logger
  24795.      */
  24796.     protected function getMonolog_Logger_MailerService()
  24797.     {
  24798.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  24799.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24800.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24801.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24802.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24803.         return $instance;
  24804.     }
  24805.     /**
  24806.      * Gets the private 'monolog.logger.messenger' shared service.
  24807.      *
  24808.      * @return \Symfony\Bridge\Monolog\Logger
  24809.      */
  24810.     protected function getMonolog_Logger_MessengerService()
  24811.     {
  24812.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  24813.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24814.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24815.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24816.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24817.         return $instance;
  24818.     }
  24819.     /**
  24820.      * Gets the private 'monolog.logger.request' shared service.
  24821.      *
  24822.      * @return \Symfony\Bridge\Monolog\Logger
  24823.      */
  24824.     protected function getMonolog_Logger_RequestService()
  24825.     {
  24826.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  24827.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24828.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24829.         $instance->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24830.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  24831.         return $instance;
  24832.     }
  24833.     /**
  24834.      * Gets the private 'parameter_bag' shared service.
  24835.      *
  24836.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  24837.      */
  24838.     protected function getParameterBagService()
  24839.     {
  24840.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  24841.     }
  24842.     /**
  24843.      * Gets the private 'profiler_listener' shared service.
  24844.      *
  24845.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  24846.      */
  24847.     protected function getProfilerListenerService()
  24848.     {
  24849.         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);
  24850.     }
  24851.     /**
  24852.      * Gets the private 'property_info' shared service.
  24853.      *
  24854.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  24855.      */
  24856.     protected function getPropertyInfoService()
  24857.     {
  24858.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  24859.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  24860.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24861.         }, 2), new RewindableGenerator(function () {
  24862.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24863.         }, 1), new RewindableGenerator(function () {
  24864.             return new \EmptyIterator();
  24865.         }, 0), new RewindableGenerator(function () {
  24866.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24867.         }, 1), new RewindableGenerator(function () {
  24868.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  24869.         }, 1));
  24870.     }
  24871.     /**
  24872.      * Gets the private 'property_info.serializer_extractor' shared service.
  24873.      *
  24874.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  24875.      */
  24876.     protected function getPropertyInfo_SerializerExtractorService()
  24877.     {
  24878.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  24879.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  24880.     }
  24881.     /**
  24882.      * Gets the private 'router.cache_warmer' shared service.
  24883.      *
  24884.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  24885.      */
  24886.     protected function getRouter_CacheWarmerService()
  24887.     {
  24888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  24890.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24891.             'router' => ['services''router''getRouterService'false],
  24892.         ], [
  24893.             'router' => '?',
  24894.         ]))->withContext('router.cache_warmer'$this));
  24895.     }
  24896.     /**
  24897.      * Gets the private 'router.default' shared service.
  24898.      *
  24899.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  24900.      */
  24901.     protected function getRouter_DefaultService()
  24902.     {
  24903.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  24904.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24905.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24906.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  24907.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  24908.         $this->privates['router.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24909.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  24910.         ], [
  24911.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  24912.         ]))->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');
  24913.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  24914.         return $instance;
  24915.     }
  24916.     /**
  24917.      * Gets the private 'router.request_context' shared service.
  24918.      *
  24919.      * @return \Symfony\Component\Routing\RequestContext
  24920.      */
  24921.     protected function getRouter_RequestContextService()
  24922.     {
  24923.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  24924.     }
  24925.     /**
  24926.      * Gets the private 'router_listener' shared service.
  24927.      *
  24928.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  24929.      */
  24930.     protected function getRouterListenerService()
  24931.     {
  24932.         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);
  24933.     }
  24934.     /**
  24935.      * Gets the private 'secrets.vault' shared service.
  24936.      *
  24937.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  24938.      */
  24939.     protected function getSecrets_VaultService()
  24940.     {
  24941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  24942.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  24943.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  24944.         include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  24945.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  24946.         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'));
  24947.     }
  24948.     /**
  24949.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  24950.      *
  24951.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  24952.      */
  24953.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  24954.     {
  24955.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24956.     }
  24957.     /**
  24958.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  24959.      *
  24960.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  24961.      */
  24962.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  24963.     {
  24964.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  24965.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULLNULL), 0'doctrine.orm');
  24966.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  24967.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  24968.     }
  24969.     /**
  24970.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  24971.      *
  24972.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  24973.      */
  24974.     protected function getSensioFrameworkExtra_View_ListenerService()
  24975.     {
  24976.         $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))));
  24977.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24978.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24979.         ], [
  24980.             'twig' => '?',
  24981.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  24982.         return $instance;
  24983.     }
  24984.     /**
  24985.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  24986.      *
  24987.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  24988.      */
  24989.     protected function getSerializer_Mapping_CacheWarmerService()
  24990.     {
  24991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  24994.         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'));
  24995.     }
  24996.     /**
  24997.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  24998.      *
  24999.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  25000.      */
  25001.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  25002.     {
  25003.         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()))]));
  25004.     }
  25005.     /**
  25006.      * Gets the private 'session.factory' shared service.
  25007.      *
  25008.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  25009.      */
  25010.     protected function getSession_FactoryService()
  25011.     {
  25012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  25013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  25014.         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']);
  25015.     }
  25016.     /**
  25017.      * Gets the private 'session.storage.factory.native' shared service.
  25018.      *
  25019.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  25020.      */
  25021.     protected function getSession_Storage_Factory_NativeService()
  25022.     {
  25023.         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);
  25024.     }
  25025.     /**
  25026.      * Gets the private 'session_listener' shared service.
  25027.      *
  25028.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  25029.      */
  25030.     protected function getSessionListenerService()
  25031.     {
  25032.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25033.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  25034.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  25035.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  25036.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  25037.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  25038.         ], [
  25039.             'initialized_session' => '?',
  25040.             'logger' => '?',
  25041.             'session' => '?',
  25042.             'session_collector' => '?',
  25043.             'session_factory' => '?',
  25044.         ]), true$this->parameters['session.storage.options']);
  25045.     }
  25046.     /**
  25047.      * Gets the private 'shopware.api.authorization_server' shared service.
  25048.      *
  25049.      * @return \League\OAuth2\Server\AuthorizationServer
  25050.      */
  25051.     protected function getShopware_Api_AuthorizationServerService()
  25052.     {
  25053.         $a = ($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService());
  25054.         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 () {
  25055.             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()));
  25056.             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()));
  25057.             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()));
  25058.         }, 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'));
  25059.     }
  25060.     /**
  25061.      * Gets the private 'shopware.app_system.guzzle' shared service.
  25062.      *
  25063.      * @return \GuzzleHttp\Client
  25064.      */
  25065.     protected function getShopware_AppSystem_GuzzleService($lazyLoad true)
  25066.     {
  25067.         if ($lazyLoad) {
  25068.             return $this->privates['shopware.app_system.guzzle'] = $this->createProxy('Client_b190fb5', function () {
  25069.                 return \Client_b190fb5::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  25070.                     $wrappedInstance $this->getShopware_AppSystem_GuzzleService(false);
  25071.                     $proxy->setProxyInitializer(null);
  25072.                     return true;
  25073.                 });
  25074.             });
  25075.         }
  25076.         include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  25077.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/App/Hmac/Guzzle/AuthMiddleware.php';
  25078.         $a = \GuzzleHttp\HandlerStack::create();
  25079.         $a->push(new \Shopware\Core\Framework\App\Hmac\Guzzle\AuthMiddleware('6.4.16.1', ($this->services['Shopware\\Core\\Framework\\App\\AppLocaleProvider'] ?? $this->getAppLocaleProviderService())));
  25080.         return new \GuzzleHttp\Client(['timeout' => 5'connect_timeout' => 1'handler' => $a]);
  25081.     }
  25082.     /**
  25083.      * Gets the private 'shopware.asset.asset' shared service.
  25084.      *
  25085.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  25086.      */
  25087.     protected function getShopware_Asset_AssetService()
  25088.     {
  25089.         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()));
  25090.     }
  25091.     /**
  25092.      * Gets the private 'shopware.asset.asset.version_strategy' shared service.
  25093.      *
  25094.      * @return \Shopware\Core\Framework\Adapter\Asset\FlysystemLastModifiedVersionStrategy
  25095.      */
  25096.     protected function getShopware_Asset_Asset_VersionStrategyService()
  25097.     {
  25098.         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()));
  25099.     }
  25100.     /**
  25101.      * Gets the private 'shopware.asset.public' shared service.
  25102.      *
  25103.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  25104.      */
  25105.     protected function getShopware_Asset_PublicService()
  25106.     {
  25107.         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())));
  25108.     }
  25109.     /**
  25110.      * Gets the private 'shopware.asset.sitemap' shared service.
  25111.      *
  25112.      * @return \Shopware\Core\Framework\Adapter\Asset\FallbackUrlPackage
  25113.      */
  25114.     protected function getShopware_Asset_SitemapService()
  25115.     {
  25116.         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())));
  25117.     }
  25118.     /**
  25119.      * Gets the private 'shopware.asset.theme' shared service.
  25120.      *
  25121.      * @return \Shopware\Storefront\Theme\ThemeAssetPackage
  25122.      */
  25123.     protected function getShopware_Asset_ThemeService()
  25124.     {
  25125.         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())));
  25126.     }
  25127.     /**
  25128.      * Gets the private 'shopware.elasticsearch.logger' shared service.
  25129.      *
  25130.      * @return \Psr\Log\LoggerInterface
  25131.      */
  25132.     protected function getShopware_Elasticsearch_LoggerService()
  25133.     {
  25134.         return $this->privates['shopware.elasticsearch.logger'] = (new \Shopware\Core\Framework\Log\LoggerFactory((\dirname(__DIR__3).'/log/%s_dev.log'), 14))->createRotating('elasticsearch'90100);
  25135.     }
  25136.     /**
  25137.      * Gets the private 'shopware.increment.message_queue.gateway.mysql' shared service.
  25138.      *
  25139.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  25140.      */
  25141.     protected function getShopware_Increment_MessageQueue_Gateway_MysqlService()
  25142.     {
  25143.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  25144.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  25145.         $this->privates['shopware.increment.message_queue.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25146.         $instance->setPool('message_queue');
  25147.         $instance->setConfig([]);
  25148.         return $instance;
  25149.     }
  25150.     /**
  25151.      * Gets the private 'shopware.increment.user_activity.gateway.mysql' shared service.
  25152.      *
  25153.      * @return \Shopware\Core\Framework\Increment\MySQLIncrementer
  25154.      */
  25155.     protected function getShopware_Increment_UserActivity_Gateway_MysqlService()
  25156.     {
  25157.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/AbstractIncrementer.php';
  25158.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/Increment/MySQLIncrementer.php';
  25159.         $this->privates['shopware.increment.user_activity.gateway.mysql'] = $instance = new \Shopware\Core\Framework\Increment\MySQLIncrementer(($this->services['Doctrine\\DBAL\\Connection'] ?? $this->getConnectionService()));
  25160.         $instance->setPool('user_activity');
  25161.         $instance->setConfig([]);
  25162.         return $instance;
  25163.     }
  25164.     /**
  25165.      * Gets the private 'shopware.jwt_config' shared service.
  25166.      *
  25167.      * @return \Lcobucci\JWT\Configuration
  25168.      */
  25169.     protected function getShopware_JwtConfigService()
  25170.     {
  25171.         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')))));
  25172.     }
  25173.     /**
  25174.      * Gets the private 'shopware.rate_limiter' shared service.
  25175.      *
  25176.      * @return \Shopware\Core\Framework\RateLimiter\RateLimiter
  25177.      */
  25178.     protected function getShopware_RateLimiterService()
  25179.     {
  25180.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiter.php';
  25181.         include_once \dirname(__DIR__4).'/vendor/shopware/core/Framework/RateLimiter/RateLimiterFactory.php';
  25182.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/StorageInterface.php';
  25183.         include_once \dirname(__DIR__4).'/vendor/symfony/rate-limiter/Storage/CacheStorage.php';
  25184.         $this->privates['shopware.rate_limiter'] = $instance = new \Shopware\Core\Framework\RateLimiter\RateLimiter();
  25185.         $a = ($this->privates['cache.rate_limiter'] ?? $this->getCache_RateLimiterService());
  25186.         $b = ($this->privates['lock.default.factory'] ?? $this->getLock_Default_FactoryService());
  25187.         $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));
  25188.         $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));
  25189.         $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));
  25190.         $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));
  25191.         $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));
  25192.         $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));
  25193.         $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));
  25194.         $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));
  25195.         return $instance;
  25196.     }
  25197.     /**
  25198.      * Gets the private 'slugify' shared service.
  25199.      *
  25200.      * @return \Cocur\Slugify\Slugify
  25201.      */
  25202.     protected function getSlugifyService()
  25203.     {
  25204.         return $this->privates['slugify'] = new \Cocur\Slugify\Slugify($this->parameters['shopware.slug.config']);
  25205.     }
  25206.     /**
  25207.      * Gets the private 'translation.extractor' shared service.
  25208.      *
  25209.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  25210.      */
  25211.     protected function getTranslation_ExtractorService()
  25212.     {
  25213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  25214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  25215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  25216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  25217.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  25218.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  25219.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  25220.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  25221.         return $instance;
  25222.     }
  25223.     /**
  25224.      * Gets the private 'translation.loader.csv' shared service.
  25225.      *
  25226.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  25227.      */
  25228.     protected function getTranslation_Loader_CsvService()
  25229.     {
  25230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25234.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  25235.     }
  25236.     /**
  25237.      * Gets the private 'translation.loader.dat' shared service.
  25238.      *
  25239.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  25240.      */
  25241.     protected function getTranslation_Loader_DatService()
  25242.     {
  25243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25246.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  25247.     }
  25248.     /**
  25249.      * Gets the private 'translation.loader.ini' shared service.
  25250.      *
  25251.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  25252.      */
  25253.     protected function getTranslation_Loader_IniService()
  25254.     {
  25255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25259.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  25260.     }
  25261.     /**
  25262.      * Gets the private 'translation.loader.json' shared service.
  25263.      *
  25264.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  25265.      */
  25266.     protected function getTranslation_Loader_JsonService()
  25267.     {
  25268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25272.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  25273.     }
  25274.     /**
  25275.      * Gets the private 'translation.loader.mo' shared service.
  25276.      *
  25277.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  25278.      */
  25279.     protected function getTranslation_Loader_MoService()
  25280.     {
  25281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25285.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  25286.     }
  25287.     /**
  25288.      * Gets the private 'translation.loader.php' shared service.
  25289.      *
  25290.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  25291.      */
  25292.     protected function getTranslation_Loader_PhpService()
  25293.     {
  25294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25296.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25298.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  25299.     }
  25300.     /**
  25301.      * Gets the private 'translation.loader.po' shared service.
  25302.      *
  25303.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  25304.      */
  25305.     protected function getTranslation_Loader_PoService()
  25306.     {
  25307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25311.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  25312.     }
  25313.     /**
  25314.      * Gets the private 'translation.loader.qt' shared service.
  25315.      *
  25316.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  25317.      */
  25318.     protected function getTranslation_Loader_QtService()
  25319.     {
  25320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25322.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  25323.     }
  25324.     /**
  25325.      * Gets the private 'translation.loader.res' shared service.
  25326.      *
  25327.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  25328.      */
  25329.     protected function getTranslation_Loader_ResService()
  25330.     {
  25331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25333.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  25334.     }
  25335.     /**
  25336.      * Gets the private 'translation.loader.xliff' shared service.
  25337.      *
  25338.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  25339.      */
  25340.     protected function getTranslation_Loader_XliffService()
  25341.     {
  25342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  25344.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  25345.     }
  25346.     /**
  25347.      * Gets the private 'translation.loader.yml' shared service.
  25348.      *
  25349.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  25350.      */
  25351.     protected function getTranslation_Loader_YmlService()
  25352.     {
  25353.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25357.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  25358.     }
  25359.     /**
  25360.      * Gets the private 'translation.provider_collection' shared service.
  25361.      *
  25362.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  25363.      */
  25364.     protected function getTranslation_ProviderCollectionService()
  25365.     {
  25366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  25367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  25368.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  25369.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  25370.         }, 1), []))->fromConfig([]);
  25371.     }
  25372.     /**
  25373.      * Gets the private 'translation.reader' shared service.
  25374.      *
  25375.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  25376.      */
  25377.     protected function getTranslation_ReaderService()
  25378.     {
  25379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  25380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  25381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  25387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25395.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  25396.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  25397.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  25398.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  25399.         $instance->addLoader('yaml'$a);
  25400.         $instance->addLoader('yml'$a);
  25401.         $instance->addLoader('xlf'$b);
  25402.         $instance->addLoader('xliff'$b);
  25403.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  25404.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  25405.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  25406.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  25407.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  25408.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  25409.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  25410.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  25411.         return $instance;
  25412.     }
  25413.     /**
  25414.      * Gets the private 'translation.warmer' shared service.
  25415.      *
  25416.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  25417.      */
  25418.     protected function getTranslation_WarmerService()
  25419.     {
  25420.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  25422.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25423.             'translator' => ['services''translator''getTranslatorService'false],
  25424.         ], [
  25425.             'translator' => '?',
  25426.         ]))->withContext('translation.warmer'$this));
  25427.     }
  25428.     /**
  25429.      * Gets the private 'translation.writer' shared service.
  25430.      *
  25431.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  25432.      */
  25433.     protected function getTranslation_WriterService()
  25434.     {
  25435.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  25436.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  25437.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  25438.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  25439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  25440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  25441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  25442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  25443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  25444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  25445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  25446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  25447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  25448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  25449.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  25450.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  25451.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  25452.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  25453.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  25454.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  25455.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  25456.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  25457.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  25458.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  25459.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  25460.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  25461.         return $instance;
  25462.     }
  25463.     /**
  25464.      * Gets the private 'translator.default' shared service.
  25465.      *
  25466.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  25467.      */
  25468.     protected function getTranslator_DefaultService()
  25469.     {
  25470.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25471.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  25472.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  25473.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  25474.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  25475.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  25476.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  25477.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  25478.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  25479.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  25480.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  25481.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  25482.         ], [
  25483.             'translation.loader.csv' => '?',
  25484.             'translation.loader.dat' => '?',
  25485.             'translation.loader.ini' => '?',
  25486.             'translation.loader.json' => '?',
  25487.             'translation.loader.mo' => '?',
  25488.             'translation.loader.php' => '?',
  25489.             'translation.loader.po' => '?',
  25490.             'translation.loader.qt' => '?',
  25491.             'translation.loader.res' => '?',
  25492.             'translation.loader.xliff' => '?',
  25493.             'translation.loader.yml' => '?',
  25494.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), 'en-GB', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'de-DE' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/de_DE/storefront.de-DE.json')], 'en-GB' => [=> (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet/en_GB/storefront.en-GB.json')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/translations'), 11 => (\dirname(__DIR__4).'/vendor/shopware/core/System/translations'), 12 => (\dirname(__DIR__4).'/vendor/shopware/core/Content/translations'), 13 => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout/translations'), 14 => (\dirname(__DIR__4).'/vendor/shopware/administration/translations'), 15 => (\dirname(__DIR__4).'/vendor/shopware/storefront/translations'), 16 => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch/translations'), 17 => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling/translations'), 20 => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/translations'), 21 => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/translations'), 22 => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/shopware/storefront/Resources/snippet'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/enqueue/enqueue-bundle/translations'=> 'vendor/sroze/messenger-enqueue-transport/Bundle/translations'10 => 'vendor/shopware/core/Framework/translations'11 => 'vendor/shopware/core/System/translations'12 => 'vendor/shopware/core/Content/translations'13 => 'vendor/shopware/core/Checkout/translations'14 => 'vendor/shopware/administration/translations'15 => 'vendor/shopware/storefront/translations'16 => 'vendor/shopware/elasticsearch/translations'17 => 'vendor/shopware/core/Maintenance/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'vendor/shopware/core/Profiling/translations'20 => 'custom/plugins/ChiliCustom/src/translations'21 => 'custom/plugins/SwagPlatformSecurity/src/translations'22 => 'custom/plugins/NetiNextOrderFields/src/translations'23 => 'vendor/shopware/core/Framework/Plugin/KernelPluginLoader/translations']]], []);
  25495.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  25496.         $instance->setFallbackLocales([=> 'en_GB'=> 'en']);
  25497.         return $instance;
  25498.     }
  25499.     /**
  25500.      * Gets the private 'translator.formatter.default' shared service.
  25501.      *
  25502.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  25503.      */
  25504.     protected function getTranslator_Formatter_DefaultService()
  25505.     {
  25506.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  25507.     }
  25508.     /**
  25509.      * Gets the private 'twig.command.debug' shared service.
  25510.      *
  25511.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  25512.      */
  25513.     protected function getTwig_Command_DebugService()
  25514.     {
  25515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25516.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  25517.         $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()));
  25518.         $instance->setName('debug:twig');
  25519.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  25520.         return $instance;
  25521.     }
  25522.     /**
  25523.      * Gets the private 'twig.command.lint' shared service.
  25524.      *
  25525.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  25526.      */
  25527.     protected function getTwig_Command_LintService()
  25528.     {
  25529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25530.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  25531.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  25532.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  25533.         $instance->setName('lint:twig');
  25534.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  25535.         return $instance;
  25536.     }
  25537.     /**
  25538.      * Gets the private 'twig.extension.trans' shared service.
  25539.      *
  25540.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  25541.      */
  25542.     protected function getTwig_Extension_TransService()
  25543.     {
  25544.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  25545.     }
  25546.     /**
  25547.      * Gets the private 'twig.loader.chain' shared service.
  25548.      *
  25549.      * @return \Twig\Loader\ChainLoader
  25550.      */
  25551.     protected function getTwig_Loader_ChainService()
  25552.     {
  25553.         $this->privates['twig.loader.chain'] = $instance = new \Twig\Loader\ChainLoader();
  25554.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  25555.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  25556.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  25557.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  25558.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  25559.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  25560.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  25561.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'Enqueue');
  25562.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), '!Enqueue');
  25563.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  25564.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), '!Framework');
  25565.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  25566.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), '!Administration');
  25567.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  25568.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), '!Storefront');
  25569.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  25570.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), '!Elasticsearch');
  25571.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  25572.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  25573.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  25574.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), '!Profiling');
  25575.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), 'ChiliCustom');
  25576.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), '!ChiliCustom');
  25577.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  25578.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), '!SwagPlatformSecurity');
  25579.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), 'NetiNextOrderFields');
  25580.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), '!NetiNextOrderFields');
  25581.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  25582.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  25583.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'));
  25584.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'FrameworkBundle');
  25585.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources'), 'FrameworkBundle');
  25586.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources'), 'MonologBundle');
  25587.         $a->addPath((\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources'), 'SensioFrameworkExtraBundle');
  25588.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'));
  25589.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'TwigBundle');
  25590.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources'), 'TwigBundle');
  25591.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'));
  25592.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'DebugBundle');
  25593.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources'), 'DebugBundle');
  25594.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'));
  25595.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources/views'), 'EnqueueBundle');
  25596.         $a->addPath((\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle/Resources'), 'EnqueueBundle');
  25597.         $a->addPath((\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle/Resources'), 'EnqueueAdapterBundle');
  25598.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'));
  25599.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources/views'), 'Framework');
  25600.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Framework/Resources'), 'Framework');
  25601.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/System/Resources'), 'System');
  25602.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Content/Resources'), 'Content');
  25603.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Checkout/Resources'), 'Checkout');
  25604.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'));
  25605.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources/views'), 'Administration');
  25606.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/administration/Resources'), 'Administration');
  25607.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'));
  25608.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views'), 'Storefront');
  25609.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/views/../app/storefront/dist'), 'Storefront');
  25610.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/storefront/Resources'), 'Storefront');
  25611.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'));
  25612.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources/views'), 'Elasticsearch');
  25613.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/elasticsearch/Resources'), 'Elasticsearch');
  25614.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'));
  25615.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfilerBundle');
  25616.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources'), 'WebProfilerBundle');
  25617.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'));
  25618.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources/views'), 'Profiling');
  25619.         $a->addPath((\dirname(__DIR__4).'/vendor/shopware/core/Profiling/Resources'), 'Profiling');
  25620.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'));
  25621.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views'), 'ChiliCustom');
  25622.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources/views/../app/storefront/dist'), 'ChiliCustom');
  25623.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src/Resources'), 'ChiliCustom');
  25624.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'));
  25625.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources/views'), 'SwagPlatformSecurity');
  25626.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src/Resources'), 'SwagPlatformSecurity');
  25627.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'));
  25628.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views'), 'NetiNextOrderFields');
  25629.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources/views/../app/storefront/dist'), 'NetiNextOrderFields');
  25630.         $a->addPath((\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src/Resources'), 'NetiNextOrderFields');
  25631.         $instance->addLoader(($this->privates['Shopware\\Core\\Framework\\Adapter\\Twig\\EntityTemplateLoader'] ?? $this->getEntityTemplateLoaderService()));
  25632.         $instance->addLoader($a);
  25633.         return $instance;
  25634.     }
  25635.     /**
  25636.      * Gets the private 'twig.mailer.message_listener' shared service.
  25637.      *
  25638.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  25639.      */
  25640.     protected function getTwig_Mailer_MessageListenerService()
  25641.     {
  25642.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  25643.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  25644.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  25645.         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())));
  25646.     }
  25647.     /**
  25648.      * Gets the private 'twig.runtime.httpkernel' shared service.
  25649.      *
  25650.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  25651.      */
  25652.     protected function getTwig_Runtime_HttpkernelService()
  25653.     {
  25654.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  25655.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  25656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  25657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  25658.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  25659.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  25660.         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, [
  25661.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  25662.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  25663.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  25664.         ], [
  25665.             'esi' => '?',
  25666.             'hinclude' => '?',
  25667.             'inline' => '?',
  25668.         ]), $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));
  25669.     }
  25670.     /**
  25671.      * Gets the private 'twig.runtime.security_csrf' shared service.
  25672.      *
  25673.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  25674.      */
  25675.     protected function getTwig_Runtime_SecurityCsrfService()
  25676.     {
  25677.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  25678.         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()));
  25679.     }
  25680.     /**
  25681.      * Gets the private 'twig.runtime.serializer' shared service.
  25682.      *
  25683.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  25684.      */
  25685.     protected function getTwig_Runtime_SerializerService()
  25686.     {
  25687.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  25688.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  25689.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  25690.     }
  25691.     /**
  25692.      * Gets the private 'validator.builder' shared service.
  25693.      *
  25694.      * @return \Symfony\Component\Validator\ValidatorBuilder
  25695.      */
  25696.     protected function getValidator_BuilderService()
  25697.     {
  25698.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  25699.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  25700.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25701.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator''getCustomerEmailUniqueValidatorService'false],
  25702.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator''getCustomerPasswordMatchesValidatorService'false],
  25703.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => ['privates''Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator''getCustomerVatIdentificationValidatorService'false],
  25704.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator''getEntityExistsValidatorService'false],
  25705.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => ['privates''Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator''getEntityNotExistsValidatorService'false],
  25706.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  25707.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25708.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  25709.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25710.         ], [
  25711.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerEmailUniqueValidator' => '?',
  25712.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerPasswordMatchesValidator' => '?',
  25713.             'Shopware\\Core\\Checkout\\Customer\\Validation\\Constraint\\CustomerVatIdentificationValidator' => '?',
  25714.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityExistsValidator' => '?',
  25715.             'Shopware\\Core\\Framework\\DataAbstractionLayer\\Validation\\EntityNotExistsValidator' => '?',
  25716.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  25717.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  25718.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  25719.             'validator.expression' => '?',
  25720.         ])));
  25721.         if ($this->has('translator')) {
  25722.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  25723.         }
  25724.         $instance->setTranslationDomain('validators');
  25725.         $instance->enableAnnotationMapping(true);
  25726.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25727.         $instance->addMethodMapping('loadValidatorMetadata');
  25728.         $instance->addObjectInitializers([]);
  25729.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  25730.         return $instance;
  25731.     }
  25732.     /**
  25733.      * Gets the private 'validator.email' shared service.
  25734.      *
  25735.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  25736.      */
  25737.     protected function getValidator_EmailService()
  25738.     {
  25739.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25740.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25741.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  25742.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  25743.     }
  25744.     /**
  25745.      * Gets the private 'validator.expression' shared service.
  25746.      *
  25747.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  25748.      */
  25749.     protected function getValidator_ExpressionService()
  25750.     {
  25751.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25752.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25753.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  25754.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(NULL);
  25755.     }
  25756.     /**
  25757.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  25758.      *
  25759.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  25760.      */
  25761.     protected function getValidator_Mapping_CacheWarmerService()
  25762.     {
  25763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  25766.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  25767.     }
  25768.     /**
  25769.      * Gets the private 'validator.not_compromised_password' shared service.
  25770.      *
  25771.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  25772.      */
  25773.     protected function getValidator_NotCompromisedPasswordService()
  25774.     {
  25775.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25776.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25777.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  25778.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  25779.     }
  25780.     /**
  25781.      * Gets the private 'var_dumper.command.server_dump' shared service.
  25782.      *
  25783.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  25784.      */
  25785.     protected function getVarDumper_Command_ServerDumpService()
  25786.     {
  25787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25788.         include_once \dirname(__DIR__4).'/vendor/symfony/debug-bundle/Command/ServerDumpPlaceholderCommand.php';
  25789.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  25790.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  25791.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  25792.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  25793.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  25794.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25795.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  25796.         $a->pushHandler(($this->privates['Shopware\\Core\\Framework\\Log\\Monolog\\ExcludeExceptionHandler'] ?? $this->getExcludeExceptionHandlerService()));
  25797.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  25798.         $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()))]);
  25799.         $instance->setName('server:dump');
  25800.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  25801.         return $instance;
  25802.     }
  25803.     /**
  25804.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  25805.      *
  25806.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  25807.      */
  25808.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  25809.     {
  25810.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  25811.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25812.         return $instance;
  25813.     }
  25814.     /**
  25815.      * Gets the private 'var_dumper.html_dumper' shared service.
  25816.      *
  25817.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  25818.      */
  25819.     protected function getVarDumper_HtmlDumperService()
  25820.     {
  25821.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  25822.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25823.         return $instance;
  25824.     }
  25825.     /**
  25826.      * Gets the private 'web_profiler.csp.handler' shared service.
  25827.      *
  25828.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  25829.      */
  25830.     protected function getWebProfiler_Csp_HandlerService()
  25831.     {
  25832.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  25833.     }
  25834.     /**
  25835.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  25836.      *
  25837.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  25838.      */
  25839.     protected function getWebProfiler_DebugToolbarService()
  25840.     {
  25841.         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()));
  25842.     }
  25843.     /**
  25844.      * Gets the public 'cache_clearer' alias.
  25845.      *
  25846.      * @return object The ".container.private.cache_clearer" service.
  25847.      */
  25848.     protected function getCacheClearerService()
  25849.     {
  25850.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  25851.         return $this->get('.container.private.cache_clearer');
  25852.     }
  25853.     /**
  25854.      * Gets the public 'filesystem' alias.
  25855.      *
  25856.      * @return object The ".container.private.filesystem" service.
  25857.      */
  25858.     protected function getFilesystemService()
  25859.     {
  25860.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  25861.         return $this->get('.container.private.filesystem');
  25862.     }
  25863.     /**
  25864.      * Gets the public 'serializer' alias.
  25865.      *
  25866.      * @return object The ".container.private.serializer" service.
  25867.      */
  25868.     protected function getSerializerService()
  25869.     {
  25870.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  25871.         return $this->get('.container.private.serializer');
  25872.     }
  25873.     /**
  25874.      * Gets the public 'security.csrf.token_manager' alias.
  25875.      *
  25876.      * @return object The ".container.private.security.csrf.token_manager" service.
  25877.      */
  25878.     protected function getSecurity_Csrf_TokenManagerService()
  25879.     {
  25880.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  25881.         return $this->get('.container.private.security.csrf.token_manager');
  25882.     }
  25883.     /**
  25884.      * Gets the public 'profiler' alias.
  25885.      *
  25886.      * @return object The ".container.private.profiler" service.
  25887.      */
  25888.     protected function getProfiler2Service()
  25889.     {
  25890.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  25891.         return $this->get('.container.private.profiler');
  25892.     }
  25893.     /**
  25894.      * Gets the public 'twig' alias.
  25895.      *
  25896.      * @return object The ".container.private.twig" service.
  25897.      */
  25898.     protected function getTwigService()
  25899.     {
  25900.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  25901.         return $this->get('.container.private.twig');
  25902.     }
  25903.     /**
  25904.      * Gets the public 'session' alias.
  25905.      *
  25906.      * @return object The ".container.private.session" service.
  25907.      */
  25908.     protected function getSessionService()
  25909.     {
  25910.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  25911.         return $this->get('.container.private.session');
  25912.     }
  25913.     /**
  25914.      * Gets the public 'validator' alias.
  25915.      *
  25916.      * @return object The ".container.private.validator" service.
  25917.      */
  25918.     protected function getValidatorService()
  25919.     {
  25920.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  25921.         return $this->get('.container.private.validator');
  25922.     }
  25923.     /**
  25924.      * @return array|bool|float|int|string|\UnitEnum|null
  25925.      */
  25926.     public function getParameter(string $name)
  25927.     {
  25928.         if (isset($this->buildParameters[$name])) {
  25929.             return $this->buildParameters[$name];
  25930.         }
  25931.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  25932.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  25933.         }
  25934.         if (isset($this->loadedDynamicParameters[$name])) {
  25935.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25936.         }
  25937.         return $this->parameters[$name];
  25938.     }
  25939.     public function hasParameter(string $name): bool
  25940.     {
  25941.         if (isset($this->buildParameters[$name])) {
  25942.             return true;
  25943.         }
  25944.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  25945.     }
  25946.     public function setParameter(string $name$value): void
  25947.     {
  25948.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  25949.     }
  25950.     public function getParameterBag(): ParameterBagInterface
  25951.     {
  25952.         if (null === $this->parameterBag) {
  25953.             $parameters $this->parameters;
  25954.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  25955.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25956.             }
  25957.             foreach ($this->buildParameters as $name => $value) {
  25958.                 $parameters[$name] = $value;
  25959.             }
  25960.             $this->parameterBag = new FrozenParameterBag($parameters);
  25961.         }
  25962.         return $this->parameterBag;
  25963.     }
  25964.     private $loadedDynamicParameters = [
  25965.         'kernel.runtime_environment' => false,
  25966.         'kernel.build_dir' => false,
  25967.         'kernel.cache_dir' => false,
  25968.         'APP_URL' => false,
  25969.         'shopware.routing.registered_api_prefixes' => false,
  25970.         'shopware.dbal.time_zone_support_enabled' => false,
  25971.         'shopware.dbal.token_minimum_length' => false,
  25972.         'instance_id' => false,
  25973.         'shopware_administration.path_name' => false,
  25974.         'shopware.http.cache.enabled' => false,
  25975.         'shopware.http.cache.default_ttl' => false,
  25976.         'elasticsearch.enabled' => false,
  25977.         'elasticsearch.indexing_enabled' => false,
  25978.         'elasticsearch.hosts' => false,
  25979.         'elasticsearch.index_prefix' => false,
  25980.         'shopware.cdn.strategy' => false,
  25981.         'kernel.secret' => false,
  25982.         'debug.container.dump' => false,
  25983.         'serializer.mapping.cache.file' => false,
  25984.         'session.save_path' => false,
  25985.         'validator.mapping.cache.file' => false,
  25986.         'profiler.storage.dsn' => false,
  25987.         'shopware.cdn' => false,
  25988.         'shopware.deployment' => false,
  25989.         'shopware.deployment.blue_green' => false,
  25990.         'shopware.html_sanitizer' => false,
  25991.         'shopware.html_sanitizer.cache_dir' => false,
  25992.         'shopware.cache' => false,
  25993.         'shopware.cache.redis_prefix' => false,
  25994.         'elasticsearch.indexing_batch_size' => false,
  25995.         'elasticsearch.throw_exception' => false,
  25996.     ];
  25997.     private $dynamicParameters = [];
  25998.     private function getDynamicParameter(string $name)
  25999.     {
  26000.         switch ($name) {
  26001.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  26002.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  26003.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  26004.             case 'APP_URL'$value $this->getEnv('string:APP_URL'); break;
  26005.             case 'shopware.routing.registered_api_prefixes'$value = [
  26006.                 => '_wdt',
  26007.                 => '_profiler',
  26008.                 => '_error',
  26009.                 => 'api',
  26010.                 => 'sw-domain-hash.html',
  26011.                 => 'store-api',
  26012.                 => $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'),
  26013.                 => 'api',
  26014.             ]; break;
  26015.             case 'shopware.dbal.time_zone_support_enabled'$value $this->getEnv('bool:SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED'); break;
  26016.             case 'shopware.dbal.token_minimum_length'$value $this->getEnv('int:SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH'); break;
  26017.             case 'instance_id'$value $this->getEnv('INSTANCE_ID'); break;
  26018.             case 'shopware_administration.path_name'$value $this->getEnv('resolve:SHOPWARE_ADMINISTRATION_PATH_NAME'); break;
  26019.             case 'shopware.http.cache.enabled'$value $this->getEnv('default:shopware_http_cache_enabled_default:SHOPWARE_HTTP_CACHE_ENABLED'); break;
  26020.             case 'shopware.http.cache.default_ttl'$value $this->getEnv('default:shopware_http_cache_default_ttl_default:SHOPWARE_HTTP_DEFAULT_TTL'); break;
  26021.             case 'elasticsearch.enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_ENABLED'); break;
  26022.             case 'elasticsearch.indexing_enabled'$value $this->getEnv('bool:default:default_whitespace:SHOPWARE_ES_INDEXING_ENABLED'); break;
  26023.             case 'elasticsearch.hosts'$value $this->getEnv('string:default:default_whitespace:SHOPWARE_ES_HOSTS'); break;
  26024.             case 'elasticsearch.index_prefix'$value $this->getEnv('string:default:default_elasticsearch_prefix:SHOPWARE_ES_INDEX_PREFIX'); break;
  26025.             case 'shopware.cdn.strategy'$value $this->getEnv('default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'); break;
  26026.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  26027.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Shopware_Core_KernelDevDebugContainer.xml'); break;
  26028.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  26029.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  26030.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  26031.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  26032.             case 'shopware.cdn'$value = [
  26033.                 'url' => '',
  26034.                 'strategy' => $this->getEnv('string:default:default_cdn_strategy:SHOPWARE_CDN_STRATEGY_DEFAULT'),
  26035.             ]; break;
  26036.             case 'shopware.deployment'$value = [
  26037.                 'blue_green' => $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'),
  26038.             ]; break;
  26039.             case 'shopware.deployment.blue_green'$value $this->getEnv('bool:default:defaults_bool_true:BLUE_GREEN_DEPLOYMENT'); break;
  26040.             case 'shopware.html_sanitizer'$value = [
  26041.                 'cache_dir' => $this->targetDir.'',
  26042.                 'cache_enabled' => true,
  26043.                 'sets' => [
  26044.                     'basic' => [
  26045.                         'tags' => [
  26046.                             => 'a',
  26047.                             => 'abbr',
  26048.                             => 'acronym',
  26049.                             => 'address',
  26050.                             => 'b',
  26051.                             => 'bdo',
  26052.                             => 'big',
  26053.                             => 'blockquote',
  26054.                             => 'br',
  26055.                             => 'caption',
  26056.                             10 => 'center',
  26057.                             11 => 'cite',
  26058.                             12 => 'code',
  26059.                             13 => 'col',
  26060.                             14 => 'colgroup',
  26061.                             15 => 'dd',
  26062.                             16 => 'del',
  26063.                             17 => 'dfn',
  26064.                             18 => 'dir',
  26065.                             19 => 'div',
  26066.                             20 => 'dl',
  26067.                             21 => 'dt',
  26068.                             22 => 'em',
  26069.                             23 => 'font',
  26070.                             24 => 'h1',
  26071.                             25 => 'h2',
  26072.                             26 => 'h3',
  26073.                             27 => 'h4',
  26074.                             28 => 'h5',
  26075.                             29 => 'h6',
  26076.                             30 => 'hr',
  26077.                             31 => 'i',
  26078.                             32 => 'ins',
  26079.                             33 => 'kbd',
  26080.                             34 => 'li',
  26081.                             35 => 'menu',
  26082.                             36 => 'ol',
  26083.                             37 => 'p',
  26084.                             38 => 'pre',
  26085.                             39 => 'q',
  26086.                             40 => 's',
  26087.                             41 => 'samp',
  26088.                             42 => 'small',
  26089.                             43 => 'span',
  26090.                             44 => 'strike',
  26091.                             45 => 'strong',
  26092.                             46 => 'sub',
  26093.                             47 => 'sup',
  26094.                             48 => 'table',
  26095.                             49 => 'tbody',
  26096.                             50 => 'td',
  26097.                             51 => 'tfoot',
  26098.                             52 => 'th',
  26099.                             53 => 'thead',
  26100.                             54 => 'tr',
  26101.                             55 => 'tt',
  26102.                             56 => 'u',
  26103.                             57 => 'ul',
  26104.                             58 => 'var',
  26105.                         ],
  26106.                         'attributes' => [
  26107.                             => 'align',
  26108.                             => 'bgcolor',
  26109.                             => 'border',
  26110.                             => 'cellpadding',
  26111.                             => 'cellspacing',
  26112.                             => 'cite',
  26113.                             => 'class',
  26114.                             => 'clear',
  26115.                             => 'color',
  26116.                             => 'colspan',
  26117.                             10 => 'dir',
  26118.                             11 => 'face',
  26119.                             12 => 'frame',
  26120.                             13 => 'height',
  26121.                             14 => 'href',
  26122.                             15 => 'id',
  26123.                             16 => 'lang',
  26124.                             17 => 'name',
  26125.                             18 => 'noshade',
  26126.                             19 => 'nowrap',
  26127.                             20 => 'rel',
  26128.                             21 => 'rev',
  26129.                             22 => 'rowspan',
  26130.                             23 => 'scope',
  26131.                             24 => 'size',
  26132.                             25 => 'span',
  26133.                             26 => 'start',
  26134.                             27 => 'style',
  26135.                             28 => 'summary',
  26136.                             29 => 'title',
  26137.                             30 => 'type',
  26138.                             31 => 'valign',
  26139.                             32 => 'value',
  26140.                             33 => 'width',
  26141.                         ],
  26142.                         'options' => [
  26143.                         ],
  26144.                     ],
  26145.                     'media' => [
  26146.                         'tags' => [
  26147.                             => 'img',
  26148.                         ],
  26149.                         'attributes' => [
  26150.                             => 'src',
  26151.                             => 'alt',
  26152.                         ],
  26153.                         'options' => [
  26154.                         ],
  26155.                     ],
  26156.                     'script' => [
  26157.                         'tags' => [
  26158.                             => 'script',
  26159.                         ],
  26160.                         'options' => [
  26161.                             'HTML.Trusted' => true,
  26162.                         ],
  26163.                         'attributes' => [
  26164.                         ],
  26165.                     ],
  26166.                     'tidy' => [
  26167.                         'options' => [
  26168.                             'Output.TidyFormat' => true,
  26169.                         ],
  26170.                         'tags' => [
  26171.                         ],
  26172.                         'attributes' => [
  26173.                         ],
  26174.                     ],
  26175.                 ],
  26176.                 'fields' => [
  26177.                     'product_translation.description' => [
  26178.                         'sets' => [
  26179.                             => 'basic',
  26180.                             => 'media',
  26181.                         ],
  26182.                     ],
  26183.                     'app_cms_block.template' => [
  26184.                         'sets' => [
  26185.                             => 'basic',
  26186.                             => 'media',
  26187.                             => 'tidy',
  26188.                         ],
  26189.                     ],
  26190.                 ],
  26191.             ]; break;
  26192.             case 'shopware.html_sanitizer.cache_dir'$value $this->targetDir.''; break;
  26193.             case 'shopware.cache'$value = [
  26194.                 'redis_prefix' => $this->getEnv('REDIS_PREFIX'),
  26195.                 'invalidation' => [
  26196.                     'delay' => 0,
  26197.                     'count' => 150,
  26198.                     'http_cache' => [
  26199.                         => 'logged-in',
  26200.                         => 'cart-filled',
  26201.                     ],
  26202.                     'product_listing_route' => [
  26203.                     ],
  26204.                     'product_detail_route' => [
  26205.                     ],
  26206.                     'product_review_route' => [
  26207.                     ],
  26208.                     'product_search_route' => [
  26209.                     ],
  26210.                     'product_suggest_route' => [
  26211.                     ],
  26212.                     'product_cross_selling_route' => [
  26213.                     ],
  26214.                     'payment_method_route' => [
  26215.                     ],
  26216.                     'shipping_method_route' => [
  26217.                     ],
  26218.                     'navigation_route' => [
  26219.                     ],
  26220.                     'category_route' => [
  26221.                     ],
  26222.                     'landing_page_route' => [
  26223.                     ],
  26224.                     'language_route' => [
  26225.                     ],
  26226.                     'currency_route' => [
  26227.                     ],
  26228.                     'country_route' => [
  26229.                     ],
  26230.                     'country_state_route' => [
  26231.                     ],
  26232.                     'salutation_route' => [
  26233.                     ],
  26234.                     'sitemap_route' => [
  26235.                     ],
  26236.                 ],
  26237.             ]; break;
  26238.             case 'shopware.cache.redis_prefix'$value $this->getEnv('REDIS_PREFIX'); break;
  26239.             case 'elasticsearch.indexing_batch_size'$value $this->getEnv('int:SHOPWARE_ES_INDEXING_BATCH_SIZE'); break;
  26240.             case 'elasticsearch.throw_exception'$value $this->getEnv('string:SHOPWARE_ES_THROW_EXCEPTION'); break;
  26241.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  26242.         }
  26243.         $this->loadedDynamicParameters[$name] = true;
  26244.         return $this->dynamicParameters[$name] = $value;
  26245.     }
  26246.     protected function getDefaultParameters(): array
  26247.     {
  26248.         return [
  26249.             'kernel.project_dir' => \dirname(__DIR__4),
  26250.             'kernel.environment' => 'dev',
  26251.             'kernel.debug' => true,
  26252.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  26253.             'kernel.bundles' => [
  26254.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  26255.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  26256.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  26257.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  26258.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  26259.                 'EnqueueBundle' => 'Enqueue\\Bundle\\EnqueueBundle',
  26260.                 'EnqueueAdapterBundle' => 'Enqueue\\MessengerAdapter\\Bundle\\EnqueueAdapterBundle',
  26261.                 'Framework' => 'Shopware\\Core\\Framework\\Framework',
  26262.                 'System' => 'Shopware\\Core\\System\\System',
  26263.                 'Content' => 'Shopware\\Core\\Content\\Content',
  26264.                 'Checkout' => 'Shopware\\Core\\Checkout\\Checkout',
  26265.                 'Administration' => 'Shopware\\Administration\\Administration',
  26266.                 'Storefront' => 'Shopware\\Storefront\\Storefront',
  26267.                 'Elasticsearch' => 'Shopware\\Elasticsearch\\Elasticsearch',
  26268.                 'Maintenance' => 'Shopware\\Core\\Maintenance\\Maintenance',
  26269.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  26270.                 'Profiling' => 'Shopware\\Core\\Profiling\\Profiling',
  26271.                 'ChiliCustom' => 'ChiliCustom\\ChiliCustom',
  26272.                 'SwagPlatformSecurity' => 'Swag\\Security\\SwagPlatformSecurity',
  26273.                 'NetiNextOrderFields' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  26274.                 'DbalKernelPluginLoader' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader\\DbalKernelPluginLoader',
  26275.             ],
  26276.             'kernel.bundles_metadata' => [
  26277.                 'FrameworkBundle' => [
  26278.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  26279.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  26280.                 ],
  26281.                 'MonologBundle' => [
  26282.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  26283.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  26284.                 ],
  26285.                 'SensioFrameworkExtraBundle' => [
  26286.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  26287.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  26288.                 ],
  26289.                 'TwigBundle' => [
  26290.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  26291.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  26292.                 ],
  26293.                 'DebugBundle' => [
  26294.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  26295.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  26296.                 ],
  26297.                 'EnqueueBundle' => [
  26298.                     'path' => (\dirname(__DIR__4).'/vendor/enqueue/enqueue-bundle'),
  26299.                     'namespace' => 'Enqueue\\Bundle',
  26300.                 ],
  26301.                 'EnqueueAdapterBundle' => [
  26302.                     'path' => (\dirname(__DIR__4).'/vendor/sroze/messenger-enqueue-transport/Bundle'),
  26303.                     'namespace' => 'Enqueue\\MessengerAdapter\\Bundle',
  26304.                 ],
  26305.                 'Framework' => [
  26306.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework'),
  26307.                     'namespace' => 'Shopware\\Core\\Framework',
  26308.                 ],
  26309.                 'System' => [
  26310.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/System'),
  26311.                     'namespace' => 'Shopware\\Core\\System',
  26312.                 ],
  26313.                 'Content' => [
  26314.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Content'),
  26315.                     'namespace' => 'Shopware\\Core\\Content',
  26316.                 ],
  26317.                 'Checkout' => [
  26318.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Checkout'),
  26319.                     'namespace' => 'Shopware\\Core\\Checkout',
  26320.                 ],
  26321.                 'Administration' => [
  26322.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/administration'),
  26323.                     'namespace' => 'Shopware\\Administration',
  26324.                 ],
  26325.                 'Storefront' => [
  26326.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  26327.                     'namespace' => 'Shopware\\Storefront',
  26328.                 ],
  26329.                 'Elasticsearch' => [
  26330.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/elasticsearch'),
  26331.                     'namespace' => 'Shopware\\Elasticsearch',
  26332.                 ],
  26333.                 'Maintenance' => [
  26334.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Maintenance'),
  26335.                     'namespace' => 'Shopware\\Core\\Maintenance',
  26336.                 ],
  26337.                 'WebProfilerBundle' => [
  26338.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  26339.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  26340.                 ],
  26341.                 'Profiling' => [
  26342.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Profiling'),
  26343.                     'namespace' => 'Shopware\\Core\\Profiling',
  26344.                 ],
  26345.                 'ChiliCustom' => [
  26346.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src'),
  26347.                     'namespace' => 'ChiliCustom',
  26348.                 ],
  26349.                 'SwagPlatformSecurity' => [
  26350.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  26351.                     'namespace' => 'Swag\\Security',
  26352.                 ],
  26353.                 'NetiNextOrderFields' => [
  26354.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src'),
  26355.                     'namespace' => 'NetInventors\\NetiNextOrderFields',
  26356.                 ],
  26357.                 'DbalKernelPluginLoader' => [
  26358.                     'path' => (\dirname(__DIR__4).'/vendor/shopware/core/Framework/Plugin/KernelPluginLoader'),
  26359.                     'namespace' => 'Shopware\\Core\\Framework\\Plugin\\KernelPluginLoader',
  26360.                 ],
  26361.             ],
  26362.             'kernel.charset' => 'UTF-8',
  26363.             'kernel.container_class' => 'Shopware_Core_KernelDevDebugContainer',
  26364.             'kernel.cache.hash' => 'b2630f90bbd93dcb38e3ffcf33adb4ac',
  26365.             'kernel.shopware_version' => '6.4.16.1',
  26366.             'kernel.shopware_version_revision' => '8780d0c0ad96c614b4dc7750f9db0954987cef2f',
  26367.             'kernel.shopware_core_dir' => (\dirname(__DIR__4).'/vendor/shopware/core'),
  26368.             'kernel.plugin_dir' => (\dirname(__DIR__4).'/custom/plugins'),
  26369.             'kernel.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  26370.             'kernel.active_plugins' => [
  26371.                 'ChiliCustom\\ChiliCustom' => [
  26372.                     'name' => 'ChiliCustom',
  26373.                     'path' => (\dirname(__DIR__4).'/custom/plugins/ChiliCustom/src'),
  26374.                     'class' => 'ChiliCustom\\ChiliCustom',
  26375.                 ],
  26376.                 'Swag\\Security\\SwagPlatformSecurity' => [
  26377.                     'name' => 'SwagPlatformSecurity',
  26378.                     'path' => (\dirname(__DIR__4).'/custom/plugins/SwagPlatformSecurity/src'),
  26379.                     'class' => 'Swag\\Security\\SwagPlatformSecurity',
  26380.                 ],
  26381.                 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields' => [
  26382.                     'name' => 'NetiNextOrderFields',
  26383.                     'path' => (\dirname(__DIR__4).'/custom/plugins/NetiNextOrderFields/src'),
  26384.                     'class' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  26385.                 ],
  26386.             ],
  26387.             'kernel.plugin_infos' => [
  26388.                 => [
  26389.                     'name' => 'SwagMigrationAssistant',
  26390.                     'baseClass' => 'SwagMigrationAssistant\\SwagMigrationAssistant',
  26391.                     'active' => false,
  26392.                     'path' => 'custom/plugins/SwagMigrationAssistant',
  26393.                     'version' => '4.2.5',
  26394.                     'autoload' => [
  26395.                         'psr-4' => [
  26396.                             'SwagMigrationAssistant\\' => '',
  26397.                         ],
  26398.                     ],
  26399.                     'managedByComposer' => false,
  26400.                     'composerName' => 'swag/migration-assistant',
  26401.                 ],
  26402.                 => [
  26403.                     'name' => 'SwagPayPal',
  26404.                     'baseClass' => 'Swag\\PayPal\\SwagPayPal',
  26405.                     'active' => false,
  26406.                     'path' => 'custom/plugins/SwagPayPal',
  26407.                     'version' => '6.2.3',
  26408.                     'autoload' => [
  26409.                         'psr-4' => [
  26410.                             'Swag\\PayPal\\' => 'src/',
  26411.                         ],
  26412.                     ],
  26413.                     'managedByComposer' => false,
  26414.                     'composerName' => 'swag/paypal',
  26415.                 ],
  26416.                 => [
  26417.                     'name' => 'SwagMigrationMagento',
  26418.                     'baseClass' => 'Swag\\MigrationMagento\\SwagMigrationMagento',
  26419.                     'active' => false,
  26420.                     'path' => 'custom/plugins/SwagMigrationMagento',
  26421.                     'version' => '4.0.3',
  26422.                     'autoload' => [
  26423.                         'psr-4' => [
  26424.                             'Swag\\MigrationMagento\\' => 'src/',
  26425.                         ],
  26426.                     ],
  26427.                     'managedByComposer' => false,
  26428.                     'composerName' => 'swag/migration-magento',
  26429.                 ],
  26430.                 => [
  26431.                     'name' => 'ChiliCustom',
  26432.                     'baseClass' => 'ChiliCustom\\ChiliCustom',
  26433.                     'active' => true,
  26434.                     'path' => 'custom/plugins/ChiliCustom',
  26435.                     'version' => '1.0.0',
  26436.                     'autoload' => [
  26437.                         'psr-4' => [
  26438.                             'ChiliCustom\\' => 'src/',
  26439.                         ],
  26440.                     ],
  26441.                     'managedByComposer' => false,
  26442.                     'composerName' => 'swag/theme-skeleton',
  26443.                 ],
  26444.                 => [
  26445.                     'name' => 'SwagPlatformSecurity',
  26446.                     'baseClass' => 'Swag\\Security\\SwagPlatformSecurity',
  26447.                     'active' => true,
  26448.                     'path' => 'custom/plugins/SwagPlatformSecurity',
  26449.                     'version' => '1.0.29',
  26450.                     'autoload' => [
  26451.                         'psr-4' => [
  26452.                             'Swag\\Security\\' => 'src/',
  26453.                             'Shopware\\' => 'core/',
  26454.                         ],
  26455.                     ],
  26456.                     'managedByComposer' => false,
  26457.                     'composerName' => 'swag/platform-security',
  26458.                 ],
  26459.                 => [
  26460.                     'name' => 'NetiNextOrderFields',
  26461.                     'baseClass' => 'NetInventors\\NetiNextOrderFields\\NetiNextOrderFields',
  26462.                     'active' => true,
  26463.                     'path' => 'custom/plugins/NetiNextOrderFields',
  26464.                     'version' => '4.2.0',
  26465.                     'autoload' => [
  26466.                         'psr-4' => [
  26467.                             'NetInventors\\NetiNextOrderFields\\' => 'src/',
  26468.                         ],
  26469.                     ],
  26470.                     'managedByComposer' => false,
  26471.                     'composerName' => 'netinventors/next-order-fields',
  26472.                 ],
  26473.             ],
  26474.             'kernel.supported_api_versions' => [
  26475.                 => 2,
  26476.                 => 3,
  26477.                 => 4,
  26478.             ],
  26479.             'defaults_bool_true' => true,
  26480.             'defaults_bool_false' => false,
  26481.             'default_whitespace' => ' ',
  26482.             'locale' => 'en-GB',
  26483.             'messenger.default_transport_name' => 'default',
  26484.             'default_cdn_strategy' => 'physical_filename',
  26485.             'env(APP_URL)' => '',
  26486.             'env(REDIS_PREFIX)' => '',
  26487.             'shopware.slug.config' => [
  26488.                 'regexp' => '/([^A-Za-z0-9\\.]|-)+/',
  26489.                 'lowercase' => false,
  26490.             ],
  26491.             'core.migration.directories' => [
  26492.             ],
  26493.             'migration.active' => [
  26494.                 => 1536232600,
  26495.                 => 1536232610,
  26496.                 => 1536232620,
  26497.                 => 1536232630,
  26498.                 => 1536232640,
  26499.                 => 1536232650,
  26500.                 => 1536232660,
  26501.                 => 1536232670,
  26502.                 => 1536232680,
  26503.                 => 1536232690,
  26504.                 10 => 1536232700,
  26505.                 11 => 1536232710,
  26506.                 12 => 1536232720,
  26507.                 13 => 1536232730,
  26508.                 14 => 1536232740,
  26509.                 15 => 1536232750,
  26510.                 16 => 1536232760,
  26511.                 17 => 1536232770,
  26512.                 18 => 1536232790,
  26513.                 19 => 1536232800,
  26514.                 20 => 1536232810,
  26515.                 21 => 1536232820,
  26516.                 22 => 1536232830,
  26517.                 23 => 1536232840,
  26518.                 24 => 1536232850,
  26519.                 25 => 1536232860,
  26520.                 26 => 1536232870,
  26521.                 27 => 1536232880,
  26522.                 28 => 1536232890,
  26523.                 29 => 1536232900,
  26524.                 30 => 1536232910,
  26525.                 31 => 1536232920,
  26526.                 32 => 1536232930,
  26527.                 33 => 1536232940,
  26528.                 34 => 1536232950,
  26529.                 35 => 1536232960,
  26530.                 36 => 1536232970,
  26531.                 37 => 1536232980,
  26532.                 38 => 1536232990,
  26533.                 39 => 1536233000,
  26534.                 40 => 1536233010,
  26535.                 41 => 1536233020,
  26536.                 42 => 1536233030,
  26537.                 43 => 1536233040,
  26538.                 44 => 1536233050,
  26539.                 45 => 1536233060,
  26540.                 46 => 1536233070,
  26541.                 47 => 1536233080,
  26542.                 48 => 1536233090,
  26543.                 49 => 1536233100,
  26544.                 50 => 1536233110,
  26545.                 51 => 1536233120,
  26546.                 52 => 1536233130,
  26547.                 53 => 1536233140,
  26548.                 54 => 1536233150,
  26549.                 55 => 1536233160,
  26550.                 56 => 1536233170,
  26551.                 57 => 1536233180,
  26552.                 58 => 1536233190,
  26553.                 59 => 1536233200,
  26554.                 60 => 1536233210,
  26555.                 61 => 1536233220,
  26556.                 62 => 1536233230,
  26557.                 63 => 1536233240,
  26558.                 64 => 1536233250,
  26559.                 65 => 1536233260,
  26560.                 66 => 1536233270,
  26561.                 67 => 1536233280,
  26562.                 68 => 1536233290,
  26563.                 69 => 1536233300,
  26564.                 70 => 1536233310,
  26565.                 71 => 1536233320,
  26566.                 72 => 1536233330,
  26567.                 73 => 1536233340,
  26568.                 74 => 1536233350,
  26569.                 75 => 1536233360,
  26570.                 76 => 1536233370,
  26571.                 77 => 1536233380,
  26572.                 78 => 1536233390,
  26573.                 79 => 1536233400,
  26574.                 80 => 1536233410,
  26575.                 81 => 1536233420,
  26576.                 82 => 1536233430,
  26577.                 83 => 1536233440,
  26578.                 84 => 1536233450,
  26579.                 85 => 1536233460,
  26580.                 86 => 1536233470,
  26581.                 87 => 1536233480,
  26582.                 88 => 1536233500,
  26583.                 89 => 1536233510,
  26584.                 90 => 1536233520,
  26585.                 91 => 1536233530,
  26586.                 92 => 1536233540,
  26587.                 93 => 1536233550,
  26588.                 94 => 1536233560,
  26589.                 95 => 1552360944,
  26590.                 96 => 1554199340,
  26591.                 97 => 1554200141,
  26592.                 98 => 1554203706,
  26593.                 99 => 1554900301,
  26594.                 100 => 1556809270,
  26595.                 101 => 1558082916,
  26596.                 102 => 1558105657,
  26597.                 103 => 1558443337,
  26598.                 104 => 1558505525,
  26599.                 105 => 1558594334,
  26600.                 106 => 1558938938,
  26601.                 107 => 1559050088,
  26602.                 108 => 1559050903,
  26603.                 109 => 1559134989,
  26604.                 110 => 1559306391,
  26605.                 111 => 1561370284,
  26606.                 112 => 1561377793,
  26607.                 113 => 1561442979,
  26608.                 114 => 1561452005,
  26609.                 115 => 1561712450,
  26610.                 116 => 1562228335,
  26611.                 117 => 1562240231,
  26612.                 118 => 1562306893,
  26613.                 119 => 1562324772,
  26614.                 120 => 1562579120,
  26615.                 121 => 1562684474,
  26616.                 122 => 1562841035,
  26617.                 123 => 1562933907,
  26618.                 124 => 1563180880,
  26619.                 125 => 1563288227,
  26620.                 126 => 1563518181,
  26621.                 127 => 1563805586,
  26622.                 128 => 1563949275,
  26623.                 129 => 1564475053,
  26624.                 130 => 1565007156,
  26625.                 131 => 1565079228,
  26626.                 132 => 1565270155,
  26627.                 133 => 1565270366,
  26628.                 134 => 1565346846,
  26629.                 135 => 1565705280,
  26630.                 136 => 1566293076,
  26631.                 137 => 1566460168,
  26632.                 138 => 1566817701,
  26633.                 139 => 1567431050,
  26634.                 140 => 1568120239,
  26635.                 141 => 1568120302,
  26636.                 142 => 1568645037,
  26637.                 143 => 1568901713,
  26638.                 144 => 1569403146,
  26639.                 145 => 1570187167,
  26640.                 146 => 1570459127,
  26641.                 147 => 1570621541,
  26642.                 148 => 1570622696,
  26643.                 149 => 1570629862,
  26644.                 150 => 1570684913,
  26645.                 151 => 1571059598,
  26646.                 152 => 1571210820,
  26647.                 153 => 1571660203,
  26648.                 154 => 1571724915,
  26649.                 155 => 1571981437,
  26650.                 156 => 1571990395,
  26651.                 157 => 1572193798,
  26652.                 158 => 1572264837,
  26653.                 159 => 1572273565,
  26654.                 160 => 1572421282,
  26655.                 161 => 1572425108,
  26656.                 162 => 1572957455,
  26657.                 163 => 1573049297,
  26658.                 164 => 1573569685,
  26659.                 165 => 1573729158,
  26660.                 166 => 1574063550,
  26661.                 167 => 1574082635,
  26662.                 168 => 1574258787,
  26663.                 169 => 1574258788,
  26664.                 170 => 1574258789,
  26665.                 171 => 1574520220,
  26666.                 172 => 1574672450,
  26667.                 173 => 1574695657,
  26668.                 174 => 1574925962,
  26669.                 175 => 1575010262,
  26670.                 176 => 1575021466,
  26671.                 177 => 1575034234,
  26672.                 178 => 1575036586,
  26673.                 179 => 1575039284,
  26674.                 180 => 1575197543,
  26675.                 181 => 1575274700,
  26676.                 182 => 1575293069,
  26677.                 183 => 1575451283,
  26678.                 184 => 1575626180,
  26679.                 185 => 1575883959,
  26680.                 186 => 1576488398,
  26681.                 187 => 1576590301,
  26682.                 188 => 1578042218,
  26683.                 189 => 1578044453,
  26684.                 190 => 1578470886,
  26685.                 191 => 1578475268,
  26686.                 192 => 1578485775,
  26687.                 193 => 1578491480,
  26688.                 194 => 1578590702,
  26689.                 195 => 1578648299,
  26690.                 196 => 1578650334,
  26691.                 197 => 1580202210,
  26692.                 198 => 1580218617,
  26693.                 199 => 1580743279,
  26694.                 200 => 1580746806,
  26695.                 201 => 1580808849,
  26696.                 202 => 1580819350,
  26697.                 203 => 1580827023,
  26698.                 204 => 1582011195,
  26699.                 205 => 1583142266,
  26700.                 206 => 1583416186,
  26701.                 207 => 1583756864,
  26702.                 208 => 1583844433,
  26703.                 209 => 1584002637,
  26704.                 210 => 1584953715,
  26705.                 211 => 1585056571,
  26706.                 212 => 1585126355,
  26707.                 213 => 1585490020,
  26708.                 214 => 1585744384,
  26709.                 215 => 1585816139,
  26710.                 216 => 1586158920,
  26711.                 217 => 1586173614,
  26712.                 218 => 1586260286,
  26713.                 219 => 1586334003,
  26714.                 220 => 1587039363,
  26715.                 221 => 1587109484,
  26716.                 222 => 1587111506,
  26717.                 223 => 1587461582,
  26718.                 224 => 1588143272,
  26719.                 225 => 1588144801,
  26720.                 226 => 1588153272,
  26721.                 227 => 1589178550,
  26722.                 228 => 1589357321,
  26723.                 229 => 1589359936,
  26724.                 230 => 1589379060,
  26725.                 231 => 1589447332,
  26726.                 232 => 1589458026,
  26727.                 233 => 1590408550,
  26728.                 234 => 1590409548,
  26729.                 235 => 1590566018,
  26730.                 236 => 1590566405,
  26731.                 237 => 1590579986,
  26732.                 238 => 1590758953,
  26733.                 239 => 1591052278,
  26734.                 240 => 1591167126,
  26735.                 241 => 1591253089,
  26736.                 242 => 1591259559,
  26737.                 243 => 1591272594,
  26738.                 244 => 1591361320,
  26739.                 245 => 1591683158,
  26740.                 246 => 1591817370,
  26741.                 247 => 1592466717,
  26742.                 248 => 1592837424,
  26743.                 249 => 1592978289,
  26744.                 250 => 1593698606,
  26745.                 251 => 1594650256,
  26746.                 252 => 1594885630,
  26747.                 253 => 1594886106,
  26748.                 254 => 1594886773,
  26749.                 255 => 1594886895,
  26750.                 256 => 1594887027,
  26751.                 257 => 1595160327,
  26752.                 258 => 1595321666,
  26753.                 259 => 1595422169,
  26754.                 260 => 1595480600,
  26755.                 261 => 1595489705,
  26756.                 262 => 1595492052,
  26757.                 263 => 1595492053,
  26758.                 264 => 1595499689,
  26759.                 265 => 1595553089,
  26760.                 266 => 1595578253,
  26761.                 267 => 1595919251,
  26762.                 268 => 1596091744,
  26763.                 269 => 1596441551,
  26764.                 270 => 1597391970,
  26765.                 271 => 1597394241,
  26766.                 272 => 1597657689,
  26767.                 273 => 1597762808,
  26768.                 274 => 1597830237,
  26769.                 275 => 1597930227,
  26770.                 276 => 1598280548,
  26771.                 277 => 1598520424,
  26772.                 278 => 1598885384,
  26773.                 279 => 1599112309,
  26774.                 280 => 1599134496,
  26775.                 281 => 1599463278,
  26776.                 282 => 1599570560,
  26777.                 283 => 1599720163,
  26778.                 284 => 1599806584,
  26779.                 285 => 1599806595,
  26780.                 286 => 1599822061,
  26781.                 287 => 1600072779,
  26782.                 288 => 1600156989,
  26783.                 289 => 1600253602,
  26784.                 290 => 1600330846,
  26785.                 291 => 1600338271,
  26786.                 292 => 1600349343,
  26787.                 293 => 1600676671,
  26788.                 294 => 1600769357,
  26789.                 295 => 1600778848,
  26790.                 296 => 1601388975,
  26791.                 297 => 1601451838,
  26792.                 298 => 1601539530,
  26793.                 299 => 1601543829,
  26794.                 300 => 1601891339,
  26795.                 301 => 1602062376,
  26796.                 302 => 1602146868,
  26797.                 303 => 1602153572,
  26798.                 304 => 1602494493,
  26799.                 305 => 1602494495,
  26800.                 306 => 1602745374,
  26801.                 307 => 1602822727,
  26802.                 308 => 1603179023,
  26803.                 309 => 1603293043,
  26804.                 310 => 1603970276,
  26805.                 311 => 1604056363,
  26806.                 312 => 1604056421,
  26807.                 313 => 1604475913,
  26808.                 314 => 1604499476,
  26809.                 315 => 1604568928,
  26810.                 316 => 1604669773,
  26811.                 317 => 1605103533,
  26812.                 318 => 1605530777,
  26813.                 319 => 1605609309,
  26814.                 320 => 1605609477,
  26815.                 321 => 1605861407,
  26816.                 322 => 1606310257,
  26817.                 323 => 1607415095,
  26818.                 324 => 1607500561,
  26819.                 325 => 1607514878,
  26820.                 326 => 1607581275,
  26821.                 327 => 1607581276,
  26822.                 328 => 1608624028,
  26823.                 329 => 1609125144,
  26824.                 330 => 1609857999,
  26825.                 331 => 1610531188,
  26826.                 332 => 1610965670,
  26827.                 333 => 1610974673,
  26828.                 334 => 1611155140,
  26829.                 335 => 1614240671,
  26830.                 336 => 1552899789,
  26831.                 337 => 1555406153,
  26832.                 338 => 1563785071,
  26833.                 339 => 1564385954,
  26834.                 340 => 1564385960,
  26835.                 341 => 1565640170,
  26836.                 342 => 1565640175,
  26837.                 343 => 1595492054,
  26838.                 344 => 1604502151,
  26839.                 345 => 1594104496,
  26840.                 346 => 1604585230,
  26841.                 347 => 1609140710,
  26842.                 348 => 1610337444,
  26843.                 349 => 1610439375,
  26844.                 350 => 1610448012,
  26845.                 351 => 1610523204,
  26846.                 352 => 1610523548,
  26847.                 353 => 1610616655,
  26848.                 354 => 1610621999,
  26849.                 355 => 1610625925,
  26850.                 356 => 1610634383,
  26851.                 357 => 1610904608,
  26852.                 358 => 1611732852,
  26853.                 359 => 1611817467,
  26854.                 360 => 1612184092,
  26855.                 361 => 1612442685,
  26856.                 362 => 1612442686,
  26857.                 363 => 1612442786,
  26858.                 364 => 1612851765,
  26859.                 365 => 1612865237,
  26860.                 366 => 1612970642,
  26861.                 367 => 1612980753,
  26862.                 368 => 1613665555,
  26863.                 369 => 1614249488,
  26864.                 370 => 1614691876,
  26865.                 371 => 1614765170,
  26866.                 372 => 1614765785,
  26867.                 373 => 1615359964,
  26868.                 374 => 1615366708,
  26869.                 375 => 1615452749,
  26870.                 376 => 1615802866,
  26871.                 377 => 1615819992,
  26872.                 378 => 1616076922,
  26873.                 379 => 1616496610,
  26874.                 380 => 1616555956,
  26875.                 381 => 1617000878,
  26876.                 382 => 1617356092,
  26877.                 383 => 1617784658,
  26878.                 384 => 1617864895,
  26879.                 385 => 1617868381,
  26880.                 386 => 1617877887,
  26881.                 387 => 1617896006,
  26882.                 388 => 1617935350,
  26883.                 389 => 1617953690,
  26884.                 390 => 1617960456,
  26885.                 391 => 1617974402,
  26886.                 392 => 1618218491,
  26887.                 393 => 1618389817,
  26888.                 394 => 1618476427,
  26889.                 395 => 1618569201,
  26890.                 396 => 1618900427,
  26891.                 397 => 1618989442,
  26892.                 398 => 1619070236,
  26893.                 399 => 1619428555,
  26894.                 400 => 1619604605,
  26895.                 401 => 1619703075,
  26896.                 402 => 1620146632,
  26897.                 403 => 1620147234,
  26898.                 404 => 1620201616,
  26899.                 405 => 1620215586,
  26900.                 406 => 1620374229,
  26901.                 407 => 1620376945,
  26902.                 408 => 1620632460,
  26903.                 409 => 1620634856,
  26904.                 410 => 1620733405,
  26905.                 411 => 1620733405,
  26906.                 412 => 1620820321,
  26907.                 413 => 1621845357,
  26908.                 414 => 1621845370,
  26909.                 415 => 1622010069,
  26910.                 416 => 1622104463,
  26911.                 417 => 1622782058,
  26912.                 418 => 1623305620,
  26913.                 419 => 1623391399,
  26914.                 420 => 1623828962,
  26915.                 421 => 1624262862,
  26916.                 422 => 1624884801,
  26917.                 423 => 1624967118,
  26918.                 424 => 1625304609,
  26919.                 425 => 1625465756,
  26920.                 426 => 1625505190,
  26921.                 427 => 1625554302,
  26922.                 428 => 1625569667,
  26923.                 429 => 1625583596,
  26924.                 430 => 1625583619,
  26925.                 431 => 1625816310,
  26926.                 432 => 1625819412,
  26927.                 433 => 1625831469,
  26928.                 434 => 1626241110,
  26929.                 435 => 1626442868,
  26930.                 436 => 1626696809,
  26931.                 437 => 1626785125,
  26932.                 438 => 1627292049,
  26933.                 439 => 1627540693,
  26934.                 440 => 1627541488,
  26935.                 441 => 1627562945,
  26936.                 442 => 1627650101,
  26937.                 443 => 1627929168,
  26938.                 444 => 1627983652,
  26939.                 445 => 1628519513,
  26940.                 446 => 1628749113,
  26941.                 447 => 1629204538,
  26942.                 448 => 1629700169,
  26943.                 449 => 1629877210,
  26944.                 450 => 1630074081,
  26945.                 451 => 1630485317,
  26946.                 452 => 1631625055,
  26947.                 453 => 1631703921,
  26948.                 454 => 1631790054,
  26949.                 455 => 1631863869,
  26950.                 456 => 1632111590,
  26951.                 457 => 1632215760,
  26952.                 458 => 1632721037,
  26953.                 459 => 1633347511,
  26954.                 460 => 1633358879,
  26955.                 461 => 1633422057,
  26956.                 462 => 1634735841,
  26957.                 463 => 1635147952,
  26958.                 464 => 1635230747,
  26959.                 465 => 1635237551,
  26960.                 466 => 1635388654,
  26961.                 467 => 1635936029,
  26962.                 468 => 1636014089,
  26963.                 469 => 1636018970,
  26964.                 470 => 1636362839,
  26965.                 471 => 1636449347,
  26966.                 472 => 1636964297,
  26967.                 473 => 1636971615,
  26968.                 474 => 1638195971,
  26969.                 475 => 1638365464,
  26970.                 476 => 1638514913,
  26971.                 477 => 1638993987,
  26972.                 478 => 1639122665,
  26973.                 479 => 1639139581,
  26974.                 480 => 1639992771,
  26975.                 481 => 1641289204,
  26976.                 482 => 1642517958,
  26977.                 483 => 1642732351,
  26978.                 484 => 1642757286,
  26979.                 485 => 1643366069,
  26980.                 486 => 1643386819,
  26981.                 487 => 1643724178,
  26982.                 488 => 1643878976,
  26983.                 489 => 1643892702,
  26984.                 490 => 1645019769,
  26985.                 491 => 1645453538,
  26986.                 492 => 1646125417,
  26987.                 493 => 1646397836,
  26988.                 494 => 1646817331,
  26989.                 495 => 1647260673,
  26990.                 496 => 1647443222,
  26991.                 497 => 1647511158,
  26992.                 498 => 1648031611,
  26993.                 499 => 1648031636,
  26994.                 500 => 1648543185,
  26995.                 501 => 1648709176,
  26996.                 502 => 1648803451,
  26997.                 503 => 1649040981,
  26998.                 504 => 1649315608,
  26999.                 505 => 1650249241,
  27000.                 506 => 1650444800,
  27001.                 507 => 1650548599,
  27002.                 508 => 1650620993,
  27003.                 509 => 1650872291,
  27004.                 510 => 1650981517,
  27005.                 511 => 1652166447,
  27006.                 512 => 1652345915,
  27007.                 513 => 1652441129,
  27008.                 514 => 1652864153,
  27009.                 515 => 1653376989,
  27010.                 516 => 1653385302,
  27011.                 517 => 1655730949,
  27012.                 518 => 1656397126,
  27013.                 519 => 1656928097,
  27014.                 520 => 1657011337,
  27015.                 521 => 1657027979,
  27016.                 522 => 1660814397,
  27017.                 523 => 1661759290,
  27018.                 524 => 1661771388,
  27019.                 525 => 1632281097,
  27020.                 526 => 1636121186,
  27021.                 527 => 1660813696,
  27022.                 528 => 1641476963,
  27023.                 529 => 1651172963,
  27024.                 530 => 1632281097,
  27025.                 531 => 1636121186,
  27026.                 532 => 1660813696,
  27027.                 533 => 1552899789,
  27028.                 534 => 1555406153,
  27029.                 535 => 1563785071,
  27030.                 536 => 1564385954,
  27031.                 537 => 1564385960,
  27032.                 538 => 1565640170,
  27033.                 539 => 1565640175,
  27034.                 540 => 1595492054,
  27035.                 541 => 1604502151,
  27036.                 542 => 1598270975,
  27037.                 543 => 1622104591,
  27038.                 544 => 1660034505,
  27039.             ],
  27040.             'shopware.security.csp_templates' => [
  27041.                 'default' => ''."\n".'object-src \'none\';'."\n".'script-src \'none\';'."\n".'base-uri \'self\';'."\n".'            ',
  27042.                 'administration' => ''."\n".'object-src \'none\';'."\n".'script-src \'strict-dynamic\' \'nonce-%nonce%\' \'unsafe-inline\' \'unsafe-eval\' https: http:;'."\n".'base-uri \'self\';'."\n".'            ',
  27043.                 'storefront' => '',
  27044.                 'installer' => '',
  27045.             ],
  27046.             'shopware.app_dir' => (\dirname(__DIR__4).'/custom/apps'),
  27047.             'env(SHOPWARE_DBAL_TIMEZONE_SUPPORT_ENABLED)' => 0,
  27048.             'env(SHOPWARE_DBAL_TOKEN_MINIMUM_LENGTH)' => 3,
  27049.             'env(INSTANCE_ID)' => 'install',
  27050.             'shopware.store_endpoints' => [
  27051.                 'ping' => '/ping',
  27052.                 'my_extensions' => '/swplatform/licenseenvironment',
  27053.                 'my_licenses' => '/swplatform/licenses',
  27054.                 'my_plugin_licenses' => '/swplatform/pluginlicenses',
  27055.                 'my_plugin_updates' => '/swplatform/pluginupdates',
  27056.                 'environment_information' => '/swplatform/environmentinformation',
  27057.                 'updater_extension_compatibility' => '/swplatform/autoupdate',
  27058.                 'updater_permission' => '/swplatform/autoupdate/permission',
  27059.                 'plugin_download' => '/swplatform/pluginfiles/{pluginName}',
  27060.                 'app_generate_signature' => '/swplatform/generatesignature',
  27061.                 'cancel_license' => '/swplatform/pluginlicenses/%s/cancel',
  27062.                 'login' => '/swplatform/login',
  27063.                 'create_rating' => '/swplatform/extensionstore/extensions/%s/ratings',
  27064.                 'user_info' => '/swplatform/userinfo',
  27065.             ],
  27066.             'env(SHOPWARE_UPDATE_TEST)' => '',
  27067.             'shopware.media.metadata.types' => [
  27068.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\ImageMetadata',
  27069.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\DocumentMetadata',
  27070.                 => '\\Shopware\\Core\\Content\\Media\\Metadata\\Type\\VideoMetadata',
  27071.             ],
  27072.             'product_export.directory' => 'export',
  27073.             'product_export.read_buffer_size' => 100,
  27074.             'import_export.supported_entities' => [
  27075.                 => 'customer',
  27076.                 => 'product',
  27077.             ],
  27078.             'import_export.supported_file_types' => [
  27079.                 => 'text/csv',
  27080.             ],
  27081.             'import_export.read_buffer_size' => 100,
  27082.             'import_export.write_buffer_size' => 100,
  27083.             'import_export.http_batch_size' => 100,
  27084.             'env(SHOPWARE_ADMINISTRATION_PATH_NAME)' => 'admin',
  27085.             'shopware_http_cache_enabled_default' => 1,
  27086.             'shopware_http_cache_default_ttl_default' => 7200,
  27087.             'shopware.twig.app_variable.allowed_server_params' => [
  27088.                 => 'server_name',
  27089.                 => 'request_uri',
  27090.                 => 'app_url',
  27091.                 => 'http_user_agent',
  27092.                 => 'http_host',
  27093.                 => 'server_name',
  27094.                 => 'server_port',
  27095.                 => 'redirect_url',
  27096.                 => 'https',
  27097.                 => 'forwarded',
  27098.                 10 => 'host',
  27099.                 11 => 'remote_addr',
  27100.                 12 => 'http_x_forwarded_for',
  27101.                 13 => 'http_x_forwarded_host',
  27102.                 14 => 'http_x_forwarded_proto',
  27103.                 15 => 'http_x_forwarded_port',
  27104.                 16 => 'http_x_forwarded_prefix',
  27105.             ],
  27106.             'storefrontRoot' => (\dirname(__DIR__4).'/vendor/shopware/storefront'),
  27107.             'elasticsearch.index.config' => [
  27108.                 'settings' => [
  27109.                     'index' => [
  27110.                         'number_of_shards' => 3,
  27111.                         'number_of_replicas' => 3,
  27112.                         'mapping.total_fields.limit' => 50000,
  27113.                         'mapping.nested_fields.limit' => 500,
  27114.                         'mapping.nested_objects.limit' => 1000000,
  27115.                     ],
  27116.                     'analysis' => [
  27117.                         'normalizer' => [
  27118.                             'sw_lowercase_normalizer' => [
  27119.                                 'type' => 'custom',
  27120.                                 'filter' => [
  27121.                                     => 'lowercase',
  27122.                                 ],
  27123.                             ],
  27124.                         ],
  27125.                         'analyzer' => [
  27126.                             'sw_ngram_analyzer' => [
  27127.                                 'type' => 'custom',
  27128.                                 'tokenizer' => 'whitespace',
  27129.                                 'filter' => [
  27130.                                     => 'lowercase',
  27131.                                     => 'sw_ngram_filter',
  27132.                                 ],
  27133.                             ],
  27134.                         ],
  27135.                         'filter' => [
  27136.                             'sw_ngram_filter' => [
  27137.                                 'type' => 'ngram',
  27138.                                 'min_gram' => 4,
  27139.                                 'max_gram' => 5,
  27140.                             ],
  27141.                         ],
  27142.                     ],
  27143.                 ],
  27144.             ],
  27145.             'elasticsearch.index.mapping' => [
  27146.                 'dynamic_templates' => [
  27147.                     => [
  27148.                         'keywords' => [
  27149.                             'match_mapping_type' => 'string',
  27150.                             'mapping' => [
  27151.                                 'type' => 'keyword',
  27152.                                 'normalizer' => 'sw_lowercase_normalizer',
  27153.                                 'fields' => [
  27154.                                     'text' => [
  27155.                                         'type' => 'text',
  27156.                                     ],
  27157.                                 ],
  27158.                             ],
  27159.                         ],
  27160.                     ],
  27161.                 ],
  27162.             ],
  27163.             'default_elasticsearch_prefix' => 'sw',
  27164.             'env(SHOPWARE_ES_ENABLED)' => '',
  27165.             'env(SHOPWARE_ES_INDEXING_ENABLED)' => '',
  27166.             'env(SHOPWARE_ES_HOSTS)' => '',
  27167.             'env(SHOPWARE_ES_INDEX_PREFIX)' => 'sw',
  27168.             'env(SHOPWARE_ES_THROW_EXCEPTION)' => '',
  27169.             'env(SHOPWARE_ES_INDEXING_BATCH_SIZE)' => 100,
  27170.             'SwagPlatformSecurity.activeFixes' => [
  27171.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  27172.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  27173.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  27174.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  27175.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  27176.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  27177.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  27178.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  27179.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  27180.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  27181.             ],
  27182.             'SwagPlatformSecurity.availableFixes' => [
  27183.                 => 'Swag\\Security\\Fixes\\NEXT23325\\SecurityFix',
  27184.                 => 'Swag\\Security\\Fixes\\NEXT23915\\SecurityFix',
  27185.                 => 'Swag\\Security\\Fixes\\NEXT22891\\SecurityFix',
  27186.                 => 'Swag\\Security\\Fixes\\NEXT24667\\SecurityFix',
  27187.                 => 'Swag\\Security\\Fixes\\NEXT24679\\SecurityFix',
  27188.                 => 'Swag\\Security\\Fixes\\PPI737\\SecurityFix',
  27189.                 => 'Swag\\Security\\Fixes\\NEXT32887\\NEXT32887Fix',
  27190.                 => 'Swag\\Security\\Fixes\\NEXT32889\\NEXT32889Fix',
  27191.                 => 'Swag\\Security\\Fixes\\NEXT32886\\NEXT32886Fix',
  27192.                 => 'Swag\\Security\\Fixes\\NEXT34608\\LogoutSecurityFix',
  27193.             ],
  27194.             'container.dumper.inline_class_loader' => true,
  27195.             'container.dumper.inline_factories' => true,
  27196.             'jwt_private_key_passphrase_default' => 'shopware',
  27197.             'shopware.store.frw' => true,
  27198.             'event_dispatcher.event_aliases' => [
  27199.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  27200.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  27201.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  27202.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  27203.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  27204.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  27205.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  27206.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  27207.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  27208.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  27209.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  27210.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  27211.             ],
  27212.             'fragment.renderer.hinclude.global_template' => NULL,
  27213.             'fragment.path' => '/_fragment',
  27214.             'kernel.http_method_override' => true,
  27215.             'kernel.trusted_hosts' => [
  27216.             ],
  27217.             'kernel.default_locale' => 'en-GB',
  27218.             'kernel.enabled_locales' => [
  27219.             ],
  27220.             'kernel.error_controller' => 'error_controller',
  27221.             'debug.file_link_format' => NULL,
  27222.             'asset.request_context.base_path' => NULL,
  27223.             'asset.request_context.secure' => NULL,
  27224.             'translator.logging' => false,
  27225.             'translator.default_path' => (\dirname(__DIR__4).'/vendor/shopware/storefront/Resources/snippet'),
  27226.             'debug.error_handler.throw_at' => -1,
  27227.             'router.request_context.host' => 'localhost',
  27228.             'router.request_context.scheme' => 'http',
  27229.             'router.request_context.base_url' => '',
  27230.             'router.resource' => 'kernel::loadRoutes',
  27231.             'request_listener.http_port' => 80,
  27232.             'request_listener.https_port' => 443,
  27233.             'session.metadata.storage_key' => '_sf2_meta',
  27234.             'session.storage.options' => [
  27235.                 'cache_limiter' => '0',
  27236.                 'name' => 'session-',
  27237.                 'cookie_secure' => 'auto',
  27238.                 'cookie_httponly' => true,
  27239.                 'cookie_samesite' => 'lax',
  27240.                 'gc_probability' => 1,
  27241.             ],
  27242.             'session.metadata.update_threshold' => 0,
  27243.             'validator.translation_domain' => 'validators',
  27244.             'profiler_listener.only_exceptions' => false,
  27245.             'profiler_listener.only_main_requests' => false,
  27246.             'monolog.use_microseconds' => true,
  27247.             'monolog.swift_mailer.handlers' => [
  27248.             ],
  27249.             'monolog.handlers_to_channels' => [
  27250.                 'monolog.handler.business_event_handler_buffer' => [
  27251.                     'type' => 'inclusive',
  27252.                     'elements' => [
  27253.                         => 'business_events',
  27254.                     ],
  27255.                 ],
  27256.                 'monolog.handler.console' => [
  27257.                     'type' => 'exclusive',
  27258.                     'elements' => [
  27259.                         => 'event',
  27260.                         => 'doctrine',
  27261.                         => 'console',
  27262.                     ],
  27263.                 ],
  27264.                 'monolog.handler.main' => [
  27265.                     'type' => 'exclusive',
  27266.                     'elements' => [
  27267.                         => 'event',
  27268.                         => 'doctrine',
  27269.                     ],
  27270.                 ],
  27271.             ],
  27272.             'twig.form.resources' => [
  27273.                 => 'form_div_layout.html.twig',
  27274.             ],
  27275.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  27276.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  27277.             'enqueue.transport.default.receive_timeout' => 1000,
  27278.             'enqueue.client.default.router_processor' => 'enqueue.client.default.router_processor',
  27279.             'enqueue.client.default.router_queue_name' => 'default',
  27280.             'enqueue.client.default.default_queue_name' => 'default',
  27281.             'enqueue.transports' => [
  27282.                 => 'default',
  27283.             ],
  27284.             'enqueue.clients' => [
  27285.                 => 'default',
  27286.             ],
  27287.             'enqueue.default_transport' => 'default',
  27288.             'enqueue.default_client' => 'default',
  27289.             'shopware.feature' => [
  27290.                 'flags' => [
  27291.                     'v6.5.0.0' => [
  27292.                         'default' => false,
  27293.                         'major' => true,
  27294.                     ],
  27295.                     'PERFORMANCE_TWEAKS' => [
  27296.                         'default' => false,
  27297.                         'major' => true,
  27298.                         'description' => 'Performance improvements that include a breaking change',
  27299.                     ],
  27300.                     'FEATURE_NEXT_1797' => [
  27301.                         'default' => false,
  27302.                         'major' => true,
  27303.                         'description' => 'composer require for plugins',
  27304.                     ],
  27305.                     'FEATURE_NEXT_16710' => [
  27306.                         'default' => false,
  27307.                         'major' => true,
  27308.                         'description' => 'Do not allow empty ids provided in criteria',
  27309.                     ],
  27310.                     'FEATURE_NEXT_13810' => [
  27311.                         'default' => false,
  27312.                         'major' => true,
  27313.                         'description' => 'Deprecate old promotion module',
  27314.                     ],
  27315.                     'FEATURE_NEXT_13250' => [
  27316.                         'default' => false,
  27317.                         'major' => true,
  27318.                         'description' => 'Reduce database queries if all required data for the line items is already assign',
  27319.                     ],
  27320.                     'FEATURE_NEXT_17276' => [
  27321.                         'default' => false,
  27322.                         'major' => true,
  27323.                         'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  27324.                     ],
  27325.                     'FEATURE_NEXT_16151' => [
  27326.                         'default' => false,
  27327.                         'major' => true,
  27328.                         'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  27329.                     ],
  27330.                     'FEATURE_NEXT_16155' => [
  27331.                         'default' => false,
  27332.                         'major' => true,
  27333.                         'description' => 'EntityLoadedEventFactory will be required in repositories',
  27334.                     ],
  27335.                     'FEATURE_NEXT_19501' => [
  27336.                         'default' => false,
  27337.                         'major' => false,
  27338.                         'description' => 'Disables the cart.container function',
  27339.                     ],
  27340.                     'FEATURE_NEXT_15053' => [
  27341.                         'default' => false,
  27342.                         'major' => false,
  27343.                         'description' => 'Replace wrong displayed characters in number format',
  27344.                     ],
  27345.                     'FEATURE_NEXT_18215' => [
  27346.                         'default' => false,
  27347.                         'major' => true,
  27348.                         'description' => 'Rules are aware of their assignment',
  27349.                     ],
  27350.                     'FEATURE_NEXT_15815' => [
  27351.                         'default' => false,
  27352.                         'major' => true,
  27353.                         'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  27354.                     ],
  27355.                     'FEATURE_NEXT_14699' => [
  27356.                         'default' => false,
  27357.                         'major' => true,
  27358.                         'description' => 'Refactoring of Storefront theme assets',
  27359.                     ],
  27360.                     'FEATURE_NEXT_15707' => [
  27361.                         'default' => false,
  27362.                         'major' => false,
  27363.                         'description' => 'Delivery notice for EU geoblocking regulation',
  27364.                     ],
  27365.                     'FEATURE_NEXT_14360' => [
  27366.                         'default' => false,
  27367.                         'major' => true,
  27368.                         'description' => 'App System 4.0 - Build action button messaging system',
  27369.                     ],
  27370.                     'FEATURE_NEXT_15172' => [
  27371.                         'default' => false,
  27372.                         'major' => true,
  27373.                         'description' => 'Sanitize html of fields with AllowHtml flag',
  27374.                     ],
  27375.                     'FEATURE_NEXT_14001' => [
  27376.                         'default' => false,
  27377.                         'major' => true,
  27378.                         'description' => 'Newsletter DOI for registered customers',
  27379.                     ],
  27380.                     'FEATURE_NEXT_7739' => [
  27381.                         'default' => false,
  27382.                         'major' => true,
  27383.                         'description' => 'Optional salutation',
  27384.                     ],
  27385.                     'FEATURE_NEXT_16200' => [
  27386.                         'default' => false,
  27387.                         'major' => false,
  27388.                         'description' => 'Register Doi Domain',
  27389.                     ],
  27390.                     'FEATURE_NEXT_13410' => [
  27391.                         'default' => false,
  27392.                         'major' => true,
  27393.                         'description' => 'Make sales channels required in seo generator',
  27394.                     ],
  27395.                     'FEATURE_NEXT_15917' => [
  27396.                         'default' => false,
  27397.                         'major' => true,
  27398.                         'description' => 'Move storefront script tags to head with defer',
  27399.                     ],
  27400.                     'FEATURE_NEXT_15957' => [
  27401.                         'default' => false,
  27402.                         'major' => true,
  27403.                         'description' => 'VAT id field for guest',
  27404.                     ],
  27405.                     'FEATURE_NEXT_13601' => [
  27406.                         'default' => false,
  27407.                         'major' => true,
  27408.                         'description' => 'Default transaction state for async app payments',
  27409.                     ],
  27410.                     'FEATURE_NEXT_16992' => [
  27411.                         'default' => false,
  27412.                         'major' => true,
  27413.                         'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  27414.                     ],
  27415.                     'FEATURE_NEXT_7530' => [
  27416.                         'default' => false,
  27417.                         'major' => true,
  27418.                         'description' => 'Improve orders UX in Administration',
  27419.                     ],
  27420.                     'FEATURE_NEXT_16824' => [
  27421.                         'default' => false,
  27422.                         'major' => true,
  27423.                         'description' => 'Cart merged event',
  27424.                     ],
  27425.                     'FEATURE_NEXT_16271' => [
  27426.                         'default' => false,
  27427.                         'major' => true,
  27428.                         'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  27429.                     ],
  27430.                     'FEATURE_NEXT_15381' => [
  27431.                         'default' => false,
  27432.                         'major' => true,
  27433.                         'description' => 'Save theme compilation',
  27434.                     ],
  27435.                     'FEATURE_NEXT_17275' => [
  27436.                         'default' => false,
  27437.                         'major' => true,
  27438.                         'description' => 'StorefrontRenderEvent only gets original view',
  27439.                     ],
  27440.                     'FEATURE_NEXT_17016' => [
  27441.                         'default' => false,
  27442.                         'major' => true,
  27443.                         'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  27444.                     ],
  27445.                     'FEATURE_NEXT_16236' => [
  27446.                         'default' => false,
  27447.                         'major' => true,
  27448.                         'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  27449.                     ],
  27450.                     'FEATURE_NEXT_16640' => [
  27451.                         'default' => false,
  27452.                         'major' => true,
  27453.                         'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  27454.                     ],
  27455.                     'FEATURE_NEXT_17858' => [
  27456.                         'default' => false,
  27457.                         'major' => true,
  27458.                         'description' => 'Major feature flag for Business Event',
  27459.                     ],
  27460.                     'FEATURE_NEXT_6758' => [
  27461.                         'default' => false,
  27462.                         'major' => true,
  27463.                         'description' => 'Layout assignment for category as list',
  27464.                     ],
  27465.                     'FEATURE_NEXT_19048' => [
  27466.                         'default' => false,
  27467.                         'major' => true,
  27468.                         'description' => 'Fix media resolution in theme',
  27469.                     ],
  27470.                     'FEATURE_NEXT_19822' => [
  27471.                         'default' => false,
  27472.                         'major' => true,
  27473.                         'description' => 'Enables lazy loading components in the administration',
  27474.                     ],
  27475.                     'FEATURE_NEXT_18129' => [
  27476.                         'default' => false,
  27477.                         'major' => true,
  27478.                         'description' => 'Require positionIdentifier for some components',
  27479.                     ],
  27480.                     'FEATURE_NEXT_19163' => [
  27481.                         'default' => false,
  27482.                         'major' => true,
  27483.                         'description' => 'one to one inheritance',
  27484.                     ],
  27485.                     'FEATURE_NEXT_18187' => [
  27486.                         'default' => false,
  27487.                         'major' => true,
  27488.                         'description' => 'Move admin dashboard statistics into separate component',
  27489.                     ],
  27490.                     'FEATURE_NEXT_17978' => [
  27491.                         'default' => false,
  27492.                         'major' => true,
  27493.                         'description' => 'Change component factory to work with extension overrides in Administration',
  27494.                     ],
  27495.                     'FEATURE_NEXT_11634' => [
  27496.                         'default' => false,
  27497.                         'major' => true,
  27498.                         'description' => 'Webpack alias refactor',
  27499.                     ],
  27500.                     'FEATURE_NEXT_21547' => [
  27501.                         'default' => false,
  27502.                         'major' => true,
  27503.                         'description' => 'Change admin criteria defaults',
  27504.                     ],
  27505.                     'FEATURE_NEXT_22900' => [
  27506.                         'default' => false,
  27507.                         'major' => true,
  27508.                         'description' => 'Admin search configuration is used in Elasticsearch',
  27509.                     ],
  27510.                 ],
  27511.             ],
  27512.             'shopware.feature.flags' => [
  27513.                 'v6.5.0.0' => [
  27514.                     'default' => false,
  27515.                     'major' => true,
  27516.                 ],
  27517.                 'PERFORMANCE_TWEAKS' => [
  27518.                     'default' => false,
  27519.                     'major' => true,
  27520.                     'description' => 'Performance improvements that include a breaking change',
  27521.                 ],
  27522.                 'FEATURE_NEXT_1797' => [
  27523.                     'default' => false,
  27524.                     'major' => true,
  27525.                     'description' => 'composer require for plugins',
  27526.                 ],
  27527.                 'FEATURE_NEXT_16710' => [
  27528.                     'default' => false,
  27529.                     'major' => true,
  27530.                     'description' => 'Do not allow empty ids provided in criteria',
  27531.                 ],
  27532.                 'FEATURE_NEXT_13810' => [
  27533.                     'default' => false,
  27534.                     'major' => true,
  27535.                     'description' => 'Deprecate old promotion module',
  27536.                 ],
  27537.                 'FEATURE_NEXT_13250' => [
  27538.                     'default' => false,
  27539.                     'major' => true,
  27540.                     'description' => 'Reduce database queries if all required data for the line items is already assign',
  27541.                 ],
  27542.                 'FEATURE_NEXT_17276' => [
  27543.                     'default' => false,
  27544.                     'major' => true,
  27545.                     'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  27546.                 ],
  27547.                 'FEATURE_NEXT_16151' => [
  27548.                     'default' => false,
  27549.                     'major' => true,
  27550.                     'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  27551.                 ],
  27552.                 'FEATURE_NEXT_16155' => [
  27553.                     'default' => false,
  27554.                     'major' => true,
  27555.                     'description' => 'EntityLoadedEventFactory will be required in repositories',
  27556.                 ],
  27557.                 'FEATURE_NEXT_19501' => [
  27558.                     'default' => false,
  27559.                     'major' => false,
  27560.                     'description' => 'Disables the cart.container function',
  27561.                 ],
  27562.                 'FEATURE_NEXT_15053' => [
  27563.                     'default' => false,
  27564.                     'major' => false,
  27565.                     'description' => 'Replace wrong displayed characters in number format',
  27566.                 ],
  27567.                 'FEATURE_NEXT_18215' => [
  27568.                     'default' => false,
  27569.                     'major' => true,
  27570.                     'description' => 'Rules are aware of their assignment',
  27571.                 ],
  27572.                 'FEATURE_NEXT_15815' => [
  27573.                     'default' => false,
  27574.                     'major' => true,
  27575.                     'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  27576.                 ],
  27577.                 'FEATURE_NEXT_14699' => [
  27578.                     'default' => false,
  27579.                     'major' => true,
  27580.                     'description' => 'Refactoring of Storefront theme assets',
  27581.                 ],
  27582.                 'FEATURE_NEXT_15707' => [
  27583.                     'default' => false,
  27584.                     'major' => false,
  27585.                     'description' => 'Delivery notice for EU geoblocking regulation',
  27586.                 ],
  27587.                 'FEATURE_NEXT_14360' => [
  27588.                     'default' => false,
  27589.                     'major' => true,
  27590.                     'description' => 'App System 4.0 - Build action button messaging system',
  27591.                 ],
  27592.                 'FEATURE_NEXT_15172' => [
  27593.                     'default' => false,
  27594.                     'major' => true,
  27595.                     'description' => 'Sanitize html of fields with AllowHtml flag',
  27596.                 ],
  27597.                 'FEATURE_NEXT_14001' => [
  27598.                     'default' => false,
  27599.                     'major' => true,
  27600.                     'description' => 'Newsletter DOI for registered customers',
  27601.                 ],
  27602.                 'FEATURE_NEXT_7739' => [
  27603.                     'default' => false,
  27604.                     'major' => true,
  27605.                     'description' => 'Optional salutation',
  27606.                 ],
  27607.                 'FEATURE_NEXT_16200' => [
  27608.                     'default' => false,
  27609.                     'major' => false,
  27610.                     'description' => 'Register Doi Domain',
  27611.                 ],
  27612.                 'FEATURE_NEXT_13410' => [
  27613.                     'default' => false,
  27614.                     'major' => true,
  27615.                     'description' => 'Make sales channels required in seo generator',
  27616.                 ],
  27617.                 'FEATURE_NEXT_15917' => [
  27618.                     'default' => false,
  27619.                     'major' => true,
  27620.                     'description' => 'Move storefront script tags to head with defer',
  27621.                 ],
  27622.                 'FEATURE_NEXT_15957' => [
  27623.                     'default' => false,
  27624.                     'major' => true,
  27625.                     'description' => 'VAT id field for guest',
  27626.                 ],
  27627.                 'FEATURE_NEXT_13601' => [
  27628.                     'default' => false,
  27629.                     'major' => true,
  27630.                     'description' => 'Default transaction state for async app payments',
  27631.                 ],
  27632.                 'FEATURE_NEXT_16992' => [
  27633.                     'default' => false,
  27634.                     'major' => true,
  27635.                     'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  27636.                 ],
  27637.                 'FEATURE_NEXT_7530' => [
  27638.                     'default' => false,
  27639.                     'major' => true,
  27640.                     'description' => 'Improve orders UX in Administration',
  27641.                 ],
  27642.                 'FEATURE_NEXT_16824' => [
  27643.                     'default' => false,
  27644.                     'major' => true,
  27645.                     'description' => 'Cart merged event',
  27646.                 ],
  27647.                 'FEATURE_NEXT_16271' => [
  27648.                     'default' => false,
  27649.                     'major' => true,
  27650.                     'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  27651.                 ],
  27652.                 'FEATURE_NEXT_15381' => [
  27653.                     'default' => false,
  27654.                     'major' => true,
  27655.                     'description' => 'Save theme compilation',
  27656.                 ],
  27657.                 'FEATURE_NEXT_17275' => [
  27658.                     'default' => false,
  27659.                     'major' => true,
  27660.                     'description' => 'StorefrontRenderEvent only gets original view',
  27661.                 ],
  27662.                 'FEATURE_NEXT_17016' => [
  27663.                     'default' => false,
  27664.                     'major' => true,
  27665.                     'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  27666.                 ],
  27667.                 'FEATURE_NEXT_16236' => [
  27668.                     'default' => false,
  27669.                     'major' => true,
  27670.                     'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  27671.                 ],
  27672.                 'FEATURE_NEXT_16640' => [
  27673.                     'default' => false,
  27674.                     'major' => true,
  27675.                     'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  27676.                 ],
  27677.                 'FEATURE_NEXT_17858' => [
  27678.                     'default' => false,
  27679.                     'major' => true,
  27680.                     'description' => 'Major feature flag for Business Event',
  27681.                 ],
  27682.                 'FEATURE_NEXT_6758' => [
  27683.                     'default' => false,
  27684.                     'major' => true,
  27685.                     'description' => 'Layout assignment for category as list',
  27686.                 ],
  27687.                 'FEATURE_NEXT_19048' => [
  27688.                     'default' => false,
  27689.                     'major' => true,
  27690.                     'description' => 'Fix media resolution in theme',
  27691.                 ],
  27692.                 'FEATURE_NEXT_19822' => [
  27693.                     'default' => false,
  27694.                     'major' => true,
  27695.                     'description' => 'Enables lazy loading components in the administration',
  27696.                 ],
  27697.                 'FEATURE_NEXT_18129' => [
  27698.                     'default' => false,
  27699.                     'major' => true,
  27700.                     'description' => 'Require positionIdentifier for some components',
  27701.                 ],
  27702.                 'FEATURE_NEXT_19163' => [
  27703.                     'default' => false,
  27704.                     'major' => true,
  27705.                     'description' => 'one to one inheritance',
  27706.                 ],
  27707.                 'FEATURE_NEXT_18187' => [
  27708.                     'default' => false,
  27709.                     'major' => true,
  27710.                     'description' => 'Move admin dashboard statistics into separate component',
  27711.                 ],
  27712.                 'FEATURE_NEXT_17978' => [
  27713.                     'default' => false,
  27714.                     'major' => true,
  27715.                     'description' => 'Change component factory to work with extension overrides in Administration',
  27716.                 ],
  27717.                 'FEATURE_NEXT_11634' => [
  27718.                     'default' => false,
  27719.                     'major' => true,
  27720.                     'description' => 'Webpack alias refactor',
  27721.                 ],
  27722.                 'FEATURE_NEXT_21547' => [
  27723.                     'default' => false,
  27724.                     'major' => true,
  27725.                     'description' => 'Change admin criteria defaults',
  27726.                 ],
  27727.                 'FEATURE_NEXT_22900' => [
  27728.                     'default' => false,
  27729.                     'major' => true,
  27730.                     'description' => 'Admin search configuration is used in Elasticsearch',
  27731.                 ],
  27732.             ],
  27733.             'shopware.feature.flags.v6.5.0.0' => [
  27734.                 'default' => false,
  27735.                 'major' => true,
  27736.             ],
  27737.             'shopware.feature.flags.v6.5.0.0.default' => false,
  27738.             'shopware.feature.flags.v6.5.0.0.major' => true,
  27739.             'shopware.feature.flags.PERFORMANCE_TWEAKS' => [
  27740.                 'default' => false,
  27741.                 'major' => true,
  27742.                 'description' => 'Performance improvements that include a breaking change',
  27743.             ],
  27744.             'shopware.feature.flags.PERFORMANCE_TWEAKS.default' => false,
  27745.             'shopware.feature.flags.PERFORMANCE_TWEAKS.major' => true,
  27746.             'shopware.feature.flags.PERFORMANCE_TWEAKS.description' => 'Performance improvements that include a breaking change',
  27747.             'shopware.feature.flags.FEATURE_NEXT_1797' => [
  27748.                 'default' => false,
  27749.                 'major' => true,
  27750.                 'description' => 'composer require for plugins',
  27751.             ],
  27752.             'shopware.feature.flags.FEATURE_NEXT_1797.default' => false,
  27753.             'shopware.feature.flags.FEATURE_NEXT_1797.major' => true,
  27754.             'shopware.feature.flags.FEATURE_NEXT_1797.description' => 'composer require for plugins',
  27755.             'shopware.feature.flags.FEATURE_NEXT_16710' => [
  27756.                 'default' => false,
  27757.                 'major' => true,
  27758.                 'description' => 'Do not allow empty ids provided in criteria',
  27759.             ],
  27760.             'shopware.feature.flags.FEATURE_NEXT_16710.default' => false,
  27761.             'shopware.feature.flags.FEATURE_NEXT_16710.major' => true,
  27762.             'shopware.feature.flags.FEATURE_NEXT_16710.description' => 'Do not allow empty ids provided in criteria',
  27763.             'shopware.feature.flags.FEATURE_NEXT_13810' => [
  27764.                 'default' => false,
  27765.                 'major' => true,
  27766.                 'description' => 'Deprecate old promotion module',
  27767.             ],
  27768.             'shopware.feature.flags.FEATURE_NEXT_13810.default' => false,
  27769.             'shopware.feature.flags.FEATURE_NEXT_13810.major' => true,
  27770.             'shopware.feature.flags.FEATURE_NEXT_13810.description' => 'Deprecate old promotion module',
  27771.             'shopware.feature.flags.FEATURE_NEXT_13250' => [
  27772.                 'default' => false,
  27773.                 'major' => true,
  27774.                 'description' => 'Reduce database queries if all required data for the line items is already assign',
  27775.             ],
  27776.             'shopware.feature.flags.FEATURE_NEXT_13250.default' => false,
  27777.             'shopware.feature.flags.FEATURE_NEXT_13250.major' => true,
  27778.             'shopware.feature.flags.FEATURE_NEXT_13250.description' => 'Reduce database queries if all required data for the line items is already assign',
  27779.             'shopware.feature.flags.FEATURE_NEXT_17276' => [
  27780.                 'default' => false,
  27781.                 'major' => true,
  27782.                 'description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  27783.             ],
  27784.             'shopware.feature.flags.FEATURE_NEXT_17276.default' => false,
  27785.             'shopware.feature.flags.FEATURE_NEXT_17276.major' => true,
  27786.             'shopware.feature.flags.FEATURE_NEXT_17276.description' => 'Don\'t override languageId of SalesChannel in SalesChannelContext',
  27787.             'shopware.feature.flags.FEATURE_NEXT_16151' => [
  27788.                 'default' => false,
  27789.                 'major' => true,
  27790.                 'description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  27791.             ],
  27792.             'shopware.feature.flags.FEATURE_NEXT_16151.default' => false,
  27793.             'shopware.feature.flags.FEATURE_NEXT_16151.major' => true,
  27794.             'shopware.feature.flags.FEATURE_NEXT_16151.description' => 'Remove CheapestPriceField from product entity, to speed up entity hydration',
  27795.             'shopware.feature.flags.FEATURE_NEXT_16155' => [
  27796.                 'default' => false,
  27797.                 'major' => true,
  27798.                 'description' => 'EntityLoadedEventFactory will be required in repositories',
  27799.             ],
  27800.             'shopware.feature.flags.FEATURE_NEXT_16155.default' => false,
  27801.             'shopware.feature.flags.FEATURE_NEXT_16155.major' => true,
  27802.             'shopware.feature.flags.FEATURE_NEXT_16155.description' => 'EntityLoadedEventFactory will be required in repositories',
  27803.             'shopware.feature.flags.FEATURE_NEXT_19501' => [
  27804.                 'default' => false,
  27805.                 'major' => false,
  27806.                 'description' => 'Disables the cart.container function',
  27807.             ],
  27808.             'shopware.feature.flags.FEATURE_NEXT_19501.default' => false,
  27809.             'shopware.feature.flags.FEATURE_NEXT_19501.major' => false,
  27810.             'shopware.feature.flags.FEATURE_NEXT_19501.description' => 'Disables the cart.container function',
  27811.             'shopware.feature.flags.FEATURE_NEXT_15053' => [
  27812.                 'default' => false,
  27813.                 'major' => false,
  27814.                 'description' => 'Replace wrong displayed characters in number format',
  27815.             ],
  27816.             'shopware.feature.flags.FEATURE_NEXT_15053.default' => false,
  27817.             'shopware.feature.flags.FEATURE_NEXT_15053.major' => false,
  27818.             'shopware.feature.flags.FEATURE_NEXT_15053.description' => 'Replace wrong displayed characters in number format',
  27819.             'shopware.feature.flags.FEATURE_NEXT_18215' => [
  27820.                 'default' => false,
  27821.                 'major' => true,
  27822.                 'description' => 'Rules are aware of their assignment',
  27823.             ],
  27824.             'shopware.feature.flags.FEATURE_NEXT_18215.default' => false,
  27825.             'shopware.feature.flags.FEATURE_NEXT_18215.major' => true,
  27826.             'shopware.feature.flags.FEATURE_NEXT_18215.description' => 'Rules are aware of their assignment',
  27827.             'shopware.feature.flags.FEATURE_NEXT_15815' => [
  27828.                 'default' => false,
  27829.                 'major' => true,
  27830.                 'description' => 'Remove single record handling in sync service. Only single operation should be supported',
  27831.             ],
  27832.             'shopware.feature.flags.FEATURE_NEXT_15815.default' => false,
  27833.             'shopware.feature.flags.FEATURE_NEXT_15815.major' => true,
  27834.             'shopware.feature.flags.FEATURE_NEXT_15815.description' => 'Remove single record handling in sync service. Only single operation should be supported',
  27835.             'shopware.feature.flags.FEATURE_NEXT_14699' => [
  27836.                 'default' => false,
  27837.                 'major' => true,
  27838.                 'description' => 'Refactoring of Storefront theme assets',
  27839.             ],
  27840.             'shopware.feature.flags.FEATURE_NEXT_14699.default' => false,
  27841.             'shopware.feature.flags.FEATURE_NEXT_14699.major' => true,
  27842.             'shopware.feature.flags.FEATURE_NEXT_14699.description' => 'Refactoring of Storefront theme assets',
  27843.             'shopware.feature.flags.FEATURE_NEXT_15707' => [
  27844.                 'default' => false,
  27845.                 'major' => false,
  27846.                 'description' => 'Delivery notice for EU geoblocking regulation',
  27847.             ],
  27848.             'shopware.feature.flags.FEATURE_NEXT_15707.default' => false,
  27849.             'shopware.feature.flags.FEATURE_NEXT_15707.major' => false,
  27850.             'shopware.feature.flags.FEATURE_NEXT_15707.description' => 'Delivery notice for EU geoblocking regulation',
  27851.             'shopware.feature.flags.FEATURE_NEXT_14360' => [
  27852.                 'default' => false,
  27853.                 'major' => true,
  27854.                 'description' => 'App System 4.0 - Build action button messaging system',
  27855.             ],
  27856.             'shopware.feature.flags.FEATURE_NEXT_14360.default' => false,
  27857.             'shopware.feature.flags.FEATURE_NEXT_14360.major' => true,
  27858.             'shopware.feature.flags.FEATURE_NEXT_14360.description' => 'App System 4.0 - Build action button messaging system',
  27859.             'shopware.feature.flags.FEATURE_NEXT_15172' => [
  27860.                 'default' => false,
  27861.                 'major' => true,
  27862.                 'description' => 'Sanitize html of fields with AllowHtml flag',
  27863.             ],
  27864.             'shopware.feature.flags.FEATURE_NEXT_15172.default' => false,
  27865.             'shopware.feature.flags.FEATURE_NEXT_15172.major' => true,
  27866.             'shopware.feature.flags.FEATURE_NEXT_15172.description' => 'Sanitize html of fields with AllowHtml flag',
  27867.             'shopware.feature.flags.FEATURE_NEXT_14001' => [
  27868.                 'default' => false,
  27869.                 'major' => true,
  27870.                 'description' => 'Newsletter DOI for registered customers',
  27871.             ],
  27872.             'shopware.feature.flags.FEATURE_NEXT_14001.default' => false,
  27873.             'shopware.feature.flags.FEATURE_NEXT_14001.major' => true,
  27874.             'shopware.feature.flags.FEATURE_NEXT_14001.description' => 'Newsletter DOI for registered customers',
  27875.             'shopware.feature.flags.FEATURE_NEXT_7739' => [
  27876.                 'default' => false,
  27877.                 'major' => true,
  27878.                 'description' => 'Optional salutation',
  27879.             ],
  27880.             'shopware.feature.flags.FEATURE_NEXT_7739.default' => false,
  27881.             'shopware.feature.flags.FEATURE_NEXT_7739.major' => true,
  27882.             'shopware.feature.flags.FEATURE_NEXT_7739.description' => 'Optional salutation',
  27883.             'shopware.feature.flags.FEATURE_NEXT_16200' => [
  27884.                 'default' => false,
  27885.                 'major' => false,
  27886.                 'description' => 'Register Doi Domain',
  27887.             ],
  27888.             'shopware.feature.flags.FEATURE_NEXT_16200.default' => false,
  27889.             'shopware.feature.flags.FEATURE_NEXT_16200.major' => false,
  27890.             'shopware.feature.flags.FEATURE_NEXT_16200.description' => 'Register Doi Domain',
  27891.             'shopware.feature.flags.FEATURE_NEXT_13410' => [
  27892.                 'default' => false,
  27893.                 'major' => true,
  27894.                 'description' => 'Make sales channels required in seo generator',
  27895.             ],
  27896.             'shopware.feature.flags.FEATURE_NEXT_13410.default' => false,
  27897.             'shopware.feature.flags.FEATURE_NEXT_13410.major' => true,
  27898.             'shopware.feature.flags.FEATURE_NEXT_13410.description' => 'Make sales channels required in seo generator',
  27899.             'shopware.feature.flags.FEATURE_NEXT_15917' => [
  27900.                 'default' => false,
  27901.                 'major' => true,
  27902.                 'description' => 'Move storefront script tags to head with defer',
  27903.             ],
  27904.             'shopware.feature.flags.FEATURE_NEXT_15917.default' => false,
  27905.             'shopware.feature.flags.FEATURE_NEXT_15917.major' => true,
  27906.             'shopware.feature.flags.FEATURE_NEXT_15917.description' => 'Move storefront script tags to head with defer',
  27907.             'shopware.feature.flags.FEATURE_NEXT_15957' => [
  27908.                 'default' => false,
  27909.                 'major' => true,
  27910.                 'description' => 'VAT id field for guest',
  27911.             ],
  27912.             'shopware.feature.flags.FEATURE_NEXT_15957.default' => false,
  27913.             'shopware.feature.flags.FEATURE_NEXT_15957.major' => true,
  27914.             'shopware.feature.flags.FEATURE_NEXT_15957.description' => 'VAT id field for guest',
  27915.             'shopware.feature.flags.FEATURE_NEXT_13601' => [
  27916.                 'default' => false,
  27917.                 'major' => true,
  27918.                 'description' => 'Default transaction state for async app payments',
  27919.             ],
  27920.             'shopware.feature.flags.FEATURE_NEXT_13601.default' => false,
  27921.             'shopware.feature.flags.FEATURE_NEXT_13601.major' => true,
  27922.             'shopware.feature.flags.FEATURE_NEXT_13601.description' => 'Default transaction state for async app payments',
  27923.             'shopware.feature.flags.FEATURE_NEXT_16992' => [
  27924.                 'default' => false,
  27925.                 'major' => true,
  27926.                 'description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  27927.             ],
  27928.             'shopware.feature.flags.FEATURE_NEXT_16992.default' => false,
  27929.             'shopware.feature.flags.FEATURE_NEXT_16992.major' => true,
  27930.             'shopware.feature.flags.FEATURE_NEXT_16992.description' => 'Remove page_product_detail_not_available and buy_widget_not_available block',
  27931.             'shopware.feature.flags.FEATURE_NEXT_7530' => [
  27932.                 'default' => false,
  27933.                 'major' => true,
  27934.                 'description' => 'Improve orders UX in Administration',
  27935.             ],
  27936.             'shopware.feature.flags.FEATURE_NEXT_7530.default' => false,
  27937.             'shopware.feature.flags.FEATURE_NEXT_7530.major' => true,
  27938.             'shopware.feature.flags.FEATURE_NEXT_7530.description' => 'Improve orders UX in Administration',
  27939.             'shopware.feature.flags.FEATURE_NEXT_16824' => [
  27940.                 'default' => false,
  27941.                 'major' => true,
  27942.                 'description' => 'Cart merged event',
  27943.             ],
  27944.             'shopware.feature.flags.FEATURE_NEXT_16824.default' => false,
  27945.             'shopware.feature.flags.FEATURE_NEXT_16824.major' => true,
  27946.             'shopware.feature.flags.FEATURE_NEXT_16824.description' => 'Cart merged event',
  27947.             'shopware.feature.flags.FEATURE_NEXT_16271' => [
  27948.                 'default' => false,
  27949.                 'major' => true,
  27950.                 'description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  27951.             ],
  27952.             'shopware.feature.flags.FEATURE_NEXT_16271.default' => false,
  27953.             'shopware.feature.flags.FEATURE_NEXT_16271.major' => true,
  27954.             'shopware.feature.flags.FEATURE_NEXT_16271.description' => 'Refactor `sw-simple-search-field` component to a transparent wrapper component',
  27955.             'shopware.feature.flags.FEATURE_NEXT_15381' => [
  27956.                 'default' => false,
  27957.                 'major' => true,
  27958.                 'description' => 'Save theme compilation',
  27959.             ],
  27960.             'shopware.feature.flags.FEATURE_NEXT_15381.default' => false,
  27961.             'shopware.feature.flags.FEATURE_NEXT_15381.major' => true,
  27962.             'shopware.feature.flags.FEATURE_NEXT_15381.description' => 'Save theme compilation',
  27963.             'shopware.feature.flags.FEATURE_NEXT_17275' => [
  27964.                 'default' => false,
  27965.                 'major' => true,
  27966.                 'description' => 'StorefrontRenderEvent only gets original view',
  27967.             ],
  27968.             'shopware.feature.flags.FEATURE_NEXT_17275.default' => false,
  27969.             'shopware.feature.flags.FEATURE_NEXT_17275.major' => true,
  27970.             'shopware.feature.flags.FEATURE_NEXT_17275.description' => 'StorefrontRenderEvent only gets original view',
  27971.             'shopware.feature.flags.FEATURE_NEXT_17016' => [
  27972.                 'default' => false,
  27973.                 'major' => true,
  27974.                 'description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  27975.             ],
  27976.             'shopware.feature.flags.FEATURE_NEXT_17016.default' => false,
  27977.             'shopware.feature.flags.FEATURE_NEXT_17016.major' => true,
  27978.             'shopware.feature.flags.FEATURE_NEXT_17016.description' => 'Add, update or improve the selection and specification of Rule Builder Condition Fields.',
  27979.             'shopware.feature.flags.FEATURE_NEXT_16236' => [
  27980.                 'default' => false,
  27981.                 'major' => true,
  27982.                 'description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  27983.             ],
  27984.             'shopware.feature.flags.FEATURE_NEXT_16236.default' => false,
  27985.             'shopware.feature.flags.FEATURE_NEXT_16236.major' => true,
  27986.             'shopware.feature.flags.FEATURE_NEXT_16236.description' => 'Change customer creation behaviour on checkout/register page to opt in customer account.',
  27987.             'shopware.feature.flags.FEATURE_NEXT_16640' => [
  27988.                 'default' => false,
  27989.                 'major' => true,
  27990.                 'description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  27991.             ],
  27992.             'shopware.feature.flags.FEATURE_NEXT_16640.default' => false,
  27993.             'shopware.feature.flags.FEATURE_NEXT_16640.major' => true,
  27994.             'shopware.feature.flags.FEATURE_NEXT_16640.description' => 'Change ExceptionHandlerInterface by removing Command $command argument',
  27995.             'shopware.feature.flags.FEATURE_NEXT_17858' => [
  27996.                 'default' => false,
  27997.                 'major' => true,
  27998.                 'description' => 'Major feature flag for Business Event',
  27999.             ],
  28000.             'shopware.feature.flags.FEATURE_NEXT_17858.default' => false,
  28001.             'shopware.feature.flags.FEATURE_NEXT_17858.major' => true,
  28002.             'shopware.feature.flags.FEATURE_NEXT_17858.description' => 'Major feature flag for Business Event',
  28003.             'shopware.feature.flags.FEATURE_NEXT_6758' => [
  28004.                 'default' => false,
  28005.                 'major' => true,
  28006.                 'description' => 'Layout assignment for category as list',
  28007.             ],
  28008.             'shopware.feature.flags.FEATURE_NEXT_6758.default' => false,
  28009.             'shopware.feature.flags.FEATURE_NEXT_6758.major' => true,
  28010.             'shopware.feature.flags.FEATURE_NEXT_6758.description' => 'Layout assignment for category as list',
  28011.             'shopware.feature.flags.FEATURE_NEXT_19048' => [
  28012.                 'default' => false,
  28013.                 'major' => true,
  28014.                 'description' => 'Fix media resolution in theme',
  28015.             ],
  28016.             'shopware.feature.flags.FEATURE_NEXT_19048.default' => false,
  28017.             'shopware.feature.flags.FEATURE_NEXT_19048.major' => true,
  28018.             'shopware.feature.flags.FEATURE_NEXT_19048.description' => 'Fix media resolution in theme',
  28019.             'shopware.feature.flags.FEATURE_NEXT_19822' => [
  28020.                 'default' => false,
  28021.                 'major' => true,
  28022.                 'description' => 'Enables lazy loading components in the administration',
  28023.             ],
  28024.             'shopware.feature.flags.FEATURE_NEXT_19822.default' => false,
  28025.             'shopware.feature.flags.FEATURE_NEXT_19822.major' => true,
  28026.             'shopware.feature.flags.FEATURE_NEXT_19822.description' => 'Enables lazy loading components in the administration',
  28027.             'shopware.feature.flags.FEATURE_NEXT_18129' => [
  28028.                 'default' => false,
  28029.                 'major' => true,
  28030.                 'description' => 'Require positionIdentifier for some components',
  28031.             ],
  28032.             'shopware.feature.flags.FEATURE_NEXT_18129.default' => false,
  28033.             'shopware.feature.flags.FEATURE_NEXT_18129.major' => true,
  28034.             'shopware.feature.flags.FEATURE_NEXT_18129.description' => 'Require positionIdentifier for some components',
  28035.             'shopware.feature.flags.FEATURE_NEXT_19163' => [
  28036.                 'default' => false,
  28037.                 'major' => true,
  28038.                 'description' => 'one to one inheritance',
  28039.             ],
  28040.             'shopware.feature.flags.FEATURE_NEXT_19163.default' => false,
  28041.             'shopware.feature.flags.FEATURE_NEXT_19163.major' => true,
  28042.             'shopware.feature.flags.FEATURE_NEXT_19163.description' => 'one to one inheritance',
  28043.             'shopware.feature.flags.FEATURE_NEXT_18187' => [
  28044.                 'default' => false,
  28045.                 'major' => true,
  28046.                 'description' => 'Move admin dashboard statistics into separate component',
  28047.             ],
  28048.             'shopware.feature.flags.FEATURE_NEXT_18187.default' => false,
  28049.             'shopware.feature.flags.FEATURE_NEXT_18187.major' => true,
  28050.             'shopware.feature.flags.FEATURE_NEXT_18187.description' => 'Move admin dashboard statistics into separate component',
  28051.             'shopware.feature.flags.FEATURE_NEXT_17978' => [
  28052.                 'default' => false,
  28053.                 'major' => true,
  28054.                 'description' => 'Change component factory to work with extension overrides in Administration',
  28055.             ],
  28056.             'shopware.feature.flags.FEATURE_NEXT_17978.default' => false,
  28057.             'shopware.feature.flags.FEATURE_NEXT_17978.major' => true,
  28058.             'shopware.feature.flags.FEATURE_NEXT_17978.description' => 'Change component factory to work with extension overrides in Administration',
  28059.             'shopware.feature.flags.FEATURE_NEXT_11634' => [
  28060.                 'default' => false,
  28061.                 'major' => true,
  28062.                 'description' => 'Webpack alias refactor',
  28063.             ],
  28064.             'shopware.feature.flags.FEATURE_NEXT_11634.default' => false,
  28065.             'shopware.feature.flags.FEATURE_NEXT_11634.major' => true,
  28066.             'shopware.feature.flags.FEATURE_NEXT_11634.description' => 'Webpack alias refactor',
  28067.             'shopware.feature.flags.FEATURE_NEXT_21547' => [
  28068.                 'default' => false,
  28069.                 'major' => true,
  28070.                 'description' => 'Change admin criteria defaults',
  28071.             ],
  28072.             'shopware.feature.flags.FEATURE_NEXT_21547.default' => false,
  28073.             'shopware.feature.flags.FEATURE_NEXT_21547.major' => true,
  28074.             'shopware.feature.flags.FEATURE_NEXT_21547.description' => 'Change admin criteria defaults',
  28075.             'shopware.feature.flags.FEATURE_NEXT_22900' => [
  28076.                 'default' => false,
  28077.                 'major' => true,
  28078.                 'description' => 'Admin search configuration is used in Elasticsearch',
  28079.             ],
  28080.             'shopware.feature.flags.FEATURE_NEXT_22900.default' => false,
  28081.             'shopware.feature.flags.FEATURE_NEXT_22900.major' => true,
  28082.             'shopware.feature.flags.FEATURE_NEXT_22900.description' => 'Admin search configuration is used in Elasticsearch',
  28083.             'shopware.profiler' => [
  28084.                 'integrations' => [
  28085.                     => 'Symfony',
  28086.                 ],
  28087.             ],
  28088.             'shopware.profiler.integrations' => [
  28089.                 => 'Symfony',
  28090.             ],
  28091.             'shopware.profiler.integrations.0' => 'Symfony',
  28092.             'shopware.filesystem' => [
  28093.                 'private' => [
  28094.                     'type' => 'local',
  28095.                     'config' => [
  28096.                         'root' => (\dirname(__DIR__4).'/files'),
  28097.                     ],
  28098.                 ],
  28099.                 'public' => [
  28100.                     'type' => 'local',
  28101.                     'config' => [
  28102.                         'root' => (\dirname(__DIR__4).'/public'),
  28103.                     ],
  28104.                 ],
  28105.                 'temp' => [
  28106.                     'type' => 'local',
  28107.                     'config' => [
  28108.                         'root' => \dirname(__DIR__3),
  28109.                     ],
  28110.                 ],
  28111.                 'theme' => [
  28112.                 ],
  28113.                 'asset' => [
  28114.                 ],
  28115.                 'sitemap' => [
  28116.                 ],
  28117.                 'allowed_extensions' => [
  28118.                     => 'jpg',
  28119.                     => 'jpeg',
  28120.                     => 'png',
  28121.                     => 'webp',
  28122.                     => 'gif',
  28123.                     => 'svg',
  28124.                     => 'bmp',
  28125.                     => 'tiff',
  28126.                     => 'tif',
  28127.                     => 'eps',
  28128.                     10 => 'webm',
  28129.                     11 => 'mkv',
  28130.                     12 => 'flv',
  28131.                     13 => 'ogv',
  28132.                     14 => 'ogg',
  28133.                     15 => 'mov',
  28134.                     16 => 'mp4',
  28135.                     17 => 'avi',
  28136.                     18 => 'wmv',
  28137.                     19 => 'pdf',
  28138.                     20 => 'aac',
  28139.                     21 => 'mp3',
  28140.                     22 => 'wav',
  28141.                     23 => 'flac',
  28142.                     24 => 'oga',
  28143.                     25 => 'wma',
  28144.                     26 => 'txt',
  28145.                     27 => 'doc',
  28146.                     28 => 'ico',
  28147.                 ],
  28148.             ],
  28149.             'shopware.filesystem.private' => [
  28150.                 'type' => 'local',
  28151.                 'config' => [
  28152.                     'root' => (\dirname(__DIR__4).'/files'),
  28153.                 ],
  28154.             ],
  28155.             'shopware.filesystem.private.type' => 'local',
  28156.             'shopware.filesystem.private.config' => [
  28157.                 'root' => (\dirname(__DIR__4).'/files'),
  28158.             ],
  28159.             'shopware.filesystem.private.config.root' => (\dirname(__DIR__4).'/files'),
  28160.             'shopware.filesystem.public' => [
  28161.                 'type' => 'local',
  28162.                 'config' => [
  28163.                     'root' => (\dirname(__DIR__4).'/public'),
  28164.                 ],
  28165.             ],
  28166.             'shopware.filesystem.public.type' => 'local',
  28167.             'shopware.filesystem.public.config' => [
  28168.                 'root' => (\dirname(__DIR__4).'/public'),
  28169.             ],
  28170.             'shopware.filesystem.public.config.root' => (\dirname(__DIR__4).'/public'),
  28171.             'shopware.filesystem.temp' => [
  28172.                 'type' => 'local',
  28173.                 'config' => [
  28174.                     'root' => \dirname(__DIR__3),
  28175.                 ],
  28176.             ],
  28177.             'shopware.filesystem.temp.type' => 'local',
  28178.             'shopware.filesystem.temp.config' => [
  28179.                 'root' => \dirname(__DIR__3),
  28180.             ],
  28181.             'shopware.filesystem.temp.config.root' => \dirname(__DIR__3),
  28182.             'shopware.filesystem.theme' => [
  28183.                 'type' => 'local',
  28184.                 'config' => [
  28185.                     'root' => (\dirname(__DIR__4).'/public'),
  28186.                 ],
  28187.             ],
  28188.             'shopware.filesystem.asset' => [
  28189.                 'type' => 'local',
  28190.                 'config' => [
  28191.                     'root' => (\dirname(__DIR__4).'/public'),
  28192.                 ],
  28193.             ],
  28194.             'shopware.filesystem.sitemap' => [
  28195.                 'type' => 'local',
  28196.                 'config' => [
  28197.                     'root' => (\dirname(__DIR__4).'/public'),
  28198.                 ],
  28199.             ],
  28200.             'shopware.filesystem.allowed_extensions' => [
  28201.                 => 'jpg',
  28202.                 => 'jpeg',
  28203.                 => 'png',
  28204.                 => 'webp',
  28205.                 => 'gif',
  28206.                 => 'svg',
  28207.                 => 'bmp',
  28208.                 => 'tiff',
  28209.                 => 'tif',
  28210.                 => 'eps',
  28211.                 10 => 'webm',
  28212.                 11 => 'mkv',
  28213.                 12 => 'flv',
  28214.                 13 => 'ogv',
  28215.                 14 => 'ogg',
  28216.                 15 => 'mov',
  28217.                 16 => 'mp4',
  28218.                 17 => 'avi',
  28219.                 18 => 'wmv',
  28220.                 19 => 'pdf',
  28221.                 20 => 'aac',
  28222.                 21 => 'mp3',
  28223.                 22 => 'wav',
  28224.                 23 => 'flac',
  28225.                 24 => 'oga',
  28226.                 25 => 'wma',
  28227.                 26 => 'txt',
  28228.                 27 => 'doc',
  28229.                 28 => 'ico',
  28230.             ],
  28231.             'shopware.filesystem.allowed_extensions.0' => 'jpg',
  28232.             'shopware.filesystem.allowed_extensions.1' => 'jpeg',
  28233.             'shopware.filesystem.allowed_extensions.2' => 'png',
  28234.             'shopware.filesystem.allowed_extensions.3' => 'webp',
  28235.             'shopware.filesystem.allowed_extensions.4' => 'gif',
  28236.             'shopware.filesystem.allowed_extensions.5' => 'svg',
  28237.             'shopware.filesystem.allowed_extensions.6' => 'bmp',
  28238.             'shopware.filesystem.allowed_extensions.7' => 'tiff',
  28239.             'shopware.filesystem.allowed_extensions.8' => 'tif',
  28240.             'shopware.filesystem.allowed_extensions.9' => 'eps',
  28241.             'shopware.filesystem.allowed_extensions.10' => 'webm',
  28242.             'shopware.filesystem.allowed_extensions.11' => 'mkv',
  28243.             'shopware.filesystem.allowed_extensions.12' => 'flv',
  28244.             'shopware.filesystem.allowed_extensions.13' => 'ogv',
  28245.             'shopware.filesystem.allowed_extensions.14' => 'ogg',
  28246.             'shopware.filesystem.allowed_extensions.15' => 'mov',
  28247.             'shopware.filesystem.allowed_extensions.16' => 'mp4',
  28248.             'shopware.filesystem.allowed_extensions.17' => 'avi',
  28249.             'shopware.filesystem.allowed_extensions.18' => 'wmv',
  28250.             'shopware.filesystem.allowed_extensions.19' => 'pdf',
  28251.             'shopware.filesystem.allowed_extensions.20' => 'aac',
  28252.             'shopware.filesystem.allowed_extensions.21' => 'mp3',
  28253.             'shopware.filesystem.allowed_extensions.22' => 'wav',
  28254.             'shopware.filesystem.allowed_extensions.23' => 'flac',
  28255.             'shopware.filesystem.allowed_extensions.24' => 'oga',
  28256.             'shopware.filesystem.allowed_extensions.25' => 'wma',
  28257.             'shopware.filesystem.allowed_extensions.26' => 'txt',
  28258.             'shopware.filesystem.allowed_extensions.27' => 'doc',
  28259.             'shopware.filesystem.allowed_extensions.28' => 'ico',
  28260.             'shopware.cdn.url' => '',
  28261.             'shopware.increment' => [
  28262.                 'user_activity' => [
  28263.                     'type' => 'mysql',
  28264.                 ],
  28265.                 'message_queue' => [
  28266.                     'type' => 'mysql',
  28267.                 ],
  28268.             ],
  28269.             'shopware.increment.user_activity' => [
  28270.                 'type' => 'mysql',
  28271.             ],
  28272.             'shopware.increment.user_activity.type' => 'mysql',
  28273.             'shopware.increment.message_queue' => [
  28274.                 'type' => 'mysql',
  28275.             ],
  28276.             'shopware.increment.message_queue.type' => 'mysql',
  28277.             'shopware.api' => [
  28278.                 'max_limit' => 100,
  28279.                 'api_browser' => [
  28280.                     'auth_required' => false,
  28281.                 ],
  28282.                 'store' => [
  28283.                     'context_lifetime' => 'P1D',
  28284.                 ],
  28285.                 'rate_limiter' => [
  28286.                     'login' => [
  28287.                         'enabled' => true,
  28288.                         'policy' => 'time_backoff',
  28289.                         'reset' => '24 hours',
  28290.                         'limits' => [
  28291.                             => [
  28292.                                 'limit' => 10,
  28293.                                 'interval' => '10 seconds',
  28294.                             ],
  28295.                             => [
  28296.                                 'limit' => 15,
  28297.                                 'interval' => '30 seconds',
  28298.                             ],
  28299.                             => [
  28300.                                 'limit' => 20,
  28301.                                 'interval' => '60 seconds',
  28302.                             ],
  28303.                         ],
  28304.                         'lock_factory' => 'lock.factory',
  28305.                         'cache_pool' => 'cache.rate_limiter',
  28306.                     ],
  28307.                     'guest_login' => [
  28308.                         'enabled' => true,
  28309.                         'policy' => 'time_backoff',
  28310.                         'reset' => '24 hours',
  28311.                         'limits' => [
  28312.                             => [
  28313.                                 'limit' => 10,
  28314.                                 'interval' => '10 seconds',
  28315.                             ],
  28316.                             => [
  28317.                                 'limit' => 15,
  28318.                                 'interval' => '30 seconds',
  28319.                             ],
  28320.                             => [
  28321.                                 'limit' => 20,
  28322.                                 'interval' => '60 seconds',
  28323.                             ],
  28324.                         ],
  28325.                         'lock_factory' => 'lock.factory',
  28326.                         'cache_pool' => 'cache.rate_limiter',
  28327.                     ],
  28328.                     'oauth' => [
  28329.                         'enabled' => true,
  28330.                         'policy' => 'time_backoff',
  28331.                         'reset' => '24 hours',
  28332.                         'limits' => [
  28333.                             => [
  28334.                                 'limit' => 10,
  28335.                                 'interval' => '10 seconds',
  28336.                             ],
  28337.                             => [
  28338.                                 'limit' => 15,
  28339.                                 'interval' => '30 seconds',
  28340.                             ],
  28341.                             => [
  28342.                                 'limit' => 20,
  28343.                                 'interval' => '60 seconds',
  28344.                             ],
  28345.                         ],
  28346.                         'lock_factory' => 'lock.factory',
  28347.                         'cache_pool' => 'cache.rate_limiter',
  28348.                     ],
  28349.                     'reset_password' => [
  28350.                         'enabled' => true,
  28351.                         'policy' => 'time_backoff',
  28352.                         'reset' => '24 hours',
  28353.                         'limits' => [
  28354.                             => [
  28355.                                 'limit' => 3,
  28356.                                 'interval' => '30 seconds',
  28357.                             ],
  28358.                             => [
  28359.                                 'limit' => 5,
  28360.                                 'interval' => '60 seconds',
  28361.                             ],
  28362.                             => [
  28363.                                 'limit' => 10,
  28364.                                 'interval' => '90 seconds',
  28365.                             ],
  28366.                         ],
  28367.                         'lock_factory' => 'lock.factory',
  28368.                         'cache_pool' => 'cache.rate_limiter',
  28369.                     ],
  28370.                     'user_recovery' => [
  28371.                         'enabled' => true,
  28372.                         'policy' => 'time_backoff',
  28373.                         'reset' => '24 hours',
  28374.                         'limits' => [
  28375.                             => [
  28376.                                 'limit' => 3,
  28377.                                 'interval' => '30 seconds',
  28378.                             ],
  28379.                             => [
  28380.                                 'limit' => 5,
  28381.                                 'interval' => '60 seconds',
  28382.                             ],
  28383.                             => [
  28384.                                 'limit' => 10,
  28385.                                 'interval' => '90 seconds',
  28386.                             ],
  28387.                         ],
  28388.                         'lock_factory' => 'lock.factory',
  28389.                         'cache_pool' => 'cache.rate_limiter',
  28390.                     ],
  28391.                     'contact_form' => [
  28392.                         'enabled' => true,
  28393.                         'policy' => 'time_backoff',
  28394.                         'reset' => '24 hours',
  28395.                         'limits' => [
  28396.                             => [
  28397.                                 'limit' => 3,
  28398.                                 'interval' => '30 seconds',
  28399.                             ],
  28400.                             => [
  28401.                                 'limit' => 5,
  28402.                                 'interval' => '60 seconds',
  28403.                             ],
  28404.                             => [
  28405.                                 'limit' => 10,
  28406.                                 'interval' => '90 seconds',
  28407.                             ],
  28408.                         ],
  28409.                         'lock_factory' => 'lock.factory',
  28410.                         'cache_pool' => 'cache.rate_limiter',
  28411.                     ],
  28412.                     'notification' => [
  28413.                         'enabled' => true,
  28414.                         'policy' => 'time_backoff',
  28415.                         'reset' => '24 hours',
  28416.                         'limits' => [
  28417.                             => [
  28418.                                 'limit' => 10,
  28419.                                 'interval' => '10 seconds',
  28420.                             ],
  28421.                             => [
  28422.                                 'limit' => 15,
  28423.                                 'interval' => '30 seconds',
  28424.                             ],
  28425.                             => [
  28426.                                 'limit' => 20,
  28427.                                 'interval' => '60 seconds',
  28428.                             ],
  28429.                         ],
  28430.                         'lock_factory' => 'lock.factory',
  28431.                         'cache_pool' => 'cache.rate_limiter',
  28432.                     ],
  28433.                     'newsletter_form' => [
  28434.                         'enabled' => true,
  28435.                         'policy' => 'time_backoff',
  28436.                         'reset' => '24 hours',
  28437.                         'limits' => [
  28438.                             => [
  28439.                                 'limit' => 3,
  28440.                                 'interval' => '30 seconds',
  28441.                             ],
  28442.                             => [
  28443.                                 'limit' => 5,
  28444.                                 'interval' => '60 seconds',
  28445.                             ],
  28446.                             => [
  28447.                                 'limit' => 10,
  28448.                                 'interval' => '90 seconds',
  28449.                             ],
  28450.                         ],
  28451.                         'lock_factory' => 'lock.factory',
  28452.                         'cache_pool' => 'cache.rate_limiter',
  28453.                     ],
  28454.                 ],
  28455.             ],
  28456.             'shopware.api.max_limit' => 100,
  28457.             'shopware.api.api_browser' => [
  28458.                 'auth_required' => false,
  28459.             ],
  28460.             'shopware.api.api_browser.auth_required' => false,
  28461.             'shopware.api.api_browser.auth_required_str' => '0',
  28462.             'shopware.api.store' => [
  28463.                 'context_lifetime' => 'P1D',
  28464.             ],
  28465.             'shopware.api.store.context_lifetime' => 'P1D',
  28466.             'shopware.api.rate_limiter' => [
  28467.                 'login' => [
  28468.                     'enabled' => true,
  28469.                     'policy' => 'time_backoff',
  28470.                     'reset' => '24 hours',
  28471.                     'limits' => [
  28472.                         => [
  28473.                             'limit' => 10,
  28474.                             'interval' => '10 seconds',
  28475.                         ],
  28476.                         => [
  28477.                             'limit' => 15,
  28478.                             'interval' => '30 seconds',
  28479.                         ],
  28480.                         => [
  28481.                             'limit' => 20,
  28482.                             'interval' => '60 seconds',
  28483.                         ],
  28484.                     ],
  28485.                     'lock_factory' => 'lock.factory',
  28486.                     'cache_pool' => 'cache.rate_limiter',
  28487.                 ],
  28488.                 'guest_login' => [
  28489.                     'enabled' => true,
  28490.                     'policy' => 'time_backoff',
  28491.                     'reset' => '24 hours',
  28492.                     'limits' => [
  28493.                         => [
  28494.                             'limit' => 10,
  28495.                             'interval' => '10 seconds',
  28496.                         ],
  28497.                         => [
  28498.                             'limit' => 15,
  28499.                             'interval' => '30 seconds',
  28500.                         ],
  28501.                         => [
  28502.                             'limit' => 20,
  28503.                             'interval' => '60 seconds',
  28504.                         ],
  28505.                     ],
  28506.                     'lock_factory' => 'lock.factory',
  28507.                     'cache_pool' => 'cache.rate_limiter',
  28508.                 ],
  28509.                 'oauth' => [
  28510.                     'enabled' => true,
  28511.                     'policy' => 'time_backoff',
  28512.                     'reset' => '24 hours',
  28513.                     'limits' => [
  28514.                         => [
  28515.                             'limit' => 10,
  28516.                             'interval' => '10 seconds',
  28517.                         ],
  28518.                         => [
  28519.                             'limit' => 15,
  28520.                             'interval' => '30 seconds',
  28521.                         ],
  28522.                         => [
  28523.                             'limit' => 20,
  28524.                             'interval' => '60 seconds',
  28525.                         ],
  28526.                     ],
  28527.                     'lock_factory' => 'lock.factory',
  28528.                     'cache_pool' => 'cache.rate_limiter',
  28529.                 ],
  28530.                 'reset_password' => [
  28531.                     'enabled' => true,
  28532.                     'policy' => 'time_backoff',
  28533.                     'reset' => '24 hours',
  28534.                     'limits' => [
  28535.                         => [
  28536.                             'limit' => 3,
  28537.                             'interval' => '30 seconds',
  28538.                         ],
  28539.                         => [
  28540.                             'limit' => 5,
  28541.                             'interval' => '60 seconds',
  28542.                         ],
  28543.                         => [
  28544.                             'limit' => 10,
  28545.                             'interval' => '90 seconds',
  28546.                         ],
  28547.                     ],
  28548.                     'lock_factory' => 'lock.factory',
  28549.                     'cache_pool' => 'cache.rate_limiter',
  28550.                 ],
  28551.                 'user_recovery' => [
  28552.                     'enabled' => true,
  28553.                     'policy' => 'time_backoff',
  28554.                     'reset' => '24 hours',
  28555.                     'limits' => [
  28556.                         => [
  28557.                             'limit' => 3,
  28558.                             'interval' => '30 seconds',
  28559.                         ],
  28560.                         => [
  28561.                             'limit' => 5,
  28562.                             'interval' => '60 seconds',
  28563.                         ],
  28564.                         => [
  28565.                             'limit' => 10,
  28566.                             'interval' => '90 seconds',
  28567.                         ],
  28568.                     ],
  28569.                     'lock_factory' => 'lock.factory',
  28570.                     'cache_pool' => 'cache.rate_limiter',
  28571.                 ],
  28572.                 'contact_form' => [
  28573.                     'enabled' => true,
  28574.                     'policy' => 'time_backoff',
  28575.                     'reset' => '24 hours',
  28576.                     'limits' => [
  28577.                         => [
  28578.                             'limit' => 3,
  28579.                             'interval' => '30 seconds',
  28580.                         ],
  28581.                         => [
  28582.                             'limit' => 5,
  28583.                             'interval' => '60 seconds',
  28584.                         ],
  28585.                         => [
  28586.                             'limit' => 10,
  28587.                             'interval' => '90 seconds',
  28588.                         ],
  28589.                     ],
  28590.                     'lock_factory' => 'lock.factory',
  28591.                     'cache_pool' => 'cache.rate_limiter',
  28592.                 ],
  28593.                 'notification' => [
  28594.                     'enabled' => true,
  28595.                     'policy' => 'time_backoff',
  28596.                     'reset' => '24 hours',
  28597.                     'limits' => [
  28598.                         => [
  28599.                             'limit' => 10,
  28600.                             'interval' => '10 seconds',
  28601.                         ],
  28602.                         => [
  28603.                             'limit' => 15,
  28604.                             'interval' => '30 seconds',
  28605.                         ],
  28606.                         => [
  28607.                             'limit' => 20,
  28608.                             'interval' => '60 seconds',
  28609.                         ],
  28610.                     ],
  28611.                     'lock_factory' => 'lock.factory',
  28612.                     'cache_pool' => 'cache.rate_limiter',
  28613.                 ],
  28614.                 'newsletter_form' => [
  28615.                     'enabled' => true,
  28616.                     'policy' => 'time_backoff',
  28617.                     'reset' => '24 hours',
  28618.                     'limits' => [
  28619.                         => [
  28620.                             'limit' => 3,
  28621.                             'interval' => '30 seconds',
  28622.                         ],
  28623.                         => [
  28624.                             'limit' => 5,
  28625.                             'interval' => '60 seconds',
  28626.                         ],
  28627.                         => [
  28628.                             'limit' => 10,
  28629.                             'interval' => '90 seconds',
  28630.                         ],
  28631.                     ],
  28632.                     'lock_factory' => 'lock.factory',
  28633.                     'cache_pool' => 'cache.rate_limiter',
  28634.                 ],
  28635.             ],
  28636.             'shopware.api.rate_limiter.login' => [
  28637.                 'enabled' => true,
  28638.                 'policy' => 'time_backoff',
  28639.                 'reset' => '24 hours',
  28640.                 'limits' => [
  28641.                     => [
  28642.                         'limit' => 10,
  28643.                         'interval' => '10 seconds',
  28644.                     ],
  28645.                     => [
  28646.                         'limit' => 15,
  28647.                         'interval' => '30 seconds',
  28648.                     ],
  28649.                     => [
  28650.                         'limit' => 20,
  28651.                         'interval' => '60 seconds',
  28652.                     ],
  28653.                 ],
  28654.                 'lock_factory' => 'lock.factory',
  28655.                 'cache_pool' => 'cache.rate_limiter',
  28656.             ],
  28657.             'shopware.api.rate_limiter.login.enabled' => true,
  28658.             'shopware.api.rate_limiter.login.policy' => 'time_backoff',
  28659.             'shopware.api.rate_limiter.login.reset' => '24 hours',
  28660.             'shopware.api.rate_limiter.login.limits' => [
  28661.                 => [
  28662.                     'limit' => 10,
  28663.                     'interval' => '10 seconds',
  28664.                 ],
  28665.                 => [
  28666.                     'limit' => 15,
  28667.                     'interval' => '30 seconds',
  28668.                 ],
  28669.                 => [
  28670.                     'limit' => 20,
  28671.                     'interval' => '60 seconds',
  28672.                 ],
  28673.             ],
  28674.             'shopware.api.rate_limiter.login.limits.0' => [
  28675.                 'limit' => 10,
  28676.                 'interval' => '10 seconds',
  28677.             ],
  28678.             'shopware.api.rate_limiter.login.limits.0.limit' => 10,
  28679.             'shopware.api.rate_limiter.login.limits.0.interval' => '10 seconds',
  28680.             'shopware.api.rate_limiter.login.limits.1' => [
  28681.                 'limit' => 15,
  28682.                 'interval' => '30 seconds',
  28683.             ],
  28684.             'shopware.api.rate_limiter.login.limits.1.limit' => 15,
  28685.             'shopware.api.rate_limiter.login.limits.1.interval' => '30 seconds',
  28686.             'shopware.api.rate_limiter.login.limits.2' => [
  28687.                 'limit' => 20,
  28688.                 'interval' => '60 seconds',
  28689.             ],
  28690.             'shopware.api.rate_limiter.login.limits.2.limit' => 20,
  28691.             'shopware.api.rate_limiter.login.limits.2.interval' => '60 seconds',
  28692.             'shopware.api.rate_limiter.login.lock_factory' => 'lock.factory',
  28693.             'shopware.api.rate_limiter.login.cache_pool' => 'cache.rate_limiter',
  28694.             'shopware.api.rate_limiter.guest_login' => [
  28695.                 'enabled' => true,
  28696.                 'policy' => 'time_backoff',
  28697.                 'reset' => '24 hours',
  28698.                 'limits' => [
  28699.                     => [
  28700.                         'limit' => 10,
  28701.                         'interval' => '10 seconds',
  28702.                     ],
  28703.                     => [
  28704.                         'limit' => 15,
  28705.                         'interval' => '30 seconds',
  28706.                     ],
  28707.                     => [
  28708.                         'limit' => 20,
  28709.                         'interval' => '60 seconds',
  28710.                     ],
  28711.                 ],
  28712.                 'lock_factory' => 'lock.factory',
  28713.                 'cache_pool' => 'cache.rate_limiter',
  28714.             ],
  28715.             'shopware.api.rate_limiter.guest_login.enabled' => true,
  28716.             'shopware.api.rate_limiter.guest_login.policy' => 'time_backoff',
  28717.             'shopware.api.rate_limiter.guest_login.reset' => '24 hours',
  28718.             'shopware.api.rate_limiter.guest_login.limits' => [
  28719.                 => [
  28720.                     'limit' => 10,
  28721.                     'interval' => '10 seconds',
  28722.                 ],
  28723.                 => [
  28724.                     'limit' => 15,
  28725.                     'interval' => '30 seconds',
  28726.                 ],
  28727.                 => [
  28728.                     'limit' => 20,
  28729.                     'interval' => '60 seconds',
  28730.                 ],
  28731.             ],
  28732.             'shopware.api.rate_limiter.guest_login.limits.0' => [
  28733.                 'limit' => 10,
  28734.                 'interval' => '10 seconds',
  28735.             ],
  28736.             'shopware.api.rate_limiter.guest_login.limits.0.limit' => 10,
  28737.             'shopware.api.rate_limiter.guest_login.limits.0.interval' => '10 seconds',
  28738.             'shopware.api.rate_limiter.guest_login.limits.1' => [
  28739.                 'limit' => 15,
  28740.                 'interval' => '30 seconds',
  28741.             ],
  28742.             'shopware.api.rate_limiter.guest_login.limits.1.limit' => 15,
  28743.             'shopware.api.rate_limiter.guest_login.limits.1.interval' => '30 seconds',
  28744.             'shopware.api.rate_limiter.guest_login.limits.2' => [
  28745.                 'limit' => 20,
  28746.                 'interval' => '60 seconds',
  28747.             ],
  28748.             'shopware.api.rate_limiter.guest_login.limits.2.limit' => 20,
  28749.             'shopware.api.rate_limiter.guest_login.limits.2.interval' => '60 seconds',
  28750.             'shopware.api.rate_limiter.guest_login.lock_factory' => 'lock.factory',
  28751.             'shopware.api.rate_limiter.guest_login.cache_pool' => 'cache.rate_limiter',
  28752.             'shopware.api.rate_limiter.oauth' => [
  28753.                 'enabled' => true,
  28754.                 'policy' => 'time_backoff',
  28755.                 'reset' => '24 hours',
  28756.                 'limits' => [
  28757.                     => [
  28758.                         'limit' => 10,
  28759.                         'interval' => '10 seconds',
  28760.                     ],
  28761.                     => [
  28762.                         'limit' => 15,
  28763.                         'interval' => '30 seconds',
  28764.                     ],
  28765.                     => [
  28766.                         'limit' => 20,
  28767.                         'interval' => '60 seconds',
  28768.                     ],
  28769.                 ],
  28770.                 'lock_factory' => 'lock.factory',
  28771.                 'cache_pool' => 'cache.rate_limiter',
  28772.             ],
  28773.             'shopware.api.rate_limiter.oauth.enabled' => true,
  28774.             'shopware.api.rate_limiter.oauth.policy' => 'time_backoff',
  28775.             'shopware.api.rate_limiter.oauth.reset' => '24 hours',
  28776.             'shopware.api.rate_limiter.oauth.limits' => [
  28777.                 => [
  28778.                     'limit' => 10,
  28779.                     'interval' => '10 seconds',
  28780.                 ],
  28781.                 => [
  28782.                     'limit' => 15,
  28783.                     'interval' => '30 seconds',
  28784.                 ],
  28785.                 => [
  28786.                     'limit' => 20,
  28787.                     'interval' => '60 seconds',
  28788.                 ],
  28789.             ],
  28790.             'shopware.api.rate_limiter.oauth.limits.0' => [
  28791.                 'limit' => 10,
  28792.                 'interval' => '10 seconds',
  28793.             ],
  28794.             'shopware.api.rate_limiter.oauth.limits.0.limit' => 10,
  28795.             'shopware.api.rate_limiter.oauth.limits.0.interval' => '10 seconds',
  28796.             'shopware.api.rate_limiter.oauth.limits.1' => [
  28797.                 'limit' => 15,
  28798.                 'interval' => '30 seconds',
  28799.             ],
  28800.             'shopware.api.rate_limiter.oauth.limits.1.limit' => 15,
  28801.             'shopware.api.rate_limiter.oauth.limits.1.interval' => '30 seconds',
  28802.             'shopware.api.rate_limiter.oauth.limits.2' => [
  28803.                 'limit' => 20,
  28804.                 'interval' => '60 seconds',
  28805.             ],
  28806.             'shopware.api.rate_limiter.oauth.limits.2.limit' => 20,
  28807.             'shopware.api.rate_limiter.oauth.limits.2.interval' => '60 seconds',
  28808.             'shopware.api.rate_limiter.oauth.lock_factory' => 'lock.factory',
  28809.             'shopware.api.rate_limiter.oauth.cache_pool' => 'cache.rate_limiter',
  28810.             'shopware.api.rate_limiter.reset_password' => [
  28811.                 'enabled' => true,
  28812.                 'policy' => 'time_backoff',
  28813.                 'reset' => '24 hours',
  28814.                 'limits' => [
  28815.                     => [
  28816.                         'limit' => 3,
  28817.                         'interval' => '30 seconds',
  28818.                     ],
  28819.                     => [
  28820.                         'limit' => 5,
  28821.                         'interval' => '60 seconds',
  28822.                     ],
  28823.                     => [
  28824.                         'limit' => 10,
  28825.                         'interval' => '90 seconds',
  28826.                     ],
  28827.                 ],
  28828.                 'lock_factory' => 'lock.factory',
  28829.                 'cache_pool' => 'cache.rate_limiter',
  28830.             ],
  28831.             'shopware.api.rate_limiter.reset_password.enabled' => true,
  28832.             'shopware.api.rate_limiter.reset_password.policy' => 'time_backoff',
  28833.             'shopware.api.rate_limiter.reset_password.reset' => '24 hours',
  28834.             'shopware.api.rate_limiter.reset_password.limits' => [
  28835.                 => [
  28836.                     'limit' => 3,
  28837.                     'interval' => '30 seconds',
  28838.                 ],
  28839.                 => [
  28840.                     'limit' => 5,
  28841.                     'interval' => '60 seconds',
  28842.                 ],
  28843.                 => [
  28844.                     'limit' => 10,
  28845.                     'interval' => '90 seconds',
  28846.                 ],
  28847.             ],
  28848.             'shopware.api.rate_limiter.reset_password.limits.0' => [
  28849.                 'limit' => 3,
  28850.                 'interval' => '30 seconds',
  28851.             ],
  28852.             'shopware.api.rate_limiter.reset_password.limits.0.limit' => 3,
  28853.             'shopware.api.rate_limiter.reset_password.limits.0.interval' => '30 seconds',
  28854.             'shopware.api.rate_limiter.reset_password.limits.1' => [
  28855.                 'limit' => 5,
  28856.                 'interval' => '60 seconds',
  28857.             ],
  28858.             'shopware.api.rate_limiter.reset_password.limits.1.limit' => 5,
  28859.             'shopware.api.rate_limiter.reset_password.limits.1.interval' => '60 seconds',
  28860.             'shopware.api.rate_limiter.reset_password.limits.2' => [
  28861.                 'limit' => 10,
  28862.                 'interval' => '90 seconds',
  28863.             ],
  28864.             'shopware.api.rate_limiter.reset_password.limits.2.limit' => 10,
  28865.             'shopware.api.rate_limiter.reset_password.limits.2.interval' => '90 seconds',
  28866.             'shopware.api.rate_limiter.reset_password.lock_factory' => 'lock.factory',
  28867.             'shopware.api.rate_limiter.reset_password.cache_pool' => 'cache.rate_limiter',
  28868.             'shopware.api.rate_limiter.user_recovery' => [
  28869.                 'enabled' => true,
  28870.                 'policy' => 'time_backoff',
  28871.                 'reset' => '24 hours',
  28872.                 'limits' => [
  28873.                     => [
  28874.                         'limit' => 3,
  28875.                         'interval' => '30 seconds',
  28876.                     ],
  28877.                     => [
  28878.                         'limit' => 5,
  28879.                         'interval' => '60 seconds',
  28880.                     ],
  28881.                     => [
  28882.                         'limit' => 10,
  28883.                         'interval' => '90 seconds',
  28884.                     ],
  28885.                 ],
  28886.                 'lock_factory' => 'lock.factory',
  28887.                 'cache_pool' => 'cache.rate_limiter',
  28888.             ],
  28889.             'shopware.api.rate_limiter.user_recovery.enabled' => true,
  28890.             'shopware.api.rate_limiter.user_recovery.policy' => 'time_backoff',
  28891.             'shopware.api.rate_limiter.user_recovery.reset' => '24 hours',
  28892.             'shopware.api.rate_limiter.user_recovery.limits' => [
  28893.                 => [
  28894.                     'limit' => 3,
  28895.                     'interval' => '30 seconds',
  28896.                 ],
  28897.                 => [
  28898.                     'limit' => 5,
  28899.                     'interval' => '60 seconds',
  28900.                 ],
  28901.                 => [
  28902.                     'limit' => 10,
  28903.                     'interval' => '90 seconds',
  28904.                 ],
  28905.             ],
  28906.             'shopware.api.rate_limiter.user_recovery.limits.0' => [
  28907.                 'limit' => 3,
  28908.                 'interval' => '30 seconds',
  28909.             ],
  28910.             'shopware.api.rate_limiter.user_recovery.limits.0.limit' => 3,
  28911.             'shopware.api.rate_limiter.user_recovery.limits.0.interval' => '30 seconds',
  28912.             'shopware.api.rate_limiter.user_recovery.limits.1' => [
  28913.                 'limit' => 5,
  28914.                 'interval' => '60 seconds',
  28915.             ],
  28916.             'shopware.api.rate_limiter.user_recovery.limits.1.limit' => 5,
  28917.             'shopware.api.rate_limiter.user_recovery.limits.1.interval' => '60 seconds',
  28918.             'shopware.api.rate_limiter.user_recovery.limits.2' => [
  28919.                 'limit' => 10,
  28920.                 'interval' => '90 seconds',
  28921.             ],
  28922.             'shopware.api.rate_limiter.user_recovery.limits.2.limit' => 10,
  28923.             'shopware.api.rate_limiter.user_recovery.limits.2.interval' => '90 seconds',
  28924.             'shopware.api.rate_limiter.user_recovery.lock_factory' => 'lock.factory',
  28925.             'shopware.api.rate_limiter.user_recovery.cache_pool' => 'cache.rate_limiter',
  28926.             'shopware.api.rate_limiter.contact_form' => [
  28927.                 'enabled' => true,
  28928.                 'policy' => 'time_backoff',
  28929.                 'reset' => '24 hours',
  28930.                 'limits' => [
  28931.                     => [
  28932.                         'limit' => 3,
  28933.                         'interval' => '30 seconds',
  28934.                     ],
  28935.                     => [
  28936.                         'limit' => 5,
  28937.                         'interval' => '60 seconds',
  28938.                     ],
  28939.                     => [
  28940.                         'limit' => 10,
  28941.                         'interval' => '90 seconds',
  28942.                     ],
  28943.                 ],
  28944.                 'lock_factory' => 'lock.factory',
  28945.                 'cache_pool' => 'cache.rate_limiter',
  28946.             ],
  28947.             'shopware.api.rate_limiter.contact_form.enabled' => true,
  28948.             'shopware.api.rate_limiter.contact_form.policy' => 'time_backoff',
  28949.             'shopware.api.rate_limiter.contact_form.reset' => '24 hours',
  28950.             'shopware.api.rate_limiter.contact_form.limits' => [
  28951.                 => [
  28952.                     'limit' => 3,
  28953.                     'interval' => '30 seconds',
  28954.                 ],
  28955.                 => [
  28956.                     'limit' => 5,
  28957.                     'interval' => '60 seconds',
  28958.                 ],
  28959.                 => [
  28960.                     'limit' => 10,
  28961.                     'interval' => '90 seconds',
  28962.                 ],
  28963.             ],
  28964.             'shopware.api.rate_limiter.contact_form.limits.0' => [
  28965.                 'limit' => 3,
  28966.                 'interval' => '30 seconds',
  28967.             ],
  28968.             'shopware.api.rate_limiter.contact_form.limits.0.limit' => 3,
  28969.             'shopware.api.rate_limiter.contact_form.limits.0.interval' => '30 seconds',
  28970.             'shopware.api.rate_limiter.contact_form.limits.1' => [
  28971.                 'limit' => 5,
  28972.                 'interval' => '60 seconds',
  28973.             ],
  28974.             'shopware.api.rate_limiter.contact_form.limits.1.limit' => 5,
  28975.             'shopware.api.rate_limiter.contact_form.limits.1.interval' => '60 seconds',
  28976.             'shopware.api.rate_limiter.contact_form.limits.2' => [
  28977.                 'limit' => 10,
  28978.                 'interval' => '90 seconds',
  28979.             ],
  28980.             'shopware.api.rate_limiter.contact_form.limits.2.limit' => 10,
  28981.             'shopware.api.rate_limiter.contact_form.limits.2.interval' => '90 seconds',
  28982.             'shopware.api.rate_limiter.contact_form.lock_factory' => 'lock.factory',
  28983.             'shopware.api.rate_limiter.contact_form.cache_pool' => 'cache.rate_limiter',
  28984.             'shopware.api.rate_limiter.notification' => [
  28985.                 'enabled' => true,
  28986.                 'policy' => 'time_backoff',
  28987.                 'reset' => '24 hours',
  28988.                 'limits' => [
  28989.                     => [
  28990.                         'limit' => 10,
  28991.                         'interval' => '10 seconds',
  28992.                     ],
  28993.                     => [
  28994.                         'limit' => 15,
  28995.                         'interval' => '30 seconds',
  28996.                     ],
  28997.                     => [
  28998.                         'limit' => 20,
  28999.                         'interval' => '60 seconds',
  29000.                     ],
  29001.                 ],
  29002.                 'lock_factory' => 'lock.factory',
  29003.                 'cache_pool' => 'cache.rate_limiter',
  29004.             ],
  29005.             'shopware.api.rate_limiter.notification.enabled' => true,
  29006.             'shopware.api.rate_limiter.notification.policy' => 'time_backoff',
  29007.             'shopware.api.rate_limiter.notification.reset' => '24 hours',
  29008.             'shopware.api.rate_limiter.notification.limits' => [
  29009.                 => [
  29010.                     'limit' => 10,
  29011.                     'interval' => '10 seconds',
  29012.                 ],
  29013.                 => [
  29014.                     'limit' => 15,
  29015.                     'interval' => '30 seconds',
  29016.                 ],
  29017.                 => [
  29018.                     'limit' => 20,
  29019.                     'interval' => '60 seconds',
  29020.                 ],
  29021.             ],
  29022.             'shopware.api.rate_limiter.notification.limits.0' => [
  29023.                 'limit' => 10,
  29024.                 'interval' => '10 seconds',
  29025.             ],
  29026.             'shopware.api.rate_limiter.notification.limits.0.limit' => 10,
  29027.             'shopware.api.rate_limiter.notification.limits.0.interval' => '10 seconds',
  29028.             'shopware.api.rate_limiter.notification.limits.1' => [
  29029.                 'limit' => 15,
  29030.                 'interval' => '30 seconds',
  29031.             ],
  29032.             'shopware.api.rate_limiter.notification.limits.1.limit' => 15,
  29033.             'shopware.api.rate_limiter.notification.limits.1.interval' => '30 seconds',
  29034.             'shopware.api.rate_limiter.notification.limits.2' => [
  29035.                 'limit' => 20,
  29036.                 'interval' => '60 seconds',
  29037.             ],
  29038.             'shopware.api.rate_limiter.notification.limits.2.limit' => 20,
  29039.             'shopware.api.rate_limiter.notification.limits.2.interval' => '60 seconds',
  29040.             'shopware.api.rate_limiter.notification.lock_factory' => 'lock.factory',
  29041.             'shopware.api.rate_limiter.notification.cache_pool' => 'cache.rate_limiter',
  29042.             'shopware.api.rate_limiter.newsletter_form' => [
  29043.                 'enabled' => true,
  29044.                 'policy' => 'time_backoff',
  29045.                 'reset' => '24 hours',
  29046.                 'limits' => [
  29047.                     => [
  29048.                         'limit' => 3,
  29049.                         'interval' => '30 seconds',
  29050.                     ],
  29051.                     => [
  29052.                         'limit' => 5,
  29053.                         'interval' => '60 seconds',
  29054.                     ],
  29055.                     => [
  29056.                         'limit' => 10,
  29057.                         'interval' => '90 seconds',
  29058.                     ],
  29059.                 ],
  29060.                 'lock_factory' => 'lock.factory',
  29061.                 'cache_pool' => 'cache.rate_limiter',
  29062.             ],
  29063.             'shopware.api.rate_limiter.newsletter_form.enabled' => true,
  29064.             'shopware.api.rate_limiter.newsletter_form.policy' => 'time_backoff',
  29065.             'shopware.api.rate_limiter.newsletter_form.reset' => '24 hours',
  29066.             'shopware.api.rate_limiter.newsletter_form.limits' => [
  29067.                 => [
  29068.                     'limit' => 3,
  29069.                     'interval' => '30 seconds',
  29070.                 ],
  29071.                 => [
  29072.                     'limit' => 5,
  29073.                     'interval' => '60 seconds',
  29074.                 ],
  29075.                 => [
  29076.                     'limit' => 10,
  29077.                     'interval' => '90 seconds',
  29078.                 ],
  29079.             ],
  29080.             'shopware.api.rate_limiter.newsletter_form.limits.0' => [
  29081.                 'limit' => 3,
  29082.                 'interval' => '30 seconds',
  29083.             ],
  29084.             'shopware.api.rate_limiter.newsletter_form.limits.0.limit' => 3,
  29085.             'shopware.api.rate_limiter.newsletter_form.limits.0.interval' => '30 seconds',
  29086.             'shopware.api.rate_limiter.newsletter_form.limits.1' => [
  29087.                 'limit' => 5,
  29088.                 'interval' => '60 seconds',
  29089.             ],
  29090.             'shopware.api.rate_limiter.newsletter_form.limits.1.limit' => 5,
  29091.             'shopware.api.rate_limiter.newsletter_form.limits.1.interval' => '60 seconds',
  29092.             'shopware.api.rate_limiter.newsletter_form.limits.2' => [
  29093.                 'limit' => 10,
  29094.                 'interval' => '90 seconds',
  29095.             ],
  29096.             'shopware.api.rate_limiter.newsletter_form.limits.2.limit' => 10,
  29097.             'shopware.api.rate_limiter.newsletter_form.limits.2.interval' => '90 seconds',
  29098.             'shopware.api.rate_limiter.newsletter_form.lock_factory' => 'lock.factory',
  29099.             'shopware.api.rate_limiter.newsletter_form.cache_pool' => 'cache.rate_limiter',
  29100.             'shopware.admin_worker' => [
  29101.                 'enable_admin_worker' => true,
  29102.                 'poll_interval' => 20,
  29103.                 'transports' => [
  29104.                     => 'default',
  29105.                 ],
  29106.                 'memory_limit' => '128M',
  29107.             ],
  29108.             'shopware.admin_worker.enable_admin_worker' => true,
  29109.             'shopware.admin_worker.poll_interval' => 20,
  29110.             'shopware.admin_worker.transports' => [
  29111.                 => 'default',
  29112.             ],
  29113.             'shopware.admin_worker.transports.0' => 'default',
  29114.             'shopware.admin_worker.memory_limit' => '128M',
  29115.             'shopware.auto_update' => [
  29116.                 'enabled' => true,
  29117.             ],
  29118.             'shopware.auto_update.enabled' => true,
  29119.             'shopware.store' => [
  29120.                 'frw' => false,
  29121.             ],
  29122.             'shopware.sitemap' => [
  29123.                 'batchsize' => 100,
  29124.                 'custom_urls' => [
  29125.                 ],
  29126.                 'excluded_urls' => [
  29127.                 ],
  29128.             ],
  29129.             'shopware.sitemap.batchsize' => 100,
  29130.             'shopware.sitemap.custom_urls' => [
  29131.             ],
  29132.             'shopware.sitemap.excluded_urls' => [
  29133.             ],
  29134.             'shopware.media' => [
  29135.                 'enable_url_upload_feature' => true,
  29136.                 'enable_url_validation' => false,
  29137.             ],
  29138.             'shopware.media.enable_url_upload_feature' => true,
  29139.             'shopware.media.enable_url_validation' => false,
  29140.             'shopware.dal' => [
  29141.                 'batch_size' => 125,
  29142.                 'versioning' => [
  29143.                     'expire_days' => 30,
  29144.                 ],
  29145.             ],
  29146.             'shopware.dal.batch_size' => 125,
  29147.             'shopware.dal.versioning' => [
  29148.                 'expire_days' => 30,
  29149.             ],
  29150.             'shopware.dal.versioning.expire_days' => 30,
  29151.             'shopware.mail' => [
  29152.                 'update_mail_variables_on_send' => true,
  29153.             ],
  29154.             'shopware.mail.update_mail_variables_on_send' => true,
  29155.             'shopware.cart' => [
  29156.                 'compress' => false,
  29157.                 'expire_days' => 120,
  29158.                 'redis_url' => false,
  29159.             ],
  29160.             'shopware.cart.compress' => false,
  29161.             'shopware.cart.expire_days' => 120,
  29162.             'shopware.cart.redis_url' => false,
  29163.             'shopware.number_range' => [
  29164.                 'increment_storage' => 'SQL',
  29165.                 'redis_url' => false,
  29166.             ],
  29167.             'shopware.number_range.increment_storage' => 'SQL',
  29168.             'shopware.number_range.redis_url' => false,
  29169.             'shopware.sales_channel_context' => [
  29170.                 'expire_days' => 120,
  29171.             ],
  29172.             'shopware.sales_channel_context.expire_days' => 120,
  29173.             'shopware.html_sanitizer.cache_enabled' => true,
  29174.             'shopware.html_sanitizer.sets' => [
  29175.                 'basic' => [
  29176.                     'tags' => [
  29177.                         => 'a',
  29178.                         => 'abbr',
  29179.                         => 'acronym',
  29180.                         => 'address',
  29181.                         => 'b',
  29182.                         => 'bdo',
  29183.                         => 'big',
  29184.                         => 'blockquote',
  29185.                         => 'br',
  29186.                         => 'caption',
  29187.                         10 => 'center',
  29188.                         11 => 'cite',
  29189.                         12 => 'code',
  29190.                         13 => 'col',
  29191.                         14 => 'colgroup',
  29192.                         15 => 'dd',
  29193.                         16 => 'del',
  29194.                         17 => 'dfn',
  29195.                         18 => 'dir',
  29196.                         19 => 'div',
  29197.                         20 => 'dl',
  29198.                         21 => 'dt',
  29199.                         22 => 'em',
  29200.                         23 => 'font',
  29201.                         24 => 'h1',
  29202.                         25 => 'h2',
  29203.                         26 => 'h3',
  29204.                         27 => 'h4',
  29205.                         28 => 'h5',
  29206.                         29 => 'h6',
  29207.                         30 => 'hr',
  29208.                         31 => 'i',
  29209.                         32 => 'ins',
  29210.                         33 => 'kbd',
  29211.                         34 => 'li',
  29212.                         35 => 'menu',
  29213.                         36 => 'ol',
  29214.                         37 => 'p',
  29215.                         38 => 'pre',
  29216.                         39 => 'q',
  29217.                         40 => 's',
  29218.                         41 => 'samp',
  29219.                         42 => 'small',
  29220.                         43 => 'span',
  29221.                         44 => 'strike',
  29222.                         45 => 'strong',
  29223.                         46 => 'sub',
  29224.                         47 => 'sup',
  29225.                         48 => 'table',
  29226.                         49 => 'tbody',
  29227.                         50 => 'td',
  29228.                         51 => 'tfoot',
  29229.                         52 => 'th',
  29230.                         53 => 'thead',
  29231.                         54 => 'tr',
  29232.                         55 => 'tt',
  29233.                         56 => 'u',
  29234.                         57 => 'ul',
  29235.                         58 => 'var',
  29236.                     ],
  29237.                     'attributes' => [
  29238.                         => 'align',
  29239.                         => 'bgcolor',
  29240.                         => 'border',
  29241.                         => 'cellpadding',
  29242.                         => 'cellspacing',
  29243.                         => 'cite',
  29244.                         => 'class',
  29245.                         => 'clear',
  29246.                         => 'color',
  29247.                         => 'colspan',
  29248.                         10 => 'dir',
  29249.                         11 => 'face',
  29250.                         12 => 'frame',
  29251.                         13 => 'height',
  29252.                         14 => 'href',
  29253.                         15 => 'id',
  29254.                         16 => 'lang',
  29255.                         17 => 'name',
  29256.                         18 => 'noshade',
  29257.                         19 => 'nowrap',
  29258.                         20 => 'rel',
  29259.                         21 => 'rev',
  29260.                         22 => 'rowspan',
  29261.                         23 => 'scope',
  29262.                         24 => 'size',
  29263.                         25 => 'span',
  29264.                         26 => 'start',
  29265.                         27 => 'style',
  29266.                         28 => 'summary',
  29267.                         29 => 'title',
  29268.                         30 => 'type',
  29269.                         31 => 'valign',
  29270.                         32 => 'value',
  29271.                         33 => 'width',
  29272.                     ],
  29273.                     'options' => [
  29274.                     ],
  29275.                 ],
  29276.                 'media' => [
  29277.                     'tags' => [
  29278.                         => 'img',
  29279.                     ],
  29280.                     'attributes' => [
  29281.                         => 'src',
  29282.                         => 'alt',
  29283.                     ],
  29284.                     'options' => [
  29285.                     ],
  29286.                 ],
  29287.                 'script' => [
  29288.                     'tags' => [
  29289.                         => 'script',
  29290.                     ],
  29291.                     'options' => [
  29292.                         'HTML.Trusted' => true,
  29293.                     ],
  29294.                     'attributes' => [
  29295.                     ],
  29296.                 ],
  29297.                 'tidy' => [
  29298.                     'options' => [
  29299.                         'Output.TidyFormat' => true,
  29300.                     ],
  29301.                     'tags' => [
  29302.                     ],
  29303.                     'attributes' => [
  29304.                     ],
  29305.                 ],
  29306.             ],
  29307.             'shopware.html_sanitizer.sets.basic' => [
  29308.                 'tags' => [
  29309.                     => 'a',
  29310.                     => 'abbr',
  29311.                     => 'acronym',
  29312.                     => 'address',
  29313.                     => 'b',
  29314.                     => 'bdo',
  29315.                     => 'big',
  29316.                     => 'blockquote',
  29317.                     => 'br',
  29318.                     => 'caption',
  29319.                     10 => 'center',
  29320.                     11 => 'cite',
  29321.                     12 => 'code',
  29322.                     13 => 'col',
  29323.                     14 => 'colgroup',
  29324.                     15 => 'dd',
  29325.                     16 => 'del',
  29326.                     17 => 'dfn',
  29327.                     18 => 'dir',
  29328.                     19 => 'div',
  29329.                     20 => 'dl',
  29330.                     21 => 'dt',
  29331.                     22 => 'em',
  29332.                     23 => 'font',
  29333.                     24 => 'h1',
  29334.                     25 => 'h2',
  29335.                     26 => 'h3',
  29336.                     27 => 'h4',
  29337.                     28 => 'h5',
  29338.                     29 => 'h6',
  29339.                     30 => 'hr',
  29340.                     31 => 'i',
  29341.                     32 => 'ins',
  29342.                     33 => 'kbd',
  29343.                     34 => 'li',
  29344.                     35 => 'menu',
  29345.                     36 => 'ol',
  29346.                     37 => 'p',
  29347.                     38 => 'pre',
  29348.                     39 => 'q',
  29349.                     40 => 's',
  29350.                     41 => 'samp',
  29351.                     42 => 'small',
  29352.                     43 => 'span',
  29353.                     44 => 'strike',
  29354.                     45 => 'strong',
  29355.                     46 => 'sub',
  29356.                     47 => 'sup',
  29357.                     48 => 'table',
  29358.                     49 => 'tbody',
  29359.                     50 => 'td',
  29360.                     51 => 'tfoot',
  29361.                     52 => 'th',
  29362.                     53 => 'thead',
  29363.                     54 => 'tr',
  29364.                     55 => 'tt',
  29365.                     56 => 'u',
  29366.                     57 => 'ul',
  29367.                     58 => 'var',
  29368.                 ],
  29369.                 'attributes' => [
  29370.                     => 'align',
  29371.                     => 'bgcolor',
  29372.                     => 'border',
  29373.                     => 'cellpadding',
  29374.                     => 'cellspacing',
  29375.                     => 'cite',
  29376.                     => 'class',
  29377.                     => 'clear',
  29378.                     => 'color',
  29379.                     => 'colspan',
  29380.                     10 => 'dir',
  29381.                     11 => 'face',
  29382.                     12 => 'frame',
  29383.                     13 => 'height',
  29384.                     14 => 'href',
  29385.                     15 => 'id',
  29386.                     16 => 'lang',
  29387.                     17 => 'name',
  29388.                     18 => 'noshade',
  29389.                     19 => 'nowrap',
  29390.                     20 => 'rel',
  29391.                     21 => 'rev',
  29392.                     22 => 'rowspan',
  29393.                     23 => 'scope',
  29394.                     24 => 'size',
  29395.                     25 => 'span',
  29396.                     26 => 'start',
  29397.                     27 => 'style',
  29398.                     28 => 'summary',
  29399.                     29 => 'title',
  29400.                     30 => 'type',
  29401.                     31 => 'valign',
  29402.                     32 => 'value',
  29403.                     33 => 'width',
  29404.                 ],
  29405.                 'options' => [
  29406.                 ],
  29407.             ],
  29408.             'shopware.html_sanitizer.sets.basic.tags' => [
  29409.                 => 'a',
  29410.                 => 'abbr',
  29411.                 => 'acronym',
  29412.                 => 'address',
  29413.                 => 'b',
  29414.                 => 'bdo',
  29415.                 => 'big',
  29416.                 => 'blockquote',
  29417.                 => 'br',
  29418.                 => 'caption',
  29419.                 10 => 'center',
  29420.                 11 => 'cite',
  29421.                 12 => 'code',
  29422.                 13 => 'col',
  29423.                 14 => 'colgroup',
  29424.                 15 => 'dd',
  29425.                 16 => 'del',
  29426.                 17 => 'dfn',
  29427.                 18 => 'dir',
  29428.                 19 => 'div',
  29429.                 20 => 'dl',
  29430.                 21 => 'dt',
  29431.                 22 => 'em',
  29432.                 23 => 'font',
  29433.                 24 => 'h1',
  29434.                 25 => 'h2',
  29435.                 26 => 'h3',
  29436.                 27 => 'h4',
  29437.                 28 => 'h5',
  29438.                 29 => 'h6',
  29439.                 30 => 'hr',
  29440.                 31 => 'i',
  29441.                 32 => 'ins',
  29442.                 33 => 'kbd',
  29443.                 34 => 'li',
  29444.                 35 => 'menu',
  29445.                 36 => 'ol',
  29446.                 37 => 'p',
  29447.                 38 => 'pre',
  29448.                 39 => 'q',
  29449.                 40 => 's',
  29450.                 41 => 'samp',
  29451.                 42 => 'small',
  29452.                 43 => 'span',
  29453.                 44 => 'strike',
  29454.                 45 => 'strong',
  29455.                 46 => 'sub',
  29456.                 47 => 'sup',
  29457.                 48 => 'table',
  29458.                 49 => 'tbody',
  29459.                 50 => 'td',
  29460.                 51 => 'tfoot',
  29461.                 52 => 'th',
  29462.                 53 => 'thead',
  29463.                 54 => 'tr',
  29464.                 55 => 'tt',
  29465.                 56 => 'u',
  29466.                 57 => 'ul',
  29467.                 58 => 'var',
  29468.             ],
  29469.             'shopware.html_sanitizer.sets.basic.tags.0' => 'a',
  29470.             'shopware.html_sanitizer.sets.basic.tags.1' => 'abbr',
  29471.             'shopware.html_sanitizer.sets.basic.tags.2' => 'acronym',
  29472.             'shopware.html_sanitizer.sets.basic.tags.3' => 'address',
  29473.             'shopware.html_sanitizer.sets.basic.tags.4' => 'b',
  29474.             'shopware.html_sanitizer.sets.basic.tags.5' => 'bdo',
  29475.             'shopware.html_sanitizer.sets.basic.tags.6' => 'big',
  29476.             'shopware.html_sanitizer.sets.basic.tags.7' => 'blockquote',
  29477.             'shopware.html_sanitizer.sets.basic.tags.8' => 'br',
  29478.             'shopware.html_sanitizer.sets.basic.tags.9' => 'caption',
  29479.             'shopware.html_sanitizer.sets.basic.tags.10' => 'center',
  29480.             'shopware.html_sanitizer.sets.basic.tags.11' => 'cite',
  29481.             'shopware.html_sanitizer.sets.basic.tags.12' => 'code',
  29482.             'shopware.html_sanitizer.sets.basic.tags.13' => 'col',
  29483.             'shopware.html_sanitizer.sets.basic.tags.14' => 'colgroup',
  29484.             'shopware.html_sanitizer.sets.basic.tags.15' => 'dd',
  29485.             'shopware.html_sanitizer.sets.basic.tags.16' => 'del',
  29486.             'shopware.html_sanitizer.sets.basic.tags.17' => 'dfn',
  29487.             'shopware.html_sanitizer.sets.basic.tags.18' => 'dir',
  29488.             'shopware.html_sanitizer.sets.basic.tags.19' => 'div',
  29489.             'shopware.html_sanitizer.sets.basic.tags.20' => 'dl',
  29490.             'shopware.html_sanitizer.sets.basic.tags.21' => 'dt',
  29491.             'shopware.html_sanitizer.sets.basic.tags.22' => 'em',
  29492.             'shopware.html_sanitizer.sets.basic.tags.23' => 'font',
  29493.             'shopware.html_sanitizer.sets.basic.tags.24' => 'h1',
  29494.             'shopware.html_sanitizer.sets.basic.tags.25' => 'h2',
  29495.             'shopware.html_sanitizer.sets.basic.tags.26' => 'h3',
  29496.             'shopware.html_sanitizer.sets.basic.tags.27' => 'h4',
  29497.             'shopware.html_sanitizer.sets.basic.tags.28' => 'h5',
  29498.             'shopware.html_sanitizer.sets.basic.tags.29' => 'h6',
  29499.             'shopware.html_sanitizer.sets.basic.tags.30' => 'hr',
  29500.             'shopware.html_sanitizer.sets.basic.tags.31' => 'i',
  29501.             'shopware.html_sanitizer.sets.basic.tags.32' => 'ins',
  29502.             'shopware.html_sanitizer.sets.basic.tags.33' => 'kbd',
  29503.             'shopware.html_sanitizer.sets.basic.tags.34' => 'li',
  29504.             'shopware.html_sanitizer.sets.basic.tags.35' => 'menu',
  29505.             'shopware.html_sanitizer.sets.basic.tags.36' => 'ol',
  29506.             'shopware.html_sanitizer.sets.basic.tags.37' => 'p',
  29507.             'shopware.html_sanitizer.sets.basic.tags.38' => 'pre',
  29508.             'shopware.html_sanitizer.sets.basic.tags.39' => 'q',
  29509.             'shopware.html_sanitizer.sets.basic.tags.40' => 's',
  29510.             'shopware.html_sanitizer.sets.basic.tags.41' => 'samp',
  29511.             'shopware.html_sanitizer.sets.basic.tags.42' => 'small',
  29512.             'shopware.html_sanitizer.sets.basic.tags.43' => 'span',
  29513.             'shopware.html_sanitizer.sets.basic.tags.44' => 'strike',
  29514.             'shopware.html_sanitizer.sets.basic.tags.45' => 'strong',
  29515.             'shopware.html_sanitizer.sets.basic.tags.46' => 'sub',
  29516.             'shopware.html_sanitizer.sets.basic.tags.47' => 'sup',
  29517.             'shopware.html_sanitizer.sets.basic.tags.48' => 'table',
  29518.             'shopware.html_sanitizer.sets.basic.tags.49' => 'tbody',
  29519.             'shopware.html_sanitizer.sets.basic.tags.50' => 'td',
  29520.             'shopware.html_sanitizer.sets.basic.tags.51' => 'tfoot',
  29521.             'shopware.html_sanitizer.sets.basic.tags.52' => 'th',
  29522.             'shopware.html_sanitizer.sets.basic.tags.53' => 'thead',
  29523.             'shopware.html_sanitizer.sets.basic.tags.54' => 'tr',
  29524.             'shopware.html_sanitizer.sets.basic.tags.55' => 'tt',
  29525.             'shopware.html_sanitizer.sets.basic.tags.56' => 'u',
  29526.             'shopware.html_sanitizer.sets.basic.tags.57' => 'ul',
  29527.             'shopware.html_sanitizer.sets.basic.tags.58' => 'var',
  29528.             'shopware.html_sanitizer.sets.basic.attributes' => [
  29529.                 => 'align',
  29530.                 => 'bgcolor',
  29531.                 => 'border',
  29532.                 => 'cellpadding',
  29533.                 => 'cellspacing',
  29534.                 => 'cite',
  29535.                 => 'class',
  29536.                 => 'clear',
  29537.                 => 'color',
  29538.                 => 'colspan',
  29539.                 10 => 'dir',
  29540.                 11 => 'face',
  29541.                 12 => 'frame',
  29542.                 13 => 'height',
  29543.                 14 => 'href',
  29544.                 15 => 'id',
  29545.                 16 => 'lang',
  29546.                 17 => 'name',
  29547.                 18 => 'noshade',
  29548.                 19 => 'nowrap',
  29549.                 20 => 'rel',
  29550.                 21 => 'rev',
  29551.                 22 => 'rowspan',
  29552.                 23 => 'scope',
  29553.                 24 => 'size',
  29554.                 25 => 'span',
  29555.                 26 => 'start',
  29556.                 27 => 'style',
  29557.                 28 => 'summary',
  29558.                 29 => 'title',
  29559.                 30 => 'type',
  29560.                 31 => 'valign',
  29561.                 32 => 'value',
  29562.                 33 => 'width',
  29563.             ],
  29564.             'shopware.html_sanitizer.sets.basic.attributes.0' => 'align',
  29565.             'shopware.html_sanitizer.sets.basic.attributes.1' => 'bgcolor',
  29566.             'shopware.html_sanitizer.sets.basic.attributes.2' => 'border',
  29567.             'shopware.html_sanitizer.sets.basic.attributes.3' => 'cellpadding',
  29568.             'shopware.html_sanitizer.sets.basic.attributes.4' => 'cellspacing',
  29569.             'shopware.html_sanitizer.sets.basic.attributes.5' => 'cite',
  29570.             'shopware.html_sanitizer.sets.basic.attributes.6' => 'class',
  29571.             'shopware.html_sanitizer.sets.basic.attributes.7' => 'clear',
  29572.             'shopware.html_sanitizer.sets.basic.attributes.8' => 'color',
  29573.             'shopware.html_sanitizer.sets.basic.attributes.9' => 'colspan',
  29574.             'shopware.html_sanitizer.sets.basic.attributes.10' => 'dir',
  29575.             'shopware.html_sanitizer.sets.basic.attributes.11' => 'face',
  29576.             'shopware.html_sanitizer.sets.basic.attributes.12' => 'frame',
  29577.             'shopware.html_sanitizer.sets.basic.attributes.13' => 'height',
  29578.             'shopware.html_sanitizer.sets.basic.attributes.14' => 'href',
  29579.             'shopware.html_sanitizer.sets.basic.attributes.15' => 'id',
  29580.             'shopware.html_sanitizer.sets.basic.attributes.16' => 'lang',
  29581.             'shopware.html_sanitizer.sets.basic.attributes.17' => 'name',
  29582.             'shopware.html_sanitizer.sets.basic.attributes.18' => 'noshade',
  29583.             'shopware.html_sanitizer.sets.basic.attributes.19' => 'nowrap',
  29584.             'shopware.html_sanitizer.sets.basic.attributes.20' => 'rel',
  29585.             'shopware.html_sanitizer.sets.basic.attributes.21' => 'rev',
  29586.             'shopware.html_sanitizer.sets.basic.attributes.22' => 'rowspan',
  29587.             'shopware.html_sanitizer.sets.basic.attributes.23' => 'scope',
  29588.             'shopware.html_sanitizer.sets.basic.attributes.24' => 'size',
  29589.             'shopware.html_sanitizer.sets.basic.attributes.25' => 'span',
  29590.             'shopware.html_sanitizer.sets.basic.attributes.26' => 'start',
  29591.             'shopware.html_sanitizer.sets.basic.attributes.27' => 'style',
  29592.             'shopware.html_sanitizer.sets.basic.attributes.28' => 'summary',
  29593.             'shopware.html_sanitizer.sets.basic.attributes.29' => 'title',
  29594.             'shopware.html_sanitizer.sets.basic.attributes.30' => 'type',
  29595.             'shopware.html_sanitizer.sets.basic.attributes.31' => 'valign',
  29596.             'shopware.html_sanitizer.sets.basic.attributes.32' => 'value',
  29597.             'shopware.html_sanitizer.sets.basic.attributes.33' => 'width',
  29598.             'shopware.html_sanitizer.sets.basic.options' => [
  29599.             ],
  29600.             'shopware.html_sanitizer.sets.media' => [
  29601.                 'tags' => [
  29602.                     => 'img',
  29603.                 ],
  29604.                 'attributes' => [
  29605.                     => 'src',
  29606.                     => 'alt',
  29607.                 ],
  29608.                 'options' => [
  29609.                 ],
  29610.             ],
  29611.             'shopware.html_sanitizer.sets.media.tags' => [
  29612.                 => 'img',
  29613.             ],
  29614.             'shopware.html_sanitizer.sets.media.tags.0' => 'img',
  29615.             'shopware.html_sanitizer.sets.media.attributes' => [
  29616.                 => 'src',
  29617.                 => 'alt',
  29618.             ],
  29619.             'shopware.html_sanitizer.sets.media.attributes.0' => 'src',
  29620.             'shopware.html_sanitizer.sets.media.attributes.1' => 'alt',
  29621.             'shopware.html_sanitizer.sets.media.options' => [
  29622.             ],
  29623.             'shopware.html_sanitizer.sets.script' => [
  29624.                 'tags' => [
  29625.                     => 'script',
  29626.                 ],
  29627.                 'options' => [
  29628.                     'HTML.Trusted' => true,
  29629.                 ],
  29630.                 'attributes' => [
  29631.                 ],
  29632.             ],
  29633.             'shopware.html_sanitizer.sets.script.tags' => [
  29634.                 => 'script',
  29635.             ],
  29636.             'shopware.html_sanitizer.sets.script.tags.0' => 'script',
  29637.             'shopware.html_sanitizer.sets.script.options' => [
  29638.                 'HTML.Trusted' => true,
  29639.             ],
  29640.             'shopware.html_sanitizer.sets.script.options.HTML.Trusted' => true,
  29641.             'shopware.html_sanitizer.sets.script.attributes' => [
  29642.             ],
  29643.             'shopware.html_sanitizer.sets.tidy' => [
  29644.                 'options' => [
  29645.                     'Output.TidyFormat' => true,
  29646.                 ],
  29647.                 'tags' => [
  29648.                 ],
  29649.                 'attributes' => [
  29650.                 ],
  29651.             ],
  29652.             'shopware.html_sanitizer.sets.tidy.options' => [
  29653.                 'Output.TidyFormat' => true,
  29654.             ],
  29655.             'shopware.html_sanitizer.sets.tidy.options.Output.TidyFormat' => true,
  29656.             'shopware.html_sanitizer.sets.tidy.tags' => [
  29657.             ],
  29658.             'shopware.html_sanitizer.sets.tidy.attributes' => [
  29659.             ],
  29660.             'shopware.html_sanitizer.fields' => [
  29661.                 'product_translation.description' => [
  29662.                     'sets' => [
  29663.                         => 'basic',
  29664.                         => 'media',
  29665.                     ],
  29666.                 ],
  29667.                 'app_cms_block.template' => [
  29668.                     'sets' => [
  29669.                         => 'basic',
  29670.                         => 'media',
  29671.                         => 'tidy',
  29672.                     ],
  29673.                 ],
  29674.             ],
  29675.             'shopware.html_sanitizer.fields.product_translation.description' => [
  29676.                 'sets' => [
  29677.                     => 'basic',
  29678.                     => 'media',
  29679.                 ],
  29680.             ],
  29681.             'shopware.html_sanitizer.fields.product_translation.description.sets' => [
  29682.                 => 'basic',
  29683.                 => 'media',
  29684.             ],
  29685.             'shopware.html_sanitizer.fields.product_translation.description.sets.0' => 'basic',
  29686.             'shopware.html_sanitizer.fields.product_translation.description.sets.1' => 'media',
  29687.             'shopware.html_sanitizer.fields.app_cms_block.template' => [
  29688.                 'sets' => [
  29689.                     => 'basic',
  29690.                     => 'media',
  29691.                     => 'tidy',
  29692.                 ],
  29693.             ],
  29694.             'shopware.html_sanitizer.fields.app_cms_block.template.sets' => [
  29695.                 => 'basic',
  29696.                 => 'media',
  29697.                 => 'tidy',
  29698.             ],
  29699.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.0' => 'basic',
  29700.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.1' => 'media',
  29701.             'shopware.html_sanitizer.fields.app_cms_block.template.sets.2' => 'tidy',
  29702.             'shopware.logger' => [
  29703.                 'file_rotation_count' => 14,
  29704.                 'exclude_exception' => [
  29705.                     => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  29706.                 ],
  29707.             ],
  29708.             'shopware.logger.file_rotation_count' => 14,
  29709.             'shopware.logger.exclude_exception' => [
  29710.                 => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  29711.             ],
  29712.             'shopware.logger.exclude_exception.0' => 'League\\OAuth2\\Server\\Exception\\OAuthServerException',
  29713.             'shopware.cache.invalidation' => [
  29714.                 'delay' => 0,
  29715.                 'count' => 150,
  29716.                 'http_cache' => [
  29717.                     => 'logged-in',
  29718.                     => 'cart-filled',
  29719.                 ],
  29720.                 'product_listing_route' => [
  29721.                 ],
  29722.                 'product_detail_route' => [
  29723.                 ],
  29724.                 'product_review_route' => [
  29725.                 ],
  29726.                 'product_search_route' => [
  29727.                 ],
  29728.                 'product_suggest_route' => [
  29729.                 ],
  29730.                 'product_cross_selling_route' => [
  29731.                 ],
  29732.                 'payment_method_route' => [
  29733.                 ],
  29734.                 'shipping_method_route' => [
  29735.                 ],
  29736.                 'navigation_route' => [
  29737.                 ],
  29738.                 'category_route' => [
  29739.                 ],
  29740.                 'landing_page_route' => [
  29741.                 ],
  29742.                 'language_route' => [
  29743.                 ],
  29744.                 'currency_route' => [
  29745.                 ],
  29746.                 'country_route' => [
  29747.                 ],
  29748.                 'country_state_route' => [
  29749.                 ],
  29750.                 'salutation_route' => [
  29751.                 ],
  29752.                 'sitemap_route' => [
  29753.                 ],
  29754.             ],
  29755.             'shopware.cache.invalidation.delay' => 0,
  29756.             'shopware.cache.invalidation.count' => 150,
  29757.             'shopware.cache.invalidation.http_cache' => [
  29758.                 => 'logged-in',
  29759.                 => 'cart-filled',
  29760.             ],
  29761.             'shopware.cache.invalidation.http_cache.0' => 'logged-in',
  29762.             'shopware.cache.invalidation.http_cache.1' => 'cart-filled',
  29763.             'shopware.cache.invalidation.product_listing_route' => [
  29764.             ],
  29765.             'shopware.cache.invalidation.product_detail_route' => [
  29766.             ],
  29767.             'shopware.cache.invalidation.product_review_route' => [
  29768.             ],
  29769.             'shopware.cache.invalidation.product_search_route' => [
  29770.             ],
  29771.             'shopware.cache.invalidation.product_suggest_route' => [
  29772.             ],
  29773.             'shopware.cache.invalidation.product_cross_selling_route' => [
  29774.             ],
  29775.             'shopware.cache.invalidation.payment_method_route' => [
  29776.             ],
  29777.             'shopware.cache.invalidation.shipping_method_route' => [
  29778.             ],
  29779.             'shopware.cache.invalidation.navigation_route' => [
  29780.             ],
  29781.             'shopware.cache.invalidation.category_route' => [
  29782.             ],
  29783.             'shopware.cache.invalidation.landing_page_route' => [
  29784.             ],
  29785.             'shopware.cache.invalidation.language_route' => [
  29786.             ],
  29787.             'shopware.cache.invalidation.currency_route' => [
  29788.             ],
  29789.             'shopware.cache.invalidation.country_route' => [
  29790.             ],
  29791.             'shopware.cache.invalidation.country_state_route' => [
  29792.             ],
  29793.             'shopware.cache.invalidation.salutation_route' => [
  29794.             ],
  29795.             'shopware.cache.invalidation.sitemap_route' => [
  29796.             ],
  29797.             'storefront.csrf' => [
  29798.                 'enabled' => true,
  29799.                 'mode' => 'twig',
  29800.             ],
  29801.             'storefront.csrf.enabled' => true,
  29802.             'storefront.csrf.mode' => 'twig',
  29803.             'storefront.reverse_proxy' => [
  29804.                 'enabled' => false,
  29805.                 'ban_method' => 'BAN',
  29806.                 'hosts' => [
  29807.                     => 'http://varnish',
  29808.                 ],
  29809.                 'max_parallel_invalidations' => 2,
  29810.                 'redis_url' => 'redis://redis',
  29811.                 'purge_all' => [
  29812.                     'ban_method' => 'BAN',
  29813.                     'ban_headers' => [
  29814.                     ],
  29815.                     'urls' => [
  29816.                         => '/',
  29817.                     ],
  29818.                 ],
  29819.                 'fastly' => [
  29820.                     'enabled' => false,
  29821.                     'api_key' => '',
  29822.                     'instance_tag' => '',
  29823.                     'service_id' => '',
  29824.                     'soft_purge' => '0',
  29825.                     'tag_prefix' => '',
  29826.                 ],
  29827.                 'ban_headers' => [
  29828.                 ],
  29829.             ],
  29830.             'storefront.reverse_proxy.enabled' => false,
  29831.             'storefront.reverse_proxy.ban_method' => 'BAN',
  29832.             'storefront.reverse_proxy.hosts' => [
  29833.                 => 'http://varnish',
  29834.             ],
  29835.             'storefront.reverse_proxy.hosts.0' => 'http://varnish',
  29836.             'storefront.reverse_proxy.max_parallel_invalidations' => 2,
  29837.             'storefront.reverse_proxy.redis_url' => 'redis://redis',
  29838.             'storefront.reverse_proxy.purge_all' => [
  29839.                 'ban_method' => 'BAN',
  29840.                 'ban_headers' => [
  29841.                 ],
  29842.                 'urls' => [
  29843.                     => '/',
  29844.                 ],
  29845.             ],
  29846.             'storefront.reverse_proxy.purge_all.ban_method' => 'BAN',
  29847.             'storefront.reverse_proxy.purge_all.ban_headers' => [
  29848.             ],
  29849.             'storefront.reverse_proxy.purge_all.urls' => [
  29850.                 => '/',
  29851.             ],
  29852.             'storefront.reverse_proxy.purge_all.urls.0' => '/',
  29853.             'storefront.reverse_proxy.fastly' => [
  29854.                 'enabled' => false,
  29855.                 'api_key' => '',
  29856.                 'instance_tag' => '',
  29857.                 'service_id' => '',
  29858.                 'soft_purge' => '0',
  29859.                 'tag_prefix' => '',
  29860.             ],
  29861.             'storefront.reverse_proxy.fastly.enabled' => false,
  29862.             'storefront.reverse_proxy.fastly.api_key' => '',
  29863.             'storefront.reverse_proxy.fastly.instance_tag' => '',
  29864.             'storefront.reverse_proxy.fastly.service_id' => '',
  29865.             'storefront.reverse_proxy.fastly.soft_purge' => '0',
  29866.             'storefront.reverse_proxy.fastly.tag_prefix' => '',
  29867.             'storefront.reverse_proxy.ban_headers' => [
  29868.             ],
  29869.             'storefront.http_cache' => [
  29870.                 'ignored_url_parameters' => [
  29871.                     => 'pk_campaign',
  29872.                     => 'piwik_campaign',
  29873.                     => 'pk_kwd',
  29874.                     => 'piwik_kwd',
  29875.                     => 'pk_keyword',
  29876.                     => 'mtm_campaign',
  29877.                     => 'matomo_campaign',
  29878.                     => 'mtm_cid',
  29879.                     => 'matomo_cid',
  29880.                     => 'mtm_kwd',
  29881.                     10 => 'matomo_kwd',
  29882.                     11 => 'mtm_keyword',
  29883.                     12 => 'matomo_keyword',
  29884.                     13 => 'mtm_source',
  29885.                     14 => 'matomo_source',
  29886.                     15 => 'mtm_medium',
  29887.                     16 => 'matomo_medium',
  29888.                     17 => 'mtm_content',
  29889.                     18 => 'matomo_content',
  29890.                     19 => 'mtm_group',
  29891.                     20 => 'matomo_group',
  29892.                     21 => 'mtm_placement',
  29893.                     22 => 'matomo_placement',
  29894.                     23 => 'pixelId',
  29895.                     24 => 'kwid',
  29896.                     25 => 'kw',
  29897.                     26 => 'chl',
  29898.                     27 => 'dv',
  29899.                     28 => 'nk',
  29900.                     29 => 'pa',
  29901.                     30 => 'camid',
  29902.                     31 => 'adgid',
  29903.                     32 => 'utm_term',
  29904.                     33 => 'utm_source',
  29905.                     34 => 'utm_medium',
  29906.                     35 => 'utm_campaign',
  29907.                     36 => 'utm_content',
  29908.                     37 => 'cx',
  29909.                     38 => 'ie',
  29910.                     39 => 'cof',
  29911.                     40 => 'siteurl',
  29912.                     41 => '_ga',
  29913.                     42 => 'adgroupid',
  29914.                     43 => 'campaignid',
  29915.                     44 => 'adid',
  29916.                     45 => 'gclsrc',
  29917.                     46 => 'gclid',
  29918.                     47 => 'fbclid',
  29919.                     48 => 'fb_action_ids',
  29920.                     49 => 'fb_action_types',
  29921.                     50 => 'fb_source',
  29922.                     51 => 'mc_cid',
  29923.                     52 => 'mc_eid',
  29924.                     53 => '_bta_tid',
  29925.                     54 => '_bta_c',
  29926.                     55 => 'trk_contact',
  29927.                     56 => 'trk_msg',
  29928.                     57 => 'trk_module',
  29929.                     58 => 'trk_sid',
  29930.                     59 => 'gdfms',
  29931.                     60 => 'gdftrk',
  29932.                     61 => 'gdffi',
  29933.                     62 => '_ke',
  29934.                     63 => 'redirect_log_mongo_id',
  29935.                     64 => 'redirect_mongo_id',
  29936.                     65 => 'sb_referer_host',
  29937.                     66 => 'mkwid',
  29938.                     67 => 'pcrid',
  29939.                     68 => 'ef_id',
  29940.                     69 => 's_kwcid',
  29941.                     70 => 'msclkid',
  29942.                     71 => 'dm_i',
  29943.                     72 => 'epik',
  29944.                     73 => 'pp',
  29945.                 ],
  29946.                 'stale_while_revalidate' => NULL,
  29947.                 'stale_if_error' => NULL,
  29948.             ],
  29949.             'storefront.http_cache.ignored_url_parameters' => [
  29950.                 => 'pk_campaign',
  29951.                 => 'piwik_campaign',
  29952.                 => 'pk_kwd',
  29953.                 => 'piwik_kwd',
  29954.                 => 'pk_keyword',
  29955.                 => 'mtm_campaign',
  29956.                 => 'matomo_campaign',
  29957.                 => 'mtm_cid',
  29958.                 => 'matomo_cid',
  29959.                 => 'mtm_kwd',
  29960.                 10 => 'matomo_kwd',
  29961.                 11 => 'mtm_keyword',
  29962.                 12 => 'matomo_keyword',
  29963.                 13 => 'mtm_source',
  29964.                 14 => 'matomo_source',
  29965.                 15 => 'mtm_medium',
  29966.                 16 => 'matomo_medium',
  29967.                 17 => 'mtm_content',
  29968.                 18 => 'matomo_content',
  29969.                 19 => 'mtm_group',
  29970.                 20 => 'matomo_group',
  29971.                 21 => 'mtm_placement',
  29972.                 22 => 'matomo_placement',
  29973.                 23 => 'pixelId',
  29974.                 24 => 'kwid',
  29975.                 25 => 'kw',
  29976.                 26 => 'chl',
  29977.                 27 => 'dv',
  29978.                 28 => 'nk',
  29979.                 29 => 'pa',
  29980.                 30 => 'camid',
  29981.                 31 => 'adgid',
  29982.                 32 => 'utm_term',
  29983.                 33 => 'utm_source',
  29984.                 34 => 'utm_medium',
  29985.                 35 => 'utm_campaign',
  29986.                 36 => 'utm_content',
  29987.                 37 => 'cx',
  29988.                 38 => 'ie',
  29989.                 39 => 'cof',
  29990.                 40 => 'siteurl',
  29991.                 41 => '_ga',
  29992.                 42 => 'adgroupid',
  29993.                 43 => 'campaignid',
  29994.                 44 => 'adid',
  29995.                 45 => 'gclsrc',
  29996.                 46 => 'gclid',
  29997.                 47 => 'fbclid',
  29998.                 48 => 'fb_action_ids',
  29999.                 49 => 'fb_action_types',
  30000.                 50 => 'fb_source',
  30001.                 51 => 'mc_cid',
  30002.                 52 => 'mc_eid',
  30003.                 53 => '_bta_tid',
  30004.                 54 => '_bta_c',
  30005.                 55 => 'trk_contact',
  30006.                 56 => 'trk_msg',
  30007.                 57 => 'trk_module',
  30008.                 58 => 'trk_sid',
  30009.                 59 => 'gdfms',
  30010.                 60 => 'gdftrk',
  30011.                 61 => 'gdffi',
  30012.                 62 => '_ke',
  30013.                 63 => 'redirect_log_mongo_id',
  30014.                 64 => 'redirect_mongo_id',
  30015.                 65 => 'sb_referer_host',
  30016.                 66 => 'mkwid',
  30017.                 67 => 'pcrid',
  30018.                 68 => 'ef_id',
  30019.                 69 => 's_kwcid',
  30020.                 70 => 'msclkid',
  30021.                 71 => 'dm_i',
  30022.                 72 => 'epik',
  30023.                 73 => 'pp',
  30024.             ],
  30025.             'storefront.http_cache.ignored_url_parameters.0' => 'pk_campaign',
  30026.             'storefront.http_cache.ignored_url_parameters.1' => 'piwik_campaign',
  30027.             'storefront.http_cache.ignored_url_parameters.2' => 'pk_kwd',
  30028.             'storefront.http_cache.ignored_url_parameters.3' => 'piwik_kwd',
  30029.             'storefront.http_cache.ignored_url_parameters.4' => 'pk_keyword',
  30030.             'storefront.http_cache.ignored_url_parameters.5' => 'mtm_campaign',
  30031.             'storefront.http_cache.ignored_url_parameters.6' => 'matomo_campaign',
  30032.             'storefront.http_cache.ignored_url_parameters.7' => 'mtm_cid',
  30033.             'storefront.http_cache.ignored_url_parameters.8' => 'matomo_cid',
  30034.             'storefront.http_cache.ignored_url_parameters.9' => 'mtm_kwd',
  30035.             'storefront.http_cache.ignored_url_parameters.10' => 'matomo_kwd',
  30036.             'storefront.http_cache.ignored_url_parameters.11' => 'mtm_keyword',
  30037.             'storefront.http_cache.ignored_url_parameters.12' => 'matomo_keyword',
  30038.             'storefront.http_cache.ignored_url_parameters.13' => 'mtm_source',
  30039.             'storefront.http_cache.ignored_url_parameters.14' => 'matomo_source',
  30040.             'storefront.http_cache.ignored_url_parameters.15' => 'mtm_medium',
  30041.             'storefront.http_cache.ignored_url_parameters.16' => 'matomo_medium',
  30042.             'storefront.http_cache.ignored_url_parameters.17' => 'mtm_content',
  30043.             'storefront.http_cache.ignored_url_parameters.18' => 'matomo_content',
  30044.             'storefront.http_cache.ignored_url_parameters.19' => 'mtm_group',
  30045.             'storefront.http_cache.ignored_url_parameters.20' => 'matomo_group',
  30046.             'storefront.http_cache.ignored_url_parameters.21' => 'mtm_placement',
  30047.             'storefront.http_cache.ignored_url_parameters.22' => 'matomo_placement',
  30048.             'storefront.http_cache.ignored_url_parameters.23' => 'pixelId',
  30049.             'storefront.http_cache.ignored_url_parameters.24' => 'kwid',
  30050.             'storefront.http_cache.ignored_url_parameters.25' => 'kw',
  30051.             'storefront.http_cache.ignored_url_parameters.26' => 'chl',
  30052.             'storefront.http_cache.ignored_url_parameters.27' => 'dv',
  30053.             'storefront.http_cache.ignored_url_parameters.28' => 'nk',
  30054.             'storefront.http_cache.ignored_url_parameters.29' => 'pa',
  30055.             'storefront.http_cache.ignored_url_parameters.30' => 'camid',
  30056.             'storefront.http_cache.ignored_url_parameters.31' => 'adgid',
  30057.             'storefront.http_cache.ignored_url_parameters.32' => 'utm_term',
  30058.             'storefront.http_cache.ignored_url_parameters.33' => 'utm_source',
  30059.             'storefront.http_cache.ignored_url_parameters.34' => 'utm_medium',
  30060.             'storefront.http_cache.ignored_url_parameters.35' => 'utm_campaign',
  30061.             'storefront.http_cache.ignored_url_parameters.36' => 'utm_content',
  30062.             'storefront.http_cache.ignored_url_parameters.37' => 'cx',
  30063.             'storefront.http_cache.ignored_url_parameters.38' => 'ie',
  30064.             'storefront.http_cache.ignored_url_parameters.39' => 'cof',
  30065.             'storefront.http_cache.ignored_url_parameters.40' => 'siteurl',
  30066.             'storefront.http_cache.ignored_url_parameters.41' => '_ga',
  30067.             'storefront.http_cache.ignored_url_parameters.42' => 'adgroupid',
  30068.             'storefront.http_cache.ignored_url_parameters.43' => 'campaignid',
  30069.             'storefront.http_cache.ignored_url_parameters.44' => 'adid',
  30070.             'storefront.http_cache.ignored_url_parameters.45' => 'gclsrc',
  30071.             'storefront.http_cache.ignored_url_parameters.46' => 'gclid',
  30072.             'storefront.http_cache.ignored_url_parameters.47' => 'fbclid',
  30073.             'storefront.http_cache.ignored_url_parameters.48' => 'fb_action_ids',
  30074.             'storefront.http_cache.ignored_url_parameters.49' => 'fb_action_types',
  30075.             'storefront.http_cache.ignored_url_parameters.50' => 'fb_source',
  30076.             'storefront.http_cache.ignored_url_parameters.51' => 'mc_cid',
  30077.             'storefront.http_cache.ignored_url_parameters.52' => 'mc_eid',
  30078.             'storefront.http_cache.ignored_url_parameters.53' => '_bta_tid',
  30079.             'storefront.http_cache.ignored_url_parameters.54' => '_bta_c',
  30080.             'storefront.http_cache.ignored_url_parameters.55' => 'trk_contact',
  30081.             'storefront.http_cache.ignored_url_parameters.56' => 'trk_msg',
  30082.             'storefront.http_cache.ignored_url_parameters.57' => 'trk_module',
  30083.             'storefront.http_cache.ignored_url_parameters.58' => 'trk_sid',
  30084.             'storefront.http_cache.ignored_url_parameters.59' => 'gdfms',
  30085.             'storefront.http_cache.ignored_url_parameters.60' => 'gdftrk',
  30086.             'storefront.http_cache.ignored_url_parameters.61' => 'gdffi',
  30087.             'storefront.http_cache.ignored_url_parameters.62' => '_ke',
  30088.             'storefront.http_cache.ignored_url_parameters.63' => 'redirect_log_mongo_id',
  30089.             'storefront.http_cache.ignored_url_parameters.64' => 'redirect_mongo_id',
  30090.             'storefront.http_cache.ignored_url_parameters.65' => 'sb_referer_host',
  30091.             'storefront.http_cache.ignored_url_parameters.66' => 'mkwid',
  30092.             'storefront.http_cache.ignored_url_parameters.67' => 'pcrid',
  30093.             'storefront.http_cache.ignored_url_parameters.68' => 'ef_id',
  30094.             'storefront.http_cache.ignored_url_parameters.69' => 's_kwcid',
  30095.             'storefront.http_cache.ignored_url_parameters.70' => 'msclkid',
  30096.             'storefront.http_cache.ignored_url_parameters.71' => 'dm_i',
  30097.             'storefront.http_cache.ignored_url_parameters.72' => 'epik',
  30098.             'storefront.http_cache.ignored_url_parameters.73' => 'pp',
  30099.             'storefront.http_cache.stale_while_revalidate' => NULL,
  30100.             'storefront.http_cache.stale_if_error' => NULL,
  30101.             'storefront.theme' => [
  30102.                 'config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  30103.                 'theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  30104.                 'available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  30105.             ],
  30106.             'storefront.theme.config_loader_id' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseConfigLoader',
  30107.             'storefront.theme.theme_path_builder_id' => 'Shopware\\Storefront\\Theme\\MD5ThemePathBuilder',
  30108.             'storefront.theme.available_theme_provider' => 'Shopware\\Storefront\\Theme\\ConfigLoader\\DatabaseAvailableThemeProvider',
  30109.             'elasticsearch.product' => [
  30110.                 'custom_fields_mapping' => [
  30111.                 ],
  30112.             ],
  30113.             'elasticsearch.product.custom_fields_mapping' => [
  30114.             ],
  30115.             'elasticsearch.ssl' => [
  30116.                 'verify_server_cert' => true,
  30117.             ],
  30118.             'elasticsearch.ssl.verify_server_cert' => true,
  30119.             'elasticsearch.index_settings' => [
  30120.                 'number_of_shards' => 3,
  30121.                 'number_of_replicas' => 3,
  30122.                 'mapping.total_fields.limit' => 50000,
  30123.                 'mapping.nested_fields.limit' => 500,
  30124.                 'mapping.nested_objects.limit' => 1000000,
  30125.             ],
  30126.             'elasticsearch.index_settings.number_of_shards' => 3,
  30127.             'elasticsearch.index_settings.number_of_replicas' => 3,
  30128.             'elasticsearch.index_settings.mapping.total_fields.limit' => 50000,
  30129.             'elasticsearch.index_settings.mapping.nested_fields.limit' => 500,
  30130.             'elasticsearch.index_settings.mapping.nested_objects.limit' => 1000000,
  30131.             'elasticsearch.analysis' => [
  30132.                 'normalizer' => [
  30133.                     'sw_lowercase_normalizer' => [
  30134.                         'type' => 'custom',
  30135.                         'filter' => [
  30136.                             => 'lowercase',
  30137.                         ],
  30138.                     ],
  30139.                 ],
  30140.                 'analyzer' => [
  30141.                     'sw_ngram_analyzer' => [
  30142.                         'type' => 'custom',
  30143.                         'tokenizer' => 'whitespace',
  30144.                         'filter' => [
  30145.                             => 'lowercase',
  30146.                             => 'sw_ngram_filter',
  30147.                         ],
  30148.                     ],
  30149.                 ],
  30150.                 'filter' => [
  30151.                     'sw_ngram_filter' => [
  30152.                         'type' => 'ngram',
  30153.                         'min_gram' => 4,
  30154.                         'max_gram' => 5,
  30155.                     ],
  30156.                 ],
  30157.             ],
  30158.             'elasticsearch.analysis.normalizer' => [
  30159.                 'sw_lowercase_normalizer' => [
  30160.                     'type' => 'custom',
  30161.                     'filter' => [
  30162.                         => 'lowercase',
  30163.                     ],
  30164.                 ],
  30165.             ],
  30166.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer' => [
  30167.                 'type' => 'custom',
  30168.                 'filter' => [
  30169.                     => 'lowercase',
  30170.                 ],
  30171.             ],
  30172.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.type' => 'custom',
  30173.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter' => [
  30174.                 => 'lowercase',
  30175.             ],
  30176.             'elasticsearch.analysis.normalizer.sw_lowercase_normalizer.filter.0' => 'lowercase',
  30177.             'elasticsearch.analysis.analyzer' => [
  30178.                 'sw_ngram_analyzer' => [
  30179.                     'type' => 'custom',
  30180.                     'tokenizer' => 'whitespace',
  30181.                     'filter' => [
  30182.                         => 'lowercase',
  30183.                         => 'sw_ngram_filter',
  30184.                     ],
  30185.                 ],
  30186.             ],
  30187.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer' => [
  30188.                 'type' => 'custom',
  30189.                 'tokenizer' => 'whitespace',
  30190.                 'filter' => [
  30191.                     => 'lowercase',
  30192.                     => 'sw_ngram_filter',
  30193.                 ],
  30194.             ],
  30195.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.type' => 'custom',
  30196.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.tokenizer' => 'whitespace',
  30197.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter' => [
  30198.                 => 'lowercase',
  30199.                 => 'sw_ngram_filter',
  30200.             ],
  30201.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.0' => 'lowercase',
  30202.             'elasticsearch.analysis.analyzer.sw_ngram_analyzer.filter.1' => 'sw_ngram_filter',
  30203.             'elasticsearch.analysis.filter' => [
  30204.                 'sw_ngram_filter' => [
  30205.                     'type' => 'ngram',
  30206.                     'min_gram' => 4,
  30207.                     'max_gram' => 5,
  30208.                 ],
  30209.             ],
  30210.             'elasticsearch.analysis.filter.sw_ngram_filter' => [
  30211.                 'type' => 'ngram',
  30212.                 'min_gram' => 4,
  30213.                 'max_gram' => 5,
  30214.             ],
  30215.             'elasticsearch.analysis.filter.sw_ngram_filter.type' => 'ngram',
  30216.             'elasticsearch.analysis.filter.sw_ngram_filter.min_gram' => 4,
  30217.             'elasticsearch.analysis.filter.sw_ngram_filter.max_gram' => 5,
  30218.             'elasticsearch.dynamic_templates' => [
  30219.                 => [
  30220.                     'keywords' => [
  30221.                         'match_mapping_type' => 'string',
  30222.                         'mapping' => [
  30223.                             'type' => 'keyword',
  30224.                             'normalizer' => 'sw_lowercase_normalizer',
  30225.                             'fields' => [
  30226.                                 'text' => [
  30227.                                     'type' => 'text',
  30228.                                 ],
  30229.                             ],
  30230.                         ],
  30231.                     ],
  30232.                 ],
  30233.             ],
  30234.             'elasticsearch.dynamic_templates.0' => [
  30235.                 'keywords' => [
  30236.                     'match_mapping_type' => 'string',
  30237.                     'mapping' => [
  30238.                         'type' => 'keyword',
  30239.                         'normalizer' => 'sw_lowercase_normalizer',
  30240.                         'fields' => [
  30241.                             'text' => [
  30242.                                 'type' => 'text',
  30243.                             ],
  30244.                         ],
  30245.                     ],
  30246.                 ],
  30247.             ],
  30248.             'elasticsearch.dynamic_templates.0.keywords' => [
  30249.                 'match_mapping_type' => 'string',
  30250.                 'mapping' => [
  30251.                     'type' => 'keyword',
  30252.                     'normalizer' => 'sw_lowercase_normalizer',
  30253.                     'fields' => [
  30254.                         'text' => [
  30255.                             'type' => 'text',
  30256.                         ],
  30257.                     ],
  30258.                 ],
  30259.             ],
  30260.             'elasticsearch.dynamic_templates.0.keywords.match_mapping_type' => 'string',
  30261.             'elasticsearch.dynamic_templates.0.keywords.mapping' => [
  30262.                 'type' => 'keyword',
  30263.                 'normalizer' => 'sw_lowercase_normalizer',
  30264.                 'fields' => [
  30265.                     'text' => [
  30266.                         'type' => 'text',
  30267.                     ],
  30268.                 ],
  30269.             ],
  30270.             'elasticsearch.dynamic_templates.0.keywords.mapping.type' => 'keyword',
  30271.             'elasticsearch.dynamic_templates.0.keywords.mapping.normalizer' => 'sw_lowercase_normalizer',
  30272.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields' => [
  30273.                 'text' => [
  30274.                     'type' => 'text',
  30275.                 ],
  30276.             ],
  30277.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text' => [
  30278.                 'type' => 'text',
  30279.             ],
  30280.             'elasticsearch.dynamic_templates.0.keywords.mapping.fields.text.type' => 'text',
  30281.             'elasticsearch.logger_level' => 100,
  30282.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  30283.             'web_profiler.debug_toolbar.mode' => 2,
  30284.             'data_collector.templates' => [
  30285.                 'data_collector.request' => [
  30286.                     => 'request',
  30287.                     => '@WebProfiler/Collector/request.html.twig',
  30288.                 ],
  30289.                 'data_collector.time' => [
  30290.                     => 'time',
  30291.                     => '@WebProfiler/Collector/time.html.twig',
  30292.                 ],
  30293.                 'data_collector.memory' => [
  30294.                     => 'memory',
  30295.                     => '@WebProfiler/Collector/memory.html.twig',
  30296.                 ],
  30297.                 'data_collector.validator' => [
  30298.                     => 'validator',
  30299.                     => '@WebProfiler/Collector/validator.html.twig',
  30300.                 ],
  30301.                 'data_collector.ajax' => [
  30302.                     => 'ajax',
  30303.                     => '@WebProfiler/Collector/ajax.html.twig',
  30304.                 ],
  30305.                 'data_collector.exception' => [
  30306.                     => 'exception',
  30307.                     => '@WebProfiler/Collector/exception.html.twig',
  30308.                 ],
  30309.                 'data_collector.logger' => [
  30310.                     => 'logger',
  30311.                     => '@WebProfiler/Collector/logger.html.twig',
  30312.                 ],
  30313.                 'data_collector.events' => [
  30314.                     => 'events',
  30315.                     => '@WebProfiler/Collector/events.html.twig',
  30316.                 ],
  30317.                 'data_collector.router' => [
  30318.                     => 'router',
  30319.                     => '@WebProfiler/Collector/router.html.twig',
  30320.                 ],
  30321.                 'data_collector.cache' => [
  30322.                     => 'cache',
  30323.                     => '@WebProfiler/Collector/cache.html.twig',
  30324.                 ],
  30325.                 'data_collector.translation' => [
  30326.                     => 'translation',
  30327.                     => '@WebProfiler/Collector/translation.html.twig',
  30328.                 ],
  30329.                 'data_collector.twig' => [
  30330.                     => 'twig',
  30331.                     => '@WebProfiler/Collector/twig.html.twig',
  30332.                 ],
  30333.                 'data_collector.dump' => [
  30334.                     => 'dump',
  30335.                     => '@Debug/Profiler/dump.html.twig',
  30336.                 ],
  30337.                 'Shopware\\Core\\Profiling\\Doctrine\\ConnectionProfiler' => [
  30338.                     => 'app.connection_collector',
  30339.                     => '@Profiling/Collector/db.html.twig',
  30340.                 ],
  30341.                 'data_collector.messenger' => [
  30342.                     => 'messenger',
  30343.                     => '@WebProfiler/Collector/messenger.html.twig',
  30344.                 ],
  30345.                 'Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber' => [
  30346.                     => 'Shopware\\Core\\Framework\\Routing\\Subscriber\\ActiveRulesDataCollectorSubscriber',
  30347.                     => '@Profiling/Collector/rules.html.twig',
  30348.                 ],
  30349.                 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces' => [
  30350.                     => 'Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces',
  30351.                     => '@Profiling/Collector/script_traces.html.twig',
  30352.                 ],
  30353.                 'mailer.data_collector' => [
  30354.                     => 'mailer',
  30355.                     => '@WebProfiler/Collector/mailer.html.twig',
  30356.                 ],
  30357.                 'enqueue.profiler.message_queue_collector' => [
  30358.                     => 'enqueue.message_queue',
  30359.                     => '@Enqueue/Profiler/panel.html.twig',
  30360.                 ],
  30361.                 'data_collector.config' => [
  30362.                     => 'config',
  30363.                     => '@WebProfiler/Collector/config.html.twig',
  30364.                 ],
  30365.             ],
  30366.             'shopware.filesystem.theme.url' => '',
  30367.             'shopware.filesystem.theme.type' => 'local',
  30368.             'shopware.filesystem.theme.config' => [
  30369.                 'root' => (\dirname(__DIR__4).'/public'),
  30370.             ],
  30371.             'shopware.filesystem.asset.url' => '',
  30372.             'shopware.filesystem.asset.type' => 'local',
  30373.             'shopware.filesystem.asset.config' => [
  30374.                 'root' => (\dirname(__DIR__4).'/public'),
  30375.             ],
  30376.             'shopware.filesystem.sitemap.url' => '',
  30377.             'shopware.filesystem.sitemap.type' => 'local',
  30378.             'shopware.filesystem.sitemap.config' => [
  30379.                 'root' => (\dirname(__DIR__4).'/public'),
  30380.             ],
  30381.             'shopware.filesystem.public.url' => '',
  30382.             'console.command.ids' => [
  30383.             ],
  30384.         ];
  30385.     }
  30386.     protected function throw($message)
  30387.     {
  30388.         throw new RuntimeException($message);
  30389.     }
  30390. }